LICENSE
README.md
pyproject.toml
src/fastslr/__init__.py
src/fastslr/__main__.py
src/fastslr/py.typed
src/fastslr.egg-info/PKG-INFO
src/fastslr.egg-info/SOURCES.txt
src/fastslr.egg-info/dependency_links.txt
src/fastslr.egg-info/entry_points.txt
src/fastslr.egg-info/requires.txt
src/fastslr.egg-info/top_level.txt
src/fastslr/app/__init__.py
src/fastslr/app/cli.py
src/fastslr/app/controller.py
src/fastslr/app/profiles.py
src/fastslr/app/tui.py
src/fastslr/core/__init__.py
src/fastslr/core/config.py
src/fastslr/core/constants.py
src/fastslr/core/coverage.py
src/fastslr/core/default_config.json
src/fastslr/core/engine.py
src/fastslr/core/io.py
src/fastslr/core/models.py
src/fastslr/core/normalization.py
src/fastslr/core/patterns.py
src/fastslr/core/presets.py
src/fastslr/core/scoring.py
src/fastslr/i18n/__init__.py
src/fastslr/i18n/locales/en.json
src/fastslr/i18n/locales/es.json
src/fastslr/i18n/locales/pt_BR.json
tests/test_boundaries.py
tests/test_cli.py
tests/test_compliance.py
tests/test_config_regressions.py
tests/test_config_robustez.py
tests/test_coverage_quotes.py
tests/test_engine.py
tests/test_engine_stats.py
tests/test_io_coverage_extra.py
tests/test_io_encoding.py
tests/test_main_findings_regressions.py
tests/test_normalization.py
tests/test_normalization_determinism.py
tests/test_packaging.py
tests/test_patterns.py
tests/test_profiles.py
tests/test_proximity.py
tests/test_scoring.py
tests/test_thresholds_consistencia.py
tests/test_tui_findings.py