python-datamodel 0.10.20__tar.gz → 0.10.21__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.
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/PKG-INFO +2 -2
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/version.py +1 -1
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/pyproject.toml +1 -1
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/python_datamodel.egg-info/PKG-INFO +2 -2
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/python_datamodel.egg-info/requires.txt +3 -1
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/.flake8 +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/.github/dependabot.yml +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/.github/workflows/release.yml +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/.gitignore +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/.isort.cfg +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/.pylintrc +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/.readthedocs.yml +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/CHANGELOG.md +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/CODE_OF_CONDUCT.md +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/CONTRIBUTING.md +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/Cargo.lock +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/Cargo.toml +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/INSTALL.md +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/LICENSE +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/MANIFEST.in +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/Makefile +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/README.md +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/SECURITY.md +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/__init__.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/abstract.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/adaptive/__init__.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/adaptive/models.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/aliases/__init__.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/base.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/converters.c +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/converters.html +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/converters.pyx +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/exceptions.c +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/exceptions.html +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/exceptions.pxd +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/exceptions.pyx +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/fields.cpp +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/fields.html +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/fields.pyx +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/functions.cpp +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/functions.html +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/functions.pxd +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/functions.pyx +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/jsonld/__init__.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/jsonld/models.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/libs/__init__.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/libs/mapping.c +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/libs/mapping.html +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/libs/mapping.pxd +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/libs/mapping.pyx +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/libs/mutables.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/models.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/parsers/__init__.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/parsers/encoders.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/parsers/json.cpp +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/parsers/json.html +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/parsers/json.pyx +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/profiler.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/py.typed +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/rs_core/Cargo.toml +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/rs_core/src/lib.rs +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/rs_parsers/Cargo.toml +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/rs_parsers/src/lib.rs +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/rs_validators/Cargo.toml +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/rs_validators/src/lib.rs +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/typedefs/__init__.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/typedefs/singleton.c +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/typedefs/singleton.html +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/typedefs/singleton.pxd +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/typedefs/singleton.pyx +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/typedefs/types.c +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/typedefs/types.html +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/typedefs/types.pxd +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/typedefs/types.pyx +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/types.c +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/types.html +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/types.pyx +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/validation.c +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/validation.html +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/validation.pxd +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/datamodel/validation.pyx +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/locale/de_DE/LC_MESSAGES/nav.po +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/locale/en_US/LC_MESSAGES/nav.po +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/locale/es_ES/LC_MESSAGES/nav.po +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/locale/fr_FR/LC_MESSAGES/nav.po +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/locale/it_IT/LC_MESSAGES/nav.po +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/mypy.ini +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/pytest.ini +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/python_datamodel.egg-info/SOURCES.txt +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/python_datamodel.egg-info/dependency_links.txt +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/python_datamodel.egg-info/not-zip-safe +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/python_datamodel.egg-info/top_level.txt +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/setup.cfg +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/setup.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/src/lib.rs +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/tests/__init__.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/tests/test_aliases.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/tests/test_classdict.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/tests/test_container.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/tests/test_converter.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/tests/test_dashboards.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/tests/test_data.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/tests/test_descriptors.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/tests/test_dict.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/tests/test_field.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/tests/test_generic.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/tests/test_inherit.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/tests/test_json.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/tests/test_method.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/tests/test_model.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/tests/test_notify.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/tests/test_primitives.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/tests/test_qsdriver.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/tests/test_qsmodel.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/tests/test_qsobject.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/tests/test_ticket.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/tests/test_tickets.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/tests/test_tuples.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/tests/test_type_user.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/tests/test_types.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/tests/test_unions.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/tests/test_valid_callables.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/tests/test_validations.py +0 -0
- {python_datamodel-0.10.20 → python_datamodel-0.10.21}/tox.ini +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-datamodel
|
|
3
|
-
Version: 0.10.
|
|
3
|
+
Version: 0.10.21
|
|
4
4
|
Summary: simple library based on python +3.8 to use Dataclass-syntax for interacting with Data
|
|
5
5
|
Author-email: Jesus Lara <jesuslarag@gmail.com>
|
|
6
6
|
License: BSD
|
|
@@ -32,7 +32,7 @@ Requires-Python: >=3.10.0
|
|
|
32
32
|
Description-Content-Type: text/markdown
|
|
33
33
|
License-File: LICENSE
|
|
34
34
|
Requires-Dist: numpy>=1.26.4
|
|
35
|
-
Requires-Dist: uvloop>=0.21.0
|
|
35
|
+
Requires-Dist: uvloop>=0.21.0; sys_platform != "win32"
|
|
36
36
|
Requires-Dist: asyncio==3.4.3
|
|
37
37
|
Requires-Dist: faust-cchardet==2.1.19
|
|
38
38
|
Requires-Dist: ciso8601==2.3.2
|
|
@@ -6,7 +6,7 @@ __description__ = (
|
|
|
6
6
|
'simple library based on python +3.8 to use Dataclass-syntax'
|
|
7
7
|
'for interacting with Data'
|
|
8
8
|
)
|
|
9
|
-
__version__ = '0.10.
|
|
9
|
+
__version__ = '0.10.21'
|
|
10
10
|
__copyright__ = 'Copyright (c) 2020-2024 Jesus Lara'
|
|
11
11
|
__author__ = 'Jesus Lara'
|
|
12
12
|
__author_email__ = 'jesuslarag@gmail.com'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-datamodel
|
|
3
|
-
Version: 0.10.
|
|
3
|
+
Version: 0.10.21
|
|
4
4
|
Summary: simple library based on python +3.8 to use Dataclass-syntax for interacting with Data
|
|
5
5
|
Author-email: Jesus Lara <jesuslarag@gmail.com>
|
|
6
6
|
License: BSD
|
|
@@ -32,7 +32,7 @@ Requires-Python: >=3.10.0
|
|
|
32
32
|
Description-Content-Type: text/markdown
|
|
33
33
|
License-File: LICENSE
|
|
34
34
|
Requires-Dist: numpy>=1.26.4
|
|
35
|
-
Requires-Dist: uvloop>=0.21.0
|
|
35
|
+
Requires-Dist: uvloop>=0.21.0; sys_platform != "win32"
|
|
36
36
|
Requires-Dist: asyncio==3.4.3
|
|
37
37
|
Requires-Dist: faust-cchardet==2.1.19
|
|
38
38
|
Requires-Dist: ciso8601==2.3.2
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_datamodel-0.10.20 → python_datamodel-0.10.21}/python_datamodel.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{python_datamodel-0.10.20 → python_datamodel-0.10.21}/python_datamodel.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{python_datamodel-0.10.20 → python_datamodel-0.10.21}/python_datamodel.egg-info/top_level.txt
RENAMED
|
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
|
|
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
|
|
File without changes
|