.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
requirements-dev.txt
tox.ini
.github/workflows/main.yml
src/discover_plugins.py
src/discover_plugins.egg-info/PKG-INFO
src/discover_plugins.egg-info/SOURCES.txt
src/discover_plugins.egg-info/dependency_links.txt
src/discover_plugins.egg-info/entry_points.txt
src/discover_plugins.egg-info/top_level.txt
testdata/packages/myplugin/myplugin.py
testdata/packages/myplugin/pyproject.toml
tests/__init__.py
tests/test_discover_plugins.py