.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/typing.md
doc/api/changelog.md
doc/api/forwarder.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/forwarding_registrations.md
doc/examples/load_extensions.md
pydantic_modelable/__init__.py
pydantic_modelable/forwarder.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/scm_file_list.json
pydantic_modelable.egg-info/scm_version.json
pydantic_modelable.egg-info/top_level.txt
pydantic_modelable_mypy/LICENSE
pydantic_modelable_mypy/README.md
pydantic_modelable_mypy/pyproject.toml
pydantic_modelable_mypy/pydantic_modelable_mypy/__init__.py
pydantic_modelable_mypy/pydantic_modelable_mypy/plugin.py
pydantic_modelable_mypy/pydantic_modelable_mypy/py.typed
tests/func/test_attr_registration.py
tests/func/test_decorator_typing.py
tests/func/test_extensions.py
tests/func/test_forwarder.py
tests/mypy_plugin/__init__.py
tests/mypy_plugin/conftest.py
tests/mypy_plugin/test_as_attribute.py
tests/mypy_plugin/test_extends_enum.py
tests/mypy_plugin/test_extends_union.py
tests/mypy_plugin/test_forwarder.py
tests/mypy_plugin/test_func_crossmodule.py
tests/mypy_plugin/func_fixtures/enum_app.py
tests/mypy_plugin/func_fixtures/enum_blue.py
tests/mypy_plugin/func_fixtures/enum_core.py
tests/mypy_plugin/func_fixtures/enum_red.py
tests/mypy_plugin/func_fixtures/shelter_app.py
tests/mypy_plugin/func_fixtures/shelter_core.py
tests/mypy_plugin/func_fixtures/shelter_desk.py
tests/mypy_plugin/func_fixtures/union_app.py
tests/mypy_plugin/func_fixtures/union_core.py
tests/mypy_plugin/func_fixtures/union_switch.py
tests/mypy_plugin/func_fixtures/union_temp.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