LICENSE
MANIFEST.in
README.md
pyproject.toml
loctran/__init__.py
loctran/cli.py
loctran/config.py
loctran/diagnostics.py
loctran/exceptions.py
loctran/extract.py
loctran/model_policy.py
loctran/translate.py
loctran.egg-info/PKG-INFO
loctran.egg-info/SOURCES.txt
loctran.egg-info/dependency_links.txt
loctran.egg-info/entry_points.txt
loctran.egg-info/requires.txt
loctran.egg-info/top_level.txt
loctran/server/__init__.py
loctran/server/compress.py
loctran/server/server.py
loctran/server/store.py
loctran/server/static/__init__.py
loctran/server/static/manifest.json
loctran/server/static/style.css
tests/test_compress.py
tests/test_extract.py
tests/test_misc.py
tests/test_model_policy.py
tests/test_server.py
tests/test_translate.py