CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
TESTING.md
pyproject.toml
setup.py
csv_trans/__init__.py
csv_trans/__main__.py
csv_trans/chunking.py
csv_trans/cli.py
csv_trans/core.py
csv_trans/csvio.py
csv_trans/exceptions.py
csv_trans/models.py
csv_trans/py.typed
csv_trans/selection.py
csv_trans/translate.py
csv_trans.egg-info/PKG-INFO
csv_trans.egg-info/SOURCES.txt
csv_trans.egg-info/dependency_links.txt
csv_trans.egg-info/entry_points.txt
csv_trans.egg-info/top_level.txt
csv_trans/providers/__init__.py
csv_trans/providers/_common.py
csv_trans/providers/anthropic.py
csv_trans/providers/base.py
csv_trans/providers/echo.py
csv_trans/providers/endpoints.py
csv_trans/providers/google_free.py
csv_trans/providers/openai_compatible.py
docs/internal/ARCHITECTURE_V2.md
docs/internal/MIGRATION_V2.md
docs/src/content/docs/cookbooks.md
docs/src/content/docs/getting-started.md
docs/src/content/docs/how-it-works.md
docs/src/content/docs/privacy-and-security.md
docs/src/content/docs/providers.md
docs/src/content/docs/reference/cli.md
docs/src/content/docs/reference/python-api.md
tests/__init__.py
tests/_support.py
tests/test_audit_fix_regressions.py
tests/test_audit_phase2.py
tests/test_chunking_perf.py
tests/test_cli_and_compatibility.py
tests/test_csv_fidelity.py
tests/test_fix_cli_secret_scrub.py
tests/test_fix_cli_secrets.py
tests/test_fix_misc.py
tests/test_fix_providers.py
tests/test_fix_selection.py
tests/test_github_issue_regressions.py
tests/test_http_transport_integration.py
tests/test_perf_smoke.py
tests/test_privacy_and_atomicity.py
tests/test_providers.py
tests/test_recovery_and_reporting.py
tests/test_selection_and_chunking.py
tests/test_selection_numeric_hardening.py
tests/test_v2_regressions.py