CHANGELOG.md
MANIFEST.in
README.md
pyproject.toml
setup.py
docs/DOCUMENTATION_GUIDE.md
docs/EXAMPLE_REPORT.txt
docs/README.md
docs/automation/DOCKER_GUIDE.md
docs/automation/LOGGING_GUIDE.md
docs/automation/VERSION_MANAGEMENT.md
docs/ci-cd/CHANGELOG_AUTOMATION.md
docs/ci-cd/CI_CD_GUIDE.md
docs/ci-cd/CODE_QUALITY_SETUP.md
docs/ci-cd/COVERAGE_SETUP.md
docs/ci-cd/DEPENDENCY_AUTOMATION.md
docs/ci-cd/ISSUE_TEMPLATES_GUIDE.md
docs/ci-cd/PERFORMANCE_BENCHMARKING.md
docs/ci-cd/PRE_COMMIT_SETUP.md
docs/ci-cd/PULL_REQUEST_GUIDE.md
docs/ci-cd/RELEASE_GUIDE.md
docs/ci-cd/SECURITY_GUIDE.md
docs/ci-cd/STALE_BOT_GUIDE.md
docs/development/CONTRIBUTING.md
docs/development/DEVELOPMENT_SETUP.md
docs/development/TESTING.md
docs/pypi/PYPI_ERROR_403_FIX.md
docs/pypi/PYPI_PREPARATION_SUMMARY.md
docs/pypi/PYPI_SECRET_CONFIGURATION_GUIDE.md
docs/pypi/PYPI_SECRET_SETUP.md
docs/pypi/README.md
docs/reference/API_DOCUMENTATION.md
docs/reference/PYTHON_API_GUIDE.md
docs/technical/ARCHITECTURE.md
docs/technical/FLAC_DECODER_ERROR_HANDLING.md
docs/technical/GUIDE_RETRY_MECHANISM.md
docs/technical/LOGIC_FLOW.md
docs/technical/RULES.md
docs/technical/RULE_SPECIFICATIONS.md
docs/technical/TECHNICAL_DOCUMENTATION.md
docs/technical/TYPE_HINTS.md
docs/user-guide/EXAMPLES.md
docs/user-guide/GETTING_STARTED.md
docs/user-guide/REPORT_FORMAT.md
docs/user-guide/TROUBLESHOOTING.md
examples/logging_example.py
examples/retry_mechanism_examples.py
examples/repair/check_metadata.py
examples/repair/test_repair_corrupted.py
src/flac_detective/__init__.py
src/flac_detective/__version__.py
src/flac_detective/analyzer.py
src/flac_detective/colors.py
src/flac_detective/config.py
src/flac_detective/logging_config.py
src/flac_detective/main.py
src/flac_detective/repair.py
src/flac_detective/reporter.py
src/flac_detective/tracker.py
src/flac_detective/utils.py
src/flac_detective/utils_back.py
src/flac_detective.egg-info/PKG-INFO
src/flac_detective.egg-info/SOURCES.txt
src/flac_detective.egg-info/dependency_links.txt
src/flac_detective.egg-info/entry_points.txt
src/flac_detective.egg-info/requires.txt
src/flac_detective.egg-info/top_level.txt
src/flac_detective/analysis/__init__.py
src/flac_detective/analysis/analyzer.py
src/flac_detective/analysis/audio_cache.py
src/flac_detective/analysis/diagnostic_tracker.py
src/flac_detective/analysis/file_cache.py
src/flac_detective/analysis/metadata.py
src/flac_detective/analysis/quality.py
src/flac_detective/analysis/scoring.py
src/flac_detective/analysis/spectrum.py
src/flac_detective/analysis/window_cache.py
src/flac_detective/analysis/new_scoring/__init__.py
src/flac_detective/analysis/new_scoring/artifacts.py
src/flac_detective/analysis/new_scoring/audio_loader.py
src/flac_detective/analysis/new_scoring/bitrate.py
src/flac_detective/analysis/new_scoring/calculator.py
src/flac_detective/analysis/new_scoring/constants.py
src/flac_detective/analysis/new_scoring/metadata.py
src/flac_detective/analysis/new_scoring/models.py
src/flac_detective/analysis/new_scoring/silence.py
src/flac_detective/analysis/new_scoring/silence_utils.py
src/flac_detective/analysis/new_scoring/strategies.py
src/flac_detective/analysis/new_scoring/verdict.py
src/flac_detective/analysis/new_scoring/rules/__init__.py
src/flac_detective/analysis/new_scoring/rules/artifacts.py
src/flac_detective/analysis/new_scoring/rules/bitrate.py
src/flac_detective/analysis/new_scoring/rules/cassette.py
src/flac_detective/analysis/new_scoring/rules/consistency.py
src/flac_detective/analysis/new_scoring/rules/silence.py
src/flac_detective/analysis/new_scoring/rules/spectral.py
src/flac_detective/repair/__init__.py
src/flac_detective/repair/__main__.py
src/flac_detective/repair/encoding.py
src/flac_detective/repair/fixer.py
src/flac_detective/repair/metadata.py
src/flac_detective/reporting/__init__.py
src/flac_detective/reporting/statistics.py
src/flac_detective/reporting/text_reporter.py
tests/test_audio_loader_retry.py
tests/test_new_scoring.py
tests/test_new_scoring_rules.py
tests/test_rule11.py
tests/test_rule1_bitrate_enhancement.py
tests/test_rule4.py
tests/test_rule6.py
tests/test_rule7_vinyl.py
tests/test_rule8.py
tests/test_rule9.py
tests/test_scoring.py