LICENSE
README.md
pyproject.toml
src/jps_python_deadcode_utils/__init__.py
src/jps_python_deadcode_utils/__main__.py
src/jps_python_deadcode_utils/cli.py
src/jps_python_deadcode_utils/confidence.py
src/jps_python_deadcode_utils/config.py
src/jps_python_deadcode_utils/correlator.py
src/jps_python_deadcode_utils/filesystem.py
src/jps_python_deadcode_utils/logging_utils.py
src/jps_python_deadcode_utils/models.py
src/jps_python_deadcode_utils/report_html.py
src/jps_python_deadcode_utils/report_markdown.py
src/jps_python_deadcode_utils/runner.py
src/jps_python_deadcode_utils.egg-info/PKG-INFO
src/jps_python_deadcode_utils.egg-info/SOURCES.txt
src/jps_python_deadcode_utils.egg-info/dependency_links.txt
src/jps_python_deadcode_utils.egg-info/entry_points.txt
src/jps_python_deadcode_utils.egg-info/requires.txt
src/jps_python_deadcode_utils.egg-info/top_level.txt
src/jps_python_deadcode_utils/parsers/__init__.py
src/jps_python_deadcode_utils/parsers/common.py
src/jps_python_deadcode_utils/parsers/deadcode_parser.py
src/jps_python_deadcode_utils/parsers/pydeadcode_parser.py
src/jps_python_deadcode_utils/parsers/ruff_parser.py
src/jps_python_deadcode_utils/parsers/vulture_parser.py
src/jps_python_deadcode_utils/tool_adapters/__init__.py
src/jps_python_deadcode_utils/tool_adapters/base.py
src/jps_python_deadcode_utils/tool_adapters/deadcode_adapter.py
src/jps_python_deadcode_utils/tool_adapters/pydeadcode_adapter.py
src/jps_python_deadcode_utils/tool_adapters/ruff_adapter.py
src/jps_python_deadcode_utils/tool_adapters/vulture_adapter.py
tests/test_cli.py
tests/test_confidence.py
tests/test_config.py
tests/test_metadata.py
tests/test_parsers.py
tests/test_report_html.py
tests/test_report_markdown.py
tests/test_runner.py
tests/test_tool_adapters.py