LICENSE
README.md
pyproject.toml
src/inboxscan/__init__.py
src/inboxscan/auth.py
src/inboxscan/cache.py
src/inboxscan/canceller.py
src/inboxscan/cli.py
src/inboxscan/connector.py
src/inboxscan/detector.py
src/inboxscan/models.py
src/inboxscan/parser.py
src/inboxscan/reporter.py
src/inboxscan.egg-info/PKG-INFO
src/inboxscan.egg-info/SOURCES.txt
src/inboxscan.egg-info/dependency_links.txt
src/inboxscan.egg-info/entry_points.txt
src/inboxscan.egg-info/requires.txt
src/inboxscan.egg-info/top_level.txt
tests/test_auth.py
tests/test_cache.py
tests/test_connector.py
tests/test_detector.py
tests/test_models.py
tests/test_parser.py