Metadata-Version: 2.4
Name: datashare-translation-worker
Version: 0.7.10
Summary: Translation worker implementation in Temporal
Author-email: Clément Doumouro <cdoumouro@icij.org>, Clément Doumouro <clement.doumouro@gmail.com>, Lion Summerbell <lsummerbell@icij.org>
Requires-Python: <3.13,>=3.11.0
Requires-Dist: datashare-python~=0.10.0
Requires-Dist: language-data>=1.4.0
Requires-Dist: pydantic-extra-types[pycountry]==2.11.1
Provides-Extra: c2translate
Requires-Dist: argostranslate==1.11.0; extra == 'c2translate'
Provides-Extra: inference
Requires-Dist: argostranslate==1.11.0; extra == 'inference'
Provides-Extra: torch
Requires-Dist: accelerate==1.14.0; extra == 'torch'
Requires-Dist: torch==2.11.0; extra == 'torch'
Requires-Dist: transformers==5.12.1; extra == 'torch'
Description-Content-Type: text/markdown

# Translation worker implementation in Temporal

Implements a translation worker for `temporalio` based on the `argostranslate`
translation library.