LICENCE.txt
README.rst
pyproject.toml
setup.py
src/class_registry/__init__.py
src/class_registry/auto_register.py
src/class_registry/base.py
src/class_registry/cache.py
src/class_registry/entry_points.py
src/class_registry/patcher.py
src/class_registry/registry.py
src/class_registry.egg-info/PKG-INFO
src/class_registry.egg-info/SOURCES.txt
src/class_registry.egg-info/dependency_links.txt
src/class_registry.egg-info/top_level.txt
test/test_auto_register.py
test/test_auto_register_deprecated.py
test/test_cache.py
test/test_class_registry.py
test/test_entry_points.py
test/test_gen_lookup_key.py
test/test_patcher.py
test/test_sorted_class_registry.py