LICENSE
README.md
pyproject.toml
gnost/__init__.py
gnost.egg-info/PKG-INFO
gnost.egg-info/SOURCES.txt
gnost.egg-info/dependency_links.txt
gnost.egg-info/entry_points.txt
gnost.egg-info/requires.txt
gnost.egg-info/top_level.txt
gnost/analysis/__init__.py
gnost/analysis/analyzers/__init__.py
gnost/analysis/analyzers/maintainability_analyzer.py
gnost/analysis/analyzers/observability_analyzer.py
gnost/analysis/analyzers/readability_analyzer.py
gnost/analysis/analyzers/robustness_analyzer.py
gnost/analysis/core/__init__.py
gnost/analysis/core/aggregator.py
gnost/analysis/core/engine.py
gnost/analysis/core/file_utils.py
gnost/analysis/core/interfaces.py
gnost/analysis/core/models.py
gnost/analysis/core/tool_runner.py
gnost/analysis/core/transformers.py
gnost/analysis/utils/__init__.py
gnost/analysis/utils/analyze.py
gnost/analysis/utils/df_handling.py
gnost/analysis/utils/duplicate_code.py
gnost/analysis/utils/extract.py
gnost/analysis/utils/mi.py
gnost/cli/__init__.py
gnost/cli/app.py
gnost/cli/commands/__init__.py
gnost/cli/commands/analysis.py
gnost/cli/commands/onboard.py
gnost/config/__init__.py
gnost/config/languages.py
gnost/core/__init__.py
gnost/core/counter.py
gnost/core/flow.py
gnost/core/graph.py
gnost/core/insight_builder.py
gnost/core/ranker.py
gnost/languages/base.py
gnost/languages/java.py
gnost/languages/javascript.py
gnost/languages/python.py
gnost/languages/typescript.py
gnost/models/__init__.py
gnost/models/insights.py
gnost/plugins/__init__.py
gnost/plugins/base.py
gnost/reporters/__init__.py
gnost/reporters/analysis_html.py
gnost/reporters/files.py
gnost/reporters/folders.py
gnost/reporters/loc_summary.py
gnost/reporters/markdown.py
gnost/reporters/mermaid.py
gnost/reporters/readme.py
gnost/reporters/stats.py
gnost/reporters/summary.py
gnost/scanner/__init__.py
gnost/scanner/classify.py
gnost/scanner/engine.py
gnost/scanner/filters.py
gnost/scanner/loc.py
gnost/scanner/models.py
gnost/utils/__init__.py
gnost/utils/logger.py
gnost/utils/printer.py
gnost/utils/progress.py
tests/test_analysis_cli.py
tests/test_markdown_reporter.py
tests/test_onboard_paths.py