LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
erdantic/__init__.py
erdantic/__main__.py
erdantic/base.py
erdantic/cli.py
erdantic/dataclasses.py
erdantic/erd.py
erdantic/errors.py
erdantic/pydantic.py
erdantic/typing.py
erdantic/version.py
erdantic.egg-info/PKG-INFO
erdantic.egg-info/SOURCES.txt
erdantic.egg-info/dependency_links.txt
erdantic.egg-info/entry_points.txt
erdantic.egg-info/requires.txt
erdantic.egg-info/top_level.txt
erdantic/examples/__init__.py
erdantic/examples/dataclasses.py
erdantic/examples/pydantic.py
tests/__init__.py
tests/test_adapters.py
tests/test_base.py
tests/test_cli.py
tests/test_dataclasses.py
tests/test_erd.py
tests/test_pydantic.py
tests/test_typing.py
tests/utils.py