LICENSE
README.md
pyproject.toml
src/retrocat/__init__.py
src/retrocat/__main__.py
src/retrocat/catalog.py
src/retrocat/classify.py
src/retrocat/config.py
src/retrocat/isbn.py
src/retrocat/language.py
src/retrocat/lc_call.py
src/retrocat/lookup.py
src/retrocat/manual.py
src/retrocat/marc_build.py
src/retrocat/parse_scans.py
src/retrocat/pipeline.py
src/retrocat/reconcile.py
src/retrocat.egg-info/PKG-INFO
src/retrocat.egg-info/SOURCES.txt
src/retrocat.egg-info/dependency_links.txt
src/retrocat.egg-info/entry_points.txt
src/retrocat.egg-info/requires.txt
src/retrocat.egg-info/top_level.txt
src/retrocat/data/lc_class_map.toml
tests/test_catalog.py
tests/test_classify.py
tests/test_cli_callnumber.py
tests/test_cli_sample.py
tests/test_config.py
tests/test_integration_golden.py
tests/test_isbn.py
tests/test_language.py
tests/test_lc_call.py
tests/test_lookup.py
tests/test_manual.py
tests/test_marc_build.py
tests/test_parse_scans.py
tests/test_pipeline_gates.py
tests/test_pipeline_manual.py
tests/test_reconcile.py