jsonstat-validator 0.1.4__py3-none-any.whl → 0.1.5__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.
@@ -22,7 +22,7 @@ from jsonstat_validator.validator import (
22
22
  validate_jsonstat,
23
23
  )
24
24
 
25
- __version__ = "0.1.1"
25
+ __version__ = "0.1.5"
26
26
  __all__ = [
27
27
  "Dataset",
28
28
  "Dimension",
@@ -250,6 +250,7 @@ class Link(JSONStatBaseModel):
250
250
  href: Optional[AnyUrl] = Field(default=None, description="It specifies a URL.")
251
251
  class_: Optional[Literal["dataset", "dimension", "collection"]] = Field(
252
252
  default=None,
253
+ alias="class",
253
254
  description=(
254
255
  "It describes the class of the resource referenced "
255
256
  "in the link. Not required when the resource referenced "
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: jsonstat-validator
3
- Version: 0.1.4
3
+ Version: 0.1.5
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
@@ -50,6 +50,7 @@ Requires-Dist: twine>=4.0.0; extra == "dev"
50
50
  Requires-Dist: black>=23.0.0; extra == "dev"
51
51
  Requires-Dist: flake8>=6.0.0; extra == "dev"
52
52
  Requires-Dist: isort>=5.12.0; extra == "dev"
53
+ Dynamic: license-file
53
54
 
54
55
  # JSON-stat Validator
55
56
 
@@ -0,0 +1,7 @@
1
+ jsonstat_validator/__init__.py,sha256=a7RmQtNORo6rUfEYXqHy0NF7nKav-MZS__IMJEO4OeA,806
2
+ jsonstat_validator/validator.py,sha256=g7q9lw9cOnWdYw1LBQrTY0ielr6mpjWuD20nkUEeWr8,28244
3
+ jsonstat_validator-0.1.5.dist-info/licenses/LICENSE,sha256=cyCvx3tHW8u9ZWGkTMrCKaB2ft4RonlMBVOEHDa2tEk,1091
4
+ jsonstat_validator-0.1.5.dist-info/METADATA,sha256=2e7dhb6jnrog11FaEMLP_ylrktmneGnmM_0DSJ0Indc,7358
5
+ jsonstat_validator-0.1.5.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
6
+ jsonstat_validator-0.1.5.dist-info/top_level.txt,sha256=l6xoMFlWGRRbXMxl4MG-q0FA3In7rYZLBzVF8W7IhdU,19
7
+ jsonstat_validator-0.1.5.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (76.0.0)
2
+ Generator: setuptools (78.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,7 +0,0 @@
1
- jsonstat_validator/__init__.py,sha256=hvsaEgQFH8vY_bPRDyrhroxjJd1c5nFjmZQ_lxzH0AQ,806
2
- jsonstat_validator/validator.py,sha256=HQ5OFKlLSCXevXP44MYb2P9Gm9UbyhacXoMFyE4_3sg,28221
3
- jsonstat_validator-0.1.4.dist-info/LICENSE,sha256=cyCvx3tHW8u9ZWGkTMrCKaB2ft4RonlMBVOEHDa2tEk,1091
4
- jsonstat_validator-0.1.4.dist-info/METADATA,sha256=vhPhl-4DqzwHywdDThjNYsoWcJaI7krZ8IuBrR4XEnM,7336
5
- jsonstat_validator-0.1.4.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
6
- jsonstat_validator-0.1.4.dist-info/top_level.txt,sha256=l6xoMFlWGRRbXMxl4MG-q0FA3In7rYZLBzVF8W7IhdU,19
7
- jsonstat_validator-0.1.4.dist-info/RECORD,,