.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
Makefile
README.md
mkdocs.yml
pyproject.toml
requirements-dev.txt
setup.cfg
setup.py
compclasses/__init__.py
compclasses/compclass.py
compclasses.egg-info/PKG-INFO
compclasses.egg-info/SOURCES.txt
compclasses.egg-info/dependency_links.txt
compclasses.egg-info/requires.txt
compclasses.egg-info/top_level.txt
compclasses.egg-info/zip-safe
docs/composition.md
docs/contribute.md
docs/index.md
docs/inspiration.md
docs/api/compclass.md
docs/api/delegatee.md
docs/api/property_from_delegator.md
docs/img/compclass-logo.png
docs/img/compclass-logo.svg
docs/img/interrogate-shield.svg
docs/user_guide/beyond_basics.md
docs/user_guide/getting_started.md
tests/__init__.py
tests/compclass_test.py
tests/conftest.py
tests/delegatee_test.py
tests/partition_test.py
tests/property_from_delegator_test.py
tests/verbose_test.py