LICENSE
README.md
pyproject.toml
src/xldetect/__init__.py
src/xldetect/cli.py
src/xldetect/coords.py
src/xldetect/grid.py
src/xldetect/integration.py
src/xldetect/models.py
src/xldetect/orchestrate.py
src/xldetect/reader.py
src/xldetect/report.py
src/xldetect.egg-info/PKG-INFO
src/xldetect.egg-info/SOURCES.txt
src/xldetect.egg-info/dependency_links.txt
src/xldetect.egg-info/entry_points.txt
src/xldetect.egg-info/requires.txt
src/xldetect.egg-info/top_level.txt
src/xldetect/detectors/__init__.py
src/xldetect/detectors/decorative.py
src/xldetect/detectors/headers.py
src/xldetect/detectors/merged.py
src/xldetect/detectors/regions.py
tests/test_cli_golden.py
tests/test_coords.py
tests/test_decorative.py
tests/test_grid.py
tests/test_headers.py
tests/test_integration.py
tests/test_merged.py
tests/test_models.py
tests/test_orchestrate.py
tests/test_reader.py
tests/test_regions.py
tests/test_regions_properties.py
tests/test_report.py