CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
SECURITY.md
pyproject.toml
setup.cfg
setup.py
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.cpp
datamodel/validation.html
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
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
tests/__init__.py
tests/test_aliases.py
tests/test_classdict.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_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