LICENSE
MANIFEST.in
README.md
setup.py
src/cli/__init__.py
src/cli/main.py
src/cli/parser.py
src/forgy/__init__.py
src/forgy/database.py
src/forgy/filesystem_utils.py
src/forgy/isbn_regex.py
src/forgy/logger.py
src/forgy/messyforg.py
src/forgy/metadata_search.py
src/forgy/process_stats.py
src/forgy/text_extraction.py
src/forgy.egg-info/PKG-INFO
src/forgy.egg-info/SOURCES.txt
src/forgy.egg-info/dependency_links.txt
src/forgy.egg-info/entry_points.txt
src/forgy.egg-info/requires.txt
src/forgy.egg-info/top_level.txt
tests/test_database.py
tests/test_filesystem_utils.py
tests/test_integration.py
tests/test_isbn_regex.py
tests/test_logger.py
tests/test_messyforg.py
tests/test_metadata_search.py
tests/test_parser.py
tests/test_process_stats.py
tests/test_text_extraction.py