.coveragerc
.gitignore
.pre-commit-config.yaml
.travis.yml
CHANGELOG.rst
HOWTORELEASE.rst
LICENSE
MANIFEST.in
README.rst
appveyor.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
changelog/README.rst
changelog/_template.rst
docs/api_reference.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
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
pluggy/__init__.py
pluggy/_tracing.py
pluggy/_version.py
pluggy/callers.py
pluggy/hooks.py
pluggy/manager.py
pluggy.egg-info/PKG-INFO
pluggy.egg-info/SOURCES.txt
pluggy.egg-info/dependency_links.txt
pluggy.egg-info/requires.txt
pluggy.egg-info/top_level.txt
scripts/release.py
testing/benchmark.py
testing/conftest.py
testing/test_deprecations.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