README.md
pyproject.toml
setup.py
comic_matcher/__init__.py
comic_matcher/cli.py
comic_matcher/matcher.py
comic_matcher/parser.py
comic_matcher/utils.py
comic_matcher.egg-info/PKG-INFO
comic_matcher.egg-info/SOURCES.txt
comic_matcher.egg-info/dependency_links.txt
comic_matcher.egg-info/entry_points.txt
comic_matcher.egg-info/requires.txt
comic_matcher.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_compound_titles.py
tests/test_full_marvel_shadows.py
tests/test_marvel_direct.py
tests/test_marvel_shadows.py
tests/test_marvel_shadows_fix.py
tests/test_matcher.py
tests/test_minimal.py
tests/test_no_subtitle_approach.py
tests/test_parser.py
tests/test_title_structural_differences.py
tests/test_utils.py