.gitignore
LICENSE
README.md
mkdocs.yml
mypy.ini
pyproject.toml
tox.ini
.github/workflows/ci-cd.yml
.github/workflows/tox.yml
.github/workflows/workflow.yml
doc/index.md
doc/api/changelog.md
doc/api/loader.md
doc/api/mixins.md
doc/api/model.md
doc/examples/discriminated_union.md
doc/examples/extensible_model.md
doc/examples/load_extensions.md
pydantic_modelable/__init__.py
pydantic_modelable/loader.py
pydantic_modelable/mixins.py
pydantic_modelable/model.py
pydantic_modelable/py.typed
pydantic_modelable.egg-info/PKG-INFO
pydantic_modelable.egg-info/SOURCES.txt
pydantic_modelable.egg-info/dependency_links.txt
pydantic_modelable.egg-info/requires.txt
pydantic_modelable.egg-info/top_level.txt
tests/func/test_attr_registration.py
tests/func/test_extensions.py
tests/python_packages/core/core.py
tests/python_packages/core/pyproject.toml
tests/python_packages/ext1/ext1.py
tests/python_packages/ext1/pyproject.toml
tests/python_packages/ext2/ext2.py
tests/python_packages/ext2/pyproject.toml