LICENSE
MANIFEST.in
README.md
README_EN.md
example.py
pyproject.toml
requirements.txt
setup.py
codehealthanalyzer/__init__.py
codehealthanalyzer/__main__.py
codehealthanalyzer/config.py
codehealthanalyzer/exceptions.py
codehealthanalyzer/i18n.py
codehealthanalyzer/schemas.py
codehealthanalyzer/version.py
codehealthanalyzer.egg-info/PKG-INFO
codehealthanalyzer.egg-info/SOURCES.txt
codehealthanalyzer.egg-info/dependency_links.txt
codehealthanalyzer.egg-info/entry_points.txt
codehealthanalyzer.egg-info/requires.txt
codehealthanalyzer.egg-info/top_level.txt
codehealthanalyzer/analyzers/__init__.py
codehealthanalyzer/analyzers/base.py
codehealthanalyzer/analyzers/errors.py
codehealthanalyzer/analyzers/templates.py
codehealthanalyzer/analyzers/violations.py
codehealthanalyzer/cli/__init__.py
codehealthanalyzer/cli/main.py
codehealthanalyzer/reports/__init__.py
codehealthanalyzer/reports/formatter.py
codehealthanalyzer/reports/generator.py
codehealthanalyzer/utils/__init__.py
codehealthanalyzer/utils/categorizer.py
codehealthanalyzer/utils/helpers.py
codehealthanalyzer/utils/validators.py
codehealthanalyzer/web/__init__.py
codehealthanalyzer/web/server.py
codehealthanalyzer/web/static/css/dashboard.css
codehealthanalyzer/web/static/js/dashboard.js
codehealthanalyzer/web/templates/dashboard.html
locale/en/LC_MESSAGES/codehealthanalyzer.po
locale/pt_BR/LC_MESSAGES/codehealthanalyzer.po
tests/test_analyzers.py
tests/test_base_analyzer.py
tests/test_categorizer.py
tests/test_cli.py
tests/test_cli_contract.py
tests/test_config.py
tests/test_contracts.py
tests/test_dashboard.py
tests/test_errors_analyzer.py
tests/test_exceptions.py
tests/test_helpers.py
tests/test_quality_score.py
tests/test_report_formatter.py
tests/test_smoke.py
tests/test_templates_analyzer.py
tests/test_validators.py
tests/test_violations_analyzer.py