LICENSE
README.md
pyproject.toml
ai_translate/__init__.py
ai_translate/config.py
ai_translate.egg-info/PKG-INFO
ai_translate.egg-info/SOURCES.txt
ai_translate.egg-info/dependency_links.txt
ai_translate.egg-info/entry_points.txt
ai_translate.egg-info/requires.txt
ai_translate.egg-info/top_level.txt
ai_translate/cli/__init__.py
ai_translate/cli/main.py
ai_translate/cli/ui.py
ai_translate/platforms/__init__.py
ai_translate/platforms/_shared.py
ai_translate/platforms/android.py
ai_translate/platforms/django.py
ai_translate/platforms/flask_fastapi.py
ai_translate/platforms/flutter.py
ai_translate/platforms/ios.py
ai_translate/services/__init__.py
ai_translate/services/cache.py
ai_translate/services/env_manager.py
ai_translate/services/translators/__init__.py
ai_translate/services/translators/base.py
ai_translate/services/translators/claude.py
ai_translate/services/translators/gemini.py
ai_translate/services/translators/mistral.py
ai_translate/services/translators/openai_provider.py
ai_translate/services/translators/openrouter.py
tests/test_business_logic.py
tests/test_cache.py
tests/test_cli.py
tests/test_platforms.py
tests/test_plurals.py
tests/test_translators.py