LICENSE
README.md
pyproject.toml
src/stackdrift/__init__.py
src/stackdrift/analyzer.py
src/stackdrift/cli.py
src/stackdrift/detector.py
src/stackdrift/formatter.py
src/stackdrift/models.py
src/stackdrift.egg-info/PKG-INFO
src/stackdrift.egg-info/SOURCES.txt
src/stackdrift.egg-info/dependency_links.txt
src/stackdrift.egg-info/entry_points.txt
src/stackdrift.egg-info/requires.txt
src/stackdrift.egg-info/top_level.txt
src/stackdrift/aws/__init__.py
src/stackdrift/aws/client.py
src/stackdrift/integrations/__init__.py
src/stackdrift/integrations/github.py
src/stackdrift/integrations/slack.py
tests/test_analyzer.py
tests/test_cli.py
tests/test_client.py
tests/test_detector.py
tests/test_formatter.py
tests/test_integrations.py
tests/test_models.py