.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
RELEASING.rst
codecov.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/main.yml
changelog/README.rst
changelog/_template.rst
docs/api_reference.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/requirements.txt
docs/_static/img/plug.png
docs/examples/toy-example.py
docs/examples/eggsample/setup.py
docs/examples/eggsample-spam/eggsample_spam.py
docs/examples/eggsample-spam/setup.py
docs/examples/eggsample/eggsample/__init__.py
docs/examples/eggsample/eggsample/hookspecs.py
docs/examples/eggsample/eggsample/host.py
docs/examples/eggsample/eggsample/lib.py
downstream/.gitignore
downstream/README.md
downstream/conda.sh
downstream/datasette.sh
downstream/devpi.sh
downstream/hatch.sh
downstream/pytest.sh
downstream/tox.sh
scripts/release.py
scripts/towncrier-draft-to-file.py
scripts/upload-coverage.sh
src/pluggy/__init__.py
src/pluggy/_callers.py
src/pluggy/_hooks.py
src/pluggy/_manager.py
src/pluggy/_result.py
src/pluggy/_tracing.py
src/pluggy/_version.py
src/pluggy/py.typed
src/pluggy.egg-info/PKG-INFO
src/pluggy.egg-info/SOURCES.txt
src/pluggy.egg-info/dependency_links.txt
src/pluggy.egg-info/requires.txt
src/pluggy.egg-info/top_level.txt
testing/benchmark.py
testing/conftest.py
testing/test_details.py
testing/test_helpers.py
testing/test_hookcaller.py
testing/test_invocations.py
testing/test_multicall.py
testing/test_pluginmanager.py
testing/test_tracer.py