CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
src/subtitle_translator/__init__.py
src/subtitle_translator/app.py
src/subtitle_translator/batch.py
src/subtitle_translator/cli.py
src/subtitle_translator/config.py
src/subtitle_translator/consistency.py
src/subtitle_translator/consistency_report.py
src/subtitle_translator/consistency_review.py
src/subtitle_translator/glossary.py
src/subtitle_translator/models.py
src/subtitle_translator/persistence.py
src/subtitle_translator/prompts.py
src/subtitle_translator/srt.py
src/subtitle_translator/subtitle_translation.py
src/subtitle_translator/translator.py
src/subtitle_translator/version.py
src/subtitle_translator/providers/__init__.py
src/subtitle_translator/providers/base.py
src/subtitle_translator/providers/factory.py
src/subtitle_translator/providers/gemini_consistency_reviewer.py
src/subtitle_translator/providers/gemini_provider.py
src/subtitle_translator/providers/openai_consistency_reviewer.py
src/subtitle_translator/providers/openai_provider.py
src/subtitle_translator/resources/batch_prompt.txt
src/subtitle_translator/resources/consistency_prompt.txt
src/subtitle_translator/resources/prompt.txt
src/subtranslate_ai.egg-info/PKG-INFO
src/subtranslate_ai.egg-info/SOURCES.txt
src/subtranslate_ai.egg-info/dependency_links.txt
src/subtranslate_ai.egg-info/entry_points.txt
src/subtranslate_ai.egg-info/requires.txt
src/subtranslate_ai.egg-info/top_level.txt
tests/test_app.py
tests/test_batch.py
tests/test_cli.py
tests/test_cli_integration.py
tests/test_consistency.py
tests/test_consistency_report.py
tests/test_consistency_review.py
tests/test_gemini_cli_integration.py
tests/test_gemini_consistency_reviewer.py
tests/test_gemini_provider.py
tests/test_glossary.py
tests/test_models.py
tests/test_openai_consistency_reviewer.py
tests/test_openai_provider.py
tests/test_package.py
tests/test_prompts.py
tests/test_provider_base.py
tests/test_provider_factory.py
tests/test_srt.py
tests/test_subtitle_translation.py
tests/test_translator.py