README.md
pyproject.toml
src/main.py
src/datantic/__init__.py
src/datantic/converters.py
src/datantic/fields.py
src/datantic/model.py
src/datantic/nesting.py
src/datantic/types.py
src/datantic/utils.py
src/datantic/validator.py
src/datantic.egg-info/PKG-INFO
src/datantic.egg-info/SOURCES.txt
src/datantic.egg-info/dependency_links.txt
src/datantic.egg-info/top_level.txt
src/datantic/plugins/__init__.py
src/datantic/plugins/pandas.py
src/datantic/plugins/polars.py
src/datantic/validators/pandas.py
src/datantic/validators/polars.py
src/tests/conftest.py
src/tests/test_converters.py
src/tests/test_fields.py
src/tests/test_model.py
src/tests/test_nesting.py
src/tests/test_plugins_pandas.py
src/tests/test_plugins_polars.py
src/tests/test_types.py
src/tests/test_utils.py
src/tests/test_validator.py
src/tests/test_validators_pandas.py
src/tests/test_validators_polars.py