LICENSE
README.md
pyproject.toml
gitopsy/__init__.py
gitopsy/__main__.py
gitopsy/cli.py
gitopsy/orchestrator.py
gitopsy.egg-info/PKG-INFO
gitopsy.egg-info/SOURCES.txt
gitopsy.egg-info/dependency_links.txt
gitopsy.egg-info/entry_points.txt
gitopsy.egg-info/requires.txt
gitopsy.egg-info/top_level.txt
gitopsy/analyzers/__init__.py
gitopsy/analyzers/api_extractor.py
gitopsy/analyzers/architecture.py
gitopsy/analyzers/conventions.py
gitopsy/analyzers/dependencies.py
gitopsy/analyzers/onboarding.py
gitopsy/analyzers/security_surface.py
gitopsy/analyzers/setup_guide.py
gitopsy/analyzers/tech_debt.py
gitopsy/models/__init__.py
gitopsy/models/schemas.py
gitopsy/report/__init__.py
gitopsy/report/badge.py
gitopsy/report/charts.py
gitopsy/report/diff.py
gitopsy/report/renderer.py
gitopsy/report/template.html
gitopsy/scanners/__init__.py
gitopsy/scanners/file_tree.py
gitopsy/scanners/git_history.py
gitopsy/scanners/language_detect.py
gitopsy/scanners/pattern_match.py
tests/test_api_extractor.py
tests/test_architecture.py
tests/test_badge.py
tests/test_conventions.py
tests/test_dependencies.py
tests/test_diff.py
tests/test_file_tree.py
tests/test_git_history.py
tests/test_integration.py
tests/test_language_detect.py
tests/test_onboarding.py
tests/test_pattern_match.py
tests/test_security.py
tests/test_setup_guide.py
tests/test_tech_debt.py