civics-cdf-validator 1.43.dev5__tar.gz → 1.43.dev6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (22) hide show
  1. {civics_cdf_validator-1.43.dev5/civics_cdf_validator.egg-info → civics_cdf_validator-1.43.dev6}/PKG-INFO +1 -1
  2. {civics_cdf_validator-1.43.dev5 → civics_cdf_validator-1.43.dev6}/README.md +1 -0
  3. {civics_cdf_validator-1.43.dev5 → civics_cdf_validator-1.43.dev6/civics_cdf_validator.egg-info}/PKG-INFO +1 -1
  4. {civics_cdf_validator-1.43.dev5 → civics_cdf_validator-1.43.dev6}/version.py +1 -1
  5. {civics_cdf_validator-1.43.dev5 → civics_cdf_validator-1.43.dev6}/CONTRIBUTING.md +0 -0
  6. {civics_cdf_validator-1.43.dev5 → civics_cdf_validator-1.43.dev6}/LICENSE-2.0.txt +0 -0
  7. {civics_cdf_validator-1.43.dev5 → civics_cdf_validator-1.43.dev6}/MANIFEST.in +0 -0
  8. {civics_cdf_validator-1.43.dev5 → civics_cdf_validator-1.43.dev6}/__init__.py +0 -0
  9. {civics_cdf_validator-1.43.dev5 → civics_cdf_validator-1.43.dev6}/base.py +0 -0
  10. {civics_cdf_validator-1.43.dev5 → civics_cdf_validator-1.43.dev6}/civics_cdf_validator.egg-info/SOURCES.txt +0 -0
  11. {civics_cdf_validator-1.43.dev5 → civics_cdf_validator-1.43.dev6}/civics_cdf_validator.egg-info/dependency_links.txt +0 -0
  12. {civics_cdf_validator-1.43.dev5 → civics_cdf_validator-1.43.dev6}/civics_cdf_validator.egg-info/entry_points.txt +0 -0
  13. {civics_cdf_validator-1.43.dev5 → civics_cdf_validator-1.43.dev6}/civics_cdf_validator.egg-info/requires.txt +0 -0
  14. {civics_cdf_validator-1.43.dev5 → civics_cdf_validator-1.43.dev6}/civics_cdf_validator.egg-info/top_level.txt +0 -0
  15. {civics_cdf_validator-1.43.dev5 → civics_cdf_validator-1.43.dev6}/gpunit_rules.py +0 -0
  16. {civics_cdf_validator-1.43.dev5 → civics_cdf_validator-1.43.dev6}/loggers.py +0 -0
  17. {civics_cdf_validator-1.43.dev5 → civics_cdf_validator-1.43.dev6}/office_utils.py +0 -0
  18. {civics_cdf_validator-1.43.dev5 → civics_cdf_validator-1.43.dev6}/rules.py +0 -0
  19. {civics_cdf_validator-1.43.dev5 → civics_cdf_validator-1.43.dev6}/setup.cfg +0 -0
  20. {civics_cdf_validator-1.43.dev5 → civics_cdf_validator-1.43.dev6}/setup.py +0 -0
  21. {civics_cdf_validator-1.43.dev5 → civics_cdf_validator-1.43.dev6}/stats.py +0 -0
  22. {civics_cdf_validator-1.43.dev5 → civics_cdf_validator-1.43.dev6}/validator.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: civics_cdf_validator
3
- Version: 1.43.dev5
3
+ Version: 1.43.dev6
4
4
  Summary: Checks if an election feed follows best practices
5
5
  Home-page: https://github.com/google/civics_cdf_validator
6
6
  Author: Google Civics
@@ -32,6 +32,7 @@ You can use `civics_cdf_validator` to check different types of feed:
32
32
  * Results
33
33
  * Committee
34
34
  * Election Dates
35
+ * Metadata
35
36
 
36
37
  ## List rules
37
38
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: civics_cdf_validator
3
- Version: 1.43.dev5
3
+ Version: 1.43.dev6
4
4
  Summary: Checks if an election feed follows best practices
5
5
  Home-page: https://github.com/google/civics_cdf_validator
6
6
  Author: Google Civics
@@ -5,4 +5,4 @@ No dependencies should be added to this module.
5
5
  See https://packaging.python.org/guides/single-sourcing-package-version/
6
6
  """
7
7
 
8
- __version__ = '1.43.dev5'
8
+ __version__ = '1.43.dev6'