LICENSE.md
MANIFEST.in
README.md
pyproject.toml
docs/Makefile
docs/api.md
docs/approach_vs_tool.md
docs/conf.py
docs/extension_examples.md
docs/index.md
docs/make.bat
docs/perf/performance_tests.md
docs/prefab/index.md
src/ducktools/classbuilder/__init__.py
src/ducktools/classbuilder/__init__.pyi
src/ducktools/classbuilder/prefab.py
src/ducktools/classbuilder/prefab.pyi
src/ducktools/classbuilder/py.typed
src/ducktools_classbuilder.egg-info/PKG-INFO
src/ducktools_classbuilder.egg-info/SOURCES.txt
src/ducktools_classbuilder.egg-info/dependency_links.txt
src/ducktools_classbuilder.egg-info/requires.txt
src/ducktools_classbuilder.egg-info/top_level.txt
tests/test_annotated.py
tests/test_core.py
tests/prefab/dynamic/test_compare_attrib.py
tests/prefab/dynamic/test_construction.py
tests/prefab/dynamic/test_internals.py
tests/prefab/dynamic/test_pre_post_init.py
tests/prefab/dynamic/test_slots_novalues.py
tests/prefab/dynamic/test_slotted_class.py
tests/prefab/shared/conftest.py
tests/prefab/shared/test_creation.py
tests/prefab/shared/test_dunders.py
tests/prefab/shared/test_frozen.py
tests/prefab/shared/test_funcs.py
tests/prefab/shared/test_hint_syntax.py
tests/prefab/shared/test_inheritance.py
tests/prefab/shared/test_init.py
tests/prefab/shared/test_kw_only.py
tests/prefab/shared/test_repr.py
tests/prefab/shared/examples/creation.py
tests/prefab/shared/examples/creation_empty.py
tests/prefab/shared/examples/dunders.py
tests/prefab/shared/examples/frozen_prefabs.py
tests/prefab/shared/examples/funcs_prefabs.py
tests/prefab/shared/examples/hint_syntax.py
tests/prefab/shared/examples/inheritance.py
tests/prefab/shared/examples/init_ex.py
tests/prefab/shared/examples/kw_only.py
tests/prefab/shared/examples/repr_func.py
tests/prefab/shared/examples/fails/creation_1.py
tests/prefab/shared/examples/fails/creation_2.py
tests/prefab/shared/examples/fails/creation_3.py
tests/prefab/shared/examples/fails/creation_5.py
tests/prefab/shared/examples/fails/inheritance_1.py
tests/prefab/shared/examples/fails/inheritance_2.py