jsonstat-validator 0.1.6__py3-none-any.whl → 0.2.1__py3-none-any.whl
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/__init__.py +4 -11
- jsonstat_validator/models.py +775 -0
- jsonstat_validator/validator.py +38 -737
- {jsonstat_validator-0.1.6.dist-info → jsonstat_validator-0.2.1.dist-info}/METADATA +5 -5
- jsonstat_validator-0.2.1.dist-info/RECORD +8 -0
- {jsonstat_validator-0.1.6.dist-info → jsonstat_validator-0.2.1.dist-info}/WHEEL +1 -1
- jsonstat_validator-0.1.6.dist-info/RECORD +0 -7
- {jsonstat_validator-0.1.6.dist-info → jsonstat_validator-0.2.1.dist-info}/licenses/LICENSE +0 -0
- {jsonstat_validator-0.1.6.dist-info → jsonstat_validator-0.2.1.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: jsonstat-validator
|
3
|
-
Version: 0.1
|
3
|
+
Version: 0.2.1
|
4
4
|
Summary: A Python validator for the JSON-stat 2.0 standard format, based on Pydantic.
|
5
5
|
Author-email: Ahmed Hassan <ahmedhassan.ahmed@fao.org>
|
6
6
|
License: # MIT License
|
@@ -30,11 +30,11 @@ Project-URL: Bug Tracker, https://github.com/ahmed-hassan19/jsonstat-validator/i
|
|
30
30
|
Project-URL: Documentation, https://github.com/ahmed-hassan19/jsonstat-validator#readme
|
31
31
|
Keywords: json-stat,validator,json,data-engineering,pydantic,python,fao
|
32
32
|
Classifier: Programming Language :: Python :: 3
|
33
|
-
Classifier: Programming Language :: Python :: 3.8
|
34
33
|
Classifier: Programming Language :: Python :: 3.9
|
35
34
|
Classifier: Programming Language :: Python :: 3.10
|
36
35
|
Classifier: Programming Language :: Python :: 3.11
|
37
36
|
Classifier: Programming Language :: Python :: 3.12
|
37
|
+
Classifier: Programming Language :: Python :: 3.13
|
38
38
|
Classifier: License :: OSI Approved :: MIT License
|
39
39
|
Classifier: Operating System :: OS Independent
|
40
40
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
@@ -42,7 +42,7 @@ Classifier: Topic :: Software Development :: Quality Assurance
|
|
42
42
|
Requires-Python: >=3.8
|
43
43
|
Description-Content-Type: text/markdown
|
44
44
|
License-File: LICENSE
|
45
|
-
Requires-Dist: pydantic
|
45
|
+
Requires-Dist: pydantic==2.11.2
|
46
46
|
Provides-Extra: dev
|
47
47
|
Requires-Dist: pytest>=8.1.1; extra == "dev"
|
48
48
|
Requires-Dist: build>=1.0.0; extra == "dev"
|
@@ -155,7 +155,8 @@ pytest
|
|
155
155
|
|
156
156
|
### Creating a New Release
|
157
157
|
|
158
|
-
1.
|
158
|
+
1. Update the `CHANGELOG.md`.
|
159
|
+
2. Create a new release on GitHub with a tag in the format `vX.Y.Z`
|
159
160
|
|
160
161
|
The GitHub Actions workflow will automatically:
|
161
162
|
|
@@ -163,7 +164,6 @@ The GitHub Actions workflow will automatically:
|
|
163
164
|
- Build the package
|
164
165
|
- Update version numbers in both `__init__.py` and `pyproject.toml`
|
165
166
|
- Publish the package to PyPI
|
166
|
-
- Update the CHANGELOG.md with the release date and commit messages
|
167
167
|
|
168
168
|
## Contributing
|
169
169
|
|
@@ -0,0 +1,8 @@
|
|
1
|
+
jsonstat_validator/__init__.py,sha256=yk3ewhaGDElq8SxGsh4f4wru4aaEFAyesFQkU60OJaE,758
|
2
|
+
jsonstat_validator/models.py,sha256=71hDpPG95nr2IMtvDThQAKwjk8JNPB-hRLKL4bPFmzU,29295
|
3
|
+
jsonstat_validator/validator.py,sha256=gESY5uRHgw_Bskm2U2IAS2P3GDkHcNVIoBR69BNwWFY,1799
|
4
|
+
jsonstat_validator-0.2.1.dist-info/licenses/LICENSE,sha256=cyCvx3tHW8u9ZWGkTMrCKaB2ft4RonlMBVOEHDa2tEk,1091
|
5
|
+
jsonstat_validator-0.2.1.dist-info/METADATA,sha256=VshzQoakyR42bmM07ujd_6PlodDFMeyAG2hTikCeCR4,7315
|
6
|
+
jsonstat_validator-0.2.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
+
jsonstat_validator-0.2.1.dist-info/top_level.txt,sha256=l6xoMFlWGRRbXMxl4MG-q0FA3In7rYZLBzVF8W7IhdU,19
|
8
|
+
jsonstat_validator-0.2.1.dist-info/RECORD,,
|
@@ -1,7 +0,0 @@
|
|
1
|
-
jsonstat_validator/__init__.py,sha256=1_hn50k8vBE8k4UR_Qb4_rvqPp9b-AsfmDZu2DHmILg,806
|
2
|
-
jsonstat_validator/validator.py,sha256=OcTYjUhNfTtYBdzc-XjlRrOfcuE9NDKF042G2bTmQ_g,28536
|
3
|
-
jsonstat_validator-0.1.6.dist-info/licenses/LICENSE,sha256=cyCvx3tHW8u9ZWGkTMrCKaB2ft4RonlMBVOEHDa2tEk,1091
|
4
|
-
jsonstat_validator-0.1.6.dist-info/METADATA,sha256=_TveAD2O6QjYXYuy8Bs5DNSCwgcikxKn2NiHwEdJVQY,7358
|
5
|
-
jsonstat_validator-0.1.6.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
6
|
-
jsonstat_validator-0.1.6.dist-info/top_level.txt,sha256=l6xoMFlWGRRbXMxl4MG-q0FA3In7rYZLBzVF8W7IhdU,19
|
7
|
-
jsonstat_validator-0.1.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|