.flake8
.gitignore
.isort.cfg
.pylintrc
.readthedocs.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Cargo.lock
Cargo.toml
INSTALL.md
LICENSE
MANIFEST.in
Makefile
README.md
SECURITY.md
mypy.ini
pyproject.toml
pytest.ini
setup.cfg
setup.py
tox.ini
.github/dependabot.yml
.github/workflows/release.yml
datamodel/__init__.py
datamodel/abstract.py
datamodel/base.py
datamodel/converters.c
datamodel/converters.html
datamodel/converters.pyx
datamodel/exceptions.c
datamodel/exceptions.html
datamodel/exceptions.pxd
datamodel/exceptions.pyx
datamodel/fields.cpp
datamodel/fields.html
datamodel/fields.pyx
datamodel/functions.cpp
datamodel/functions.html
datamodel/functions.pxd
datamodel/functions.pyx
datamodel/models.py
datamodel/profiler.py
datamodel/py.typed
datamodel/types.c
datamodel/types.html
datamodel/types.pyx
datamodel/validation.c
datamodel/validation.html
datamodel/validation.pxd
datamodel/validation.pyx
datamodel/version.py
datamodel/adaptive/__init__.py
datamodel/adaptive/models.py
datamodel/aliases/__init__.py
datamodel/jsonld/__init__.py
datamodel/jsonld/models.py
datamodel/libs/__init__.py
datamodel/libs/mapping.c
datamodel/libs/mapping.html
datamodel/libs/mapping.pxd
datamodel/libs/mapping.pyx
datamodel/libs/mutables.py
datamodel/parsers/__init__.py
datamodel/parsers/encoders.py
datamodel/parsers/json.cpp
datamodel/parsers/json.html
datamodel/parsers/json.pyx
datamodel/rs_core/Cargo.toml
datamodel/rs_core/src/lib.rs
datamodel/rs_parsers/Cargo.toml
datamodel/rs_parsers/src/lib.rs
datamodel/rs_validators/Cargo.toml
datamodel/rs_validators/src/lib.rs
datamodel/typedefs/__init__.py
datamodel/typedefs/singleton.c
datamodel/typedefs/singleton.html
datamodel/typedefs/singleton.pxd
datamodel/typedefs/singleton.pyx
datamodel/typedefs/types.c
datamodel/typedefs/types.html
datamodel/typedefs/types.pxd
datamodel/typedefs/types.pyx
locale/de_DE/LC_MESSAGES/nav.po
locale/en_US/LC_MESSAGES/nav.po
locale/es_ES/LC_MESSAGES/nav.po
locale/fr_FR/LC_MESSAGES/nav.po
locale/it_IT/LC_MESSAGES/nav.po
python_datamodel.egg-info/PKG-INFO
python_datamodel.egg-info/SOURCES.txt
python_datamodel.egg-info/dependency_links.txt
python_datamodel.egg-info/not-zip-safe
python_datamodel.egg-info/requires.txt
python_datamodel.egg-info/top_level.txt
src/lib.rs
tests/__init__.py
tests/test_aliases.py
tests/test_classdict.py
tests/test_container.py
tests/test_converter.py
tests/test_dashboards.py
tests/test_data.py
tests/test_descriptors.py
tests/test_dict.py
tests/test_field.py
tests/test_generic.py
tests/test_inherit.py
tests/test_json.py
tests/test_method.py
tests/test_model.py
tests/test_notify.py
tests/test_primitives.py
tests/test_qsdriver.py
tests/test_qsmodel.py
tests/test_qsobject.py
tests/test_ticket.py
tests/test_tickets.py
tests/test_tuples.py
tests/test_type_user.py
tests/test_types.py
tests/test_unions.py
tests/test_valid_callables.py
tests/test_validations.py