civics-cdf-validator 1.53__tar.gz → 1.54.dev1__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.
- {civics_cdf_validator-1.53/civics_cdf_validator.egg-info → civics_cdf_validator-1.54.dev1}/PKG-INFO +7 -1
- {civics_cdf_validator-1.53 → civics_cdf_validator-1.54.dev1/civics_cdf_validator.egg-info}/PKG-INFO +7 -1
- {civics_cdf_validator-1.53 → civics_cdf_validator-1.54.dev1}/civics_cdf_validator.egg-info/requires.txt +6 -0
- {civics_cdf_validator-1.53 → civics_cdf_validator-1.54.dev1}/rules.py +0 -2
- {civics_cdf_validator-1.53 → civics_cdf_validator-1.54.dev1}/setup.py +8 -6
- {civics_cdf_validator-1.53 → civics_cdf_validator-1.54.dev1}/version.py +1 -1
- {civics_cdf_validator-1.53 → civics_cdf_validator-1.54.dev1}/CONTRIBUTING.md +0 -0
- {civics_cdf_validator-1.53 → civics_cdf_validator-1.54.dev1}/LICENSE-2.0.txt +0 -0
- {civics_cdf_validator-1.53 → civics_cdf_validator-1.54.dev1}/MANIFEST.in +0 -0
- {civics_cdf_validator-1.53 → civics_cdf_validator-1.54.dev1}/README.md +0 -0
- {civics_cdf_validator-1.53 → civics_cdf_validator-1.54.dev1}/__init__.py +0 -0
- {civics_cdf_validator-1.53 → civics_cdf_validator-1.54.dev1}/base.py +0 -0
- {civics_cdf_validator-1.53 → civics_cdf_validator-1.54.dev1}/civics_cdf_validator.egg-info/SOURCES.txt +0 -0
- {civics_cdf_validator-1.53 → civics_cdf_validator-1.54.dev1}/civics_cdf_validator.egg-info/dependency_links.txt +0 -0
- {civics_cdf_validator-1.53 → civics_cdf_validator-1.54.dev1}/civics_cdf_validator.egg-info/entry_points.txt +0 -0
- {civics_cdf_validator-1.53 → civics_cdf_validator-1.54.dev1}/civics_cdf_validator.egg-info/top_level.txt +0 -0
- {civics_cdf_validator-1.53 → civics_cdf_validator-1.54.dev1}/gpunit_rules.py +0 -0
- {civics_cdf_validator-1.53 → civics_cdf_validator-1.54.dev1}/loggers.py +0 -0
- {civics_cdf_validator-1.53 → civics_cdf_validator-1.54.dev1}/office_utils.py +0 -0
- {civics_cdf_validator-1.53 → civics_cdf_validator-1.54.dev1}/setup.cfg +0 -0
- {civics_cdf_validator-1.53 → civics_cdf_validator-1.54.dev1}/stats.py +0 -0
- {civics_cdf_validator-1.53 → civics_cdf_validator-1.54.dev1}/validator.py +0 -0
{civics_cdf_validator-1.53/civics_cdf_validator.egg-info → civics_cdf_validator-1.54.dev1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: civics_cdf_validator
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.54.dev1
|
|
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
|
|
@@ -17,6 +17,11 @@ Requires-Dist: pycountry==22.1.10
|
|
|
17
17
|
Requires-Dist: frozendict>=2.4.4
|
|
18
18
|
Requires-Dist: attrs>=25.1.0
|
|
19
19
|
Requires-Dist: six
|
|
20
|
+
Provides-Extra: test
|
|
21
|
+
Requires-Dist: pytest; extra == "test"
|
|
22
|
+
Requires-Dist: absl-py; extra == "test"
|
|
23
|
+
Requires-Dist: mock==3.0.5; extra == "test"
|
|
24
|
+
Requires-Dist: freezegun; extra == "test"
|
|
20
25
|
Dynamic: author
|
|
21
26
|
Dynamic: author-email
|
|
22
27
|
Dynamic: description
|
|
@@ -25,6 +30,7 @@ Dynamic: license
|
|
|
25
30
|
Dynamic: license-file
|
|
26
31
|
Dynamic: maintainer
|
|
27
32
|
Dynamic: maintainer-email
|
|
33
|
+
Dynamic: provides-extra
|
|
28
34
|
Dynamic: requires-dist
|
|
29
35
|
Dynamic: summary
|
|
30
36
|
|
{civics_cdf_validator-1.53 → civics_cdf_validator-1.54.dev1/civics_cdf_validator.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: civics_cdf_validator
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.54.dev1
|
|
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
|
|
@@ -17,6 +17,11 @@ Requires-Dist: pycountry==22.1.10
|
|
|
17
17
|
Requires-Dist: frozendict>=2.4.4
|
|
18
18
|
Requires-Dist: attrs>=25.1.0
|
|
19
19
|
Requires-Dist: six
|
|
20
|
+
Provides-Extra: test
|
|
21
|
+
Requires-Dist: pytest; extra == "test"
|
|
22
|
+
Requires-Dist: absl-py; extra == "test"
|
|
23
|
+
Requires-Dist: mock==3.0.5; extra == "test"
|
|
24
|
+
Requires-Dist: freezegun; extra == "test"
|
|
20
25
|
Dynamic: author
|
|
21
26
|
Dynamic: author-email
|
|
22
27
|
Dynamic: description
|
|
@@ -25,6 +30,7 @@ Dynamic: license
|
|
|
25
30
|
Dynamic: license-file
|
|
26
31
|
Dynamic: maintainer
|
|
27
32
|
Dynamic: maintainer-email
|
|
33
|
+
Dynamic: provides-extra
|
|
28
34
|
Dynamic: requires-dist
|
|
29
35
|
Dynamic: summary
|
|
30
36
|
|
|
@@ -62,12 +62,14 @@ setup(
|
|
|
62
62
|
'six',
|
|
63
63
|
],
|
|
64
64
|
setup_requires=['pytest-runner'],
|
|
65
|
-
|
|
66
|
-
'
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
65
|
+
extras_require={
|
|
66
|
+
'test': [
|
|
67
|
+
'pytest',
|
|
68
|
+
'absl-py',
|
|
69
|
+
'mock==3.0.5',
|
|
70
|
+
'freezegun',
|
|
71
|
+
],
|
|
72
|
+
},
|
|
71
73
|
entry_points=ENTRY_POINTS,
|
|
72
74
|
package_dir={'civics_cdf_validator': ''},
|
|
73
75
|
packages=['civics_cdf_validator'],
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|