jsonstat-validator 0.2.1__tar.gz → 0.2.2__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.
- {jsonstat_validator-0.2.1/jsonstat_validator.egg-info → jsonstat_validator-0.2.2}/PKG-INFO +1 -1
- {jsonstat_validator-0.2.1 → jsonstat_validator-0.2.2}/jsonstat_validator/__init__.py +5 -3
- {jsonstat_validator-0.2.1 → jsonstat_validator-0.2.2/jsonstat_validator.egg-info}/PKG-INFO +1 -1
- {jsonstat_validator-0.2.1 → jsonstat_validator-0.2.2}/pyproject.toml +1 -1
- {jsonstat_validator-0.2.1 → jsonstat_validator-0.2.2}/LICENSE +0 -0
- {jsonstat_validator-0.2.1 → jsonstat_validator-0.2.2}/MANIFEST.in +0 -0
- {jsonstat_validator-0.2.1 → jsonstat_validator-0.2.2}/README.md +0 -0
- {jsonstat_validator-0.2.1 → jsonstat_validator-0.2.2}/jsonstat_validator/models.py +0 -0
- {jsonstat_validator-0.2.1 → jsonstat_validator-0.2.2}/jsonstat_validator/validator.py +0 -0
- {jsonstat_validator-0.2.1 → jsonstat_validator-0.2.2}/jsonstat_validator.egg-info/SOURCES.txt +0 -0
- {jsonstat_validator-0.2.1 → jsonstat_validator-0.2.2}/jsonstat_validator.egg-info/dependency_links.txt +0 -0
- {jsonstat_validator-0.2.1 → jsonstat_validator-0.2.2}/jsonstat_validator.egg-info/requires.txt +0 -0
- {jsonstat_validator-0.2.1 → jsonstat_validator-0.2.2}/jsonstat_validator.egg-info/top_level.txt +0 -0
- {jsonstat_validator-0.2.1 → jsonstat_validator-0.2.2}/requirements.txt +0 -0
- {jsonstat_validator-0.2.1 → jsonstat_validator-0.2.2}/setup.cfg +0 -0
- {jsonstat_validator-0.2.1 → jsonstat_validator-0.2.2}/setup.py +0 -0
- {jsonstat_validator-0.2.1 → jsonstat_validator-0.2.2}/tests/test_custom.py +0 -0
- {jsonstat_validator-0.2.1 → jsonstat_validator-0.2.2}/tests/test_official_samples.py +0 -0
@@ -14,16 +14,18 @@ from jsonstat_validator.models import (
|
|
14
14
|
Collection,
|
15
15
|
Dataset,
|
16
16
|
Dimension,
|
17
|
+
JSONStatBaseModel,
|
17
18
|
JSONStatSchema,
|
18
19
|
)
|
19
20
|
from jsonstat_validator.validator import validate_jsonstat
|
20
21
|
|
21
|
-
__version__ = "0.2.
|
22
|
+
__version__ = "0.2.2"
|
22
23
|
__all__ = [
|
24
|
+
"Category",
|
25
|
+
"Collection",
|
23
26
|
"Dataset",
|
24
27
|
"Dimension",
|
25
|
-
"
|
26
|
-
"Category",
|
28
|
+
"JSONStatBaseModel",
|
27
29
|
"JSONStatSchema",
|
28
30
|
"validate_jsonstat",
|
29
31
|
]
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{jsonstat_validator-0.2.1 → jsonstat_validator-0.2.2}/jsonstat_validator.egg-info/SOURCES.txt
RENAMED
File without changes
|
File without changes
|
{jsonstat_validator-0.2.1 → jsonstat_validator-0.2.2}/jsonstat_validator.egg-info/requires.txt
RENAMED
File without changes
|
{jsonstat_validator-0.2.1 → jsonstat_validator-0.2.2}/jsonstat_validator.egg-info/top_level.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|