.gitattributes
.gitignore
.pre-commit-config.yaml
.python-version
.yamllint
CODE_OF_CONDUCT.md
LICENSE
README.md
check_names.py
create.sh
justfile
pyproject.toml
requirements-dev.txt
requirements-optional.txt
requirements.txt
.github/dependabot.yml
.github/workflows/black.yaml
.github/workflows/dapperdata.yaml
.github/workflows/gh_pages.yaml
.github/workflows/mypy.yaml
.github/workflows/pypi.yaml
.github/workflows/pytest.yaml
.github/workflows/ruff.yaml
.github/workflows/tomlsort.yaml
.github/workflows/tox.yaml
Protocol_Implements_Decorator.egg-info/PKG-INFO
Protocol_Implements_Decorator.egg-info/SOURCES.txt
Protocol_Implements_Decorator.egg-info/dependency_links.txt
Protocol_Implements_Decorator.egg-info/requires.txt
Protocol_Implements_Decorator.egg-info/top_level.txt
docs/Makefile
docs/conf.py
docs/getting-started.rst
docs/index.rst
docs/make.bat
docs/_static/css/custom.css
docs/source/modules.rst
docs/source/protocolimplementsdecorator.rst
src/protocolimplementsdecorator/__init__.py
src/protocolimplementsdecorator/implements.py
src/protocolimplementsdecorator/py.typed
tests/__init__.py
tests/test_protocolimplementsdecorator.py