LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
src/onomatool/__init__.py
src/onomatool/cli.py
src/onomatool/config.py
src/onomatool/conflict_resolver.py
src/onomatool/file_collector.py
src/onomatool/file_dispatcher.py
src/onomatool/llm_integration.py
src/onomatool/models.py
src/onomatool/prompts.py
src/onomatool/renamer.py
src/onomatool.egg-info/PKG-INFO
src/onomatool.egg-info/SOURCES.txt
src/onomatool.egg-info/dependency_links.txt
src/onomatool.egg-info/entry_points.txt
src/onomatool.egg-info/requires.txt
src/onomatool.egg-info/top_level.txt
src/onomatool/processors/markitdown_processor.py
src/onomatool/processors/text_processor.py
src/onomatool/utils/image_utils.py
tests/test_config.py
tests/test_conflict_resolver.py
tests/test_file_collector.py
tests/test_file_dispatcher.py
tests/test_renamer.py
tests/test_text_processor.py
tests/test_usage_enduser.py
tests/test_utf8_encoding.py