LICENSE
README.md
pyproject.toml
examples/django/manage.py
examples/django/myapp/__init__.py
examples/django/myapp/urls.py
examples/django/myapp/views.py
examples/django/myproject/__init__.py
examples/django/myproject/settings.py
examples/django/myproject/urls.py
examples/django/myproject/wsgi.py
examples/fastapi/app.py
examples/flask/app.py
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/test_exceptions.py
tests/fixtures/__init__.py
tests/test_caching/__init__.py
tests/test_caching/test_memory_cache.py
tests/test_caching_file/test_file_cache.py
tests/test_caching_file/test_hybrid_cache.py
tests/test_client/__init__.py
tests/test_client/test_client.py
tests/test_client/test_client_integration.py
tests/test_extensions/conftest.py
tests/test_extensions/test_django_integration.py
tests/test_extensions/test_fastapi_integration.py
tests/test_extensions/test_flask_integration.py
tests/test_extensions/test_framework_providers.py
tests/test_language/__init__.py
tests/test_language/test_builder.py
tests/test_language/test_providers.py
tests/test_language/test_resolver.py
tests/test_models/__init__.py
tests/test_models/test_enums.py
tests/test_models/test_language_codes.py
tests/test_models/test_options.py
tests/test_models/test_protocols.py
tests/test_models/test_responses.py
tests/test_service/__init__.py
tests/test_service/test_service.py
tests/test_service/test_service_integration.py
translaas/__init__.py
translaas/__version__.py
translaas/exceptions.py
translaas/py.typed
translaas/service.py
translaas.egg-info/PKG-INFO
translaas.egg-info/SOURCES.txt
translaas.egg-info/dependency_links.txt
translaas.egg-info/requires.txt
translaas.egg-info/top_level.txt
translaas/caching/__init__.py
translaas/caching/memory.py
translaas/caching_file/__init__.py
translaas/caching_file/file_cache.py
translaas/caching_file/hybrid_cache.py
translaas/client/__init__.py
translaas/client/client.py
translaas/extensions/__init__.py
translaas/extensions/config.py
translaas/extensions/django.py
translaas/extensions/fastapi.py
translaas/extensions/flask.py
translaas/extensions/templatetags/__init__.py
translaas/extensions/templatetags/translaas_tags.py
translaas/language/__init__.py
translaas/language/builder.py
translaas/language/providers.py
translaas/language/resolver.py
translaas/models/__init__.py
translaas/models/enums.py
translaas/models/language_codes.py
translaas/models/options.py
translaas/models/protocols.py
translaas/models/responses.py
translaas/models/types.py