LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.py
tox.ini
.github/CODE_OF_CONDUCT.rst
.github/ISSUE_TEMPLATE.md
.github/workflows/main.yml
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/docutils.conf
docs/index.rst
docs/_static/custom.css
docs/_static/favicon.png
docs/_static/interrogate_badge.svg
docs/_static/logo_pink.png
docs/_static/logo_smol.png
docs/_templates/navigation.html
src/interrogate/__init__.py
src/interrogate/badge_gen.py
src/interrogate/cli.py
src/interrogate/config.py
src/interrogate/coverage.py
src/interrogate/utils.py
src/interrogate/visit.py
src/interrogate.egg-info/PKG-INFO
src/interrogate.egg-info/SOURCES.txt
src/interrogate.egg-info/dependency_links.txt
src/interrogate.egg-info/entry_points.txt
src/interrogate.egg-info/not-zip-safe
src/interrogate.egg-info/requires.txt
src/interrogate.egg-info/top_level.txt
src/interrogate/badge/template.svg
tests/functional/__init__.py
tests/functional/test_cli.py
tests/functional/fixtures/expected_badge.svg
tests/functional/sample/__init__.py
tests/functional/sample/full.py
tests/functional/sample/partial.py
tests/functional/sample/child_sample/__init__.py
tests/functional/sample/child_sample/child_sample_module.py