Metadata-Version: 2.2
Name: transpolibre
Version: 0.8.4
Summary: Automate translation of gettext PO files using LibreTranslate
Author-email: Jeff Moe <moe@spacecruft.org>
License: Apache-2.0
Project-URL: Homepage, https://transpolibre.org
Project-URL: Documentation, https://transpolibre.org
Project-URL: Repository, https://spacecruft.org/deepcrayon/transpolibre
Project-URL: Issues, https://spacecruft.org/deepcrayon/transpolibre
Project-URL: Changelog, https://spacecruft.org/deepcrayon/transpolibre/raw/branch/main/CHANGELOG.txt
Keywords: gettext,i18n,l10n,internationalization,libretranslate,localization,machine-translation,pofiles,po-files,python,sphinx,text-processing,translation
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Natural Language :: Spanish
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Internationalization
Classifier: Topic :: Software Development :: Localization
Classifier: Topic :: Text Processing :: Linguistic
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE-CC.txt
License-File: LICENSE-apache.txt
Requires-Dist: libretranslatepy
Requires-Dist: polib
Requires-Dist: pycountry
Requires-Dist: python-dotenv
Requires-Dist: requests
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: sphinx; extra == "dev"
Requires-Dist: sphinx-autobuild; extra == "dev"
Requires-Dist: sphinx-autodoc-typehints; extra == "dev"
Requires-Dist: sphinx-intl; extra == "dev"
Requires-Dist: sphinx-notfound-page; extra == "dev"
Requires-Dist: sphinx-rtd-theme; extra == "dev"
Requires-Dist: sphinxcontrib-markdown; extra == "dev"
Requires-Dist: twine; extra == "dev"

# transpolibre
`transpolibre` is a Python program to automate translation of `gettext` PO files
using LibreTranslate.

* https://transpolibre.org

# Install
# PyPI Installation

* https://pypi.org/project/transpolibre/

To install with pip from PyPI, you can do something like this:

```
python -m venv venv
source venv/bin/activate
pip install -U setuptools pip wheel
pip install transpolibre
```

## Source Installation
Thusly, suit to taste:

```
git clone https://spacecruft.org/deepcrayon/transpolibre
cd transpolibre/
python -m venv venv
source venv/bin/activate
pip install -U setuptools pip wheel
pip install -e .
```

# Help
```
$ transpolibre --help
usage: transpolibre [-h] [-a API_KEY] [-d] [-f FILE] [-l] [-o] [-s SOURCE_LANG] [-t TARGET_LANG] [-u URL] [-v] [-V]

Translate PO files with LibreTranslate

options:
  -h, --help            show this help message and exit
  -a API_KEY, --api-key API_KEY
                        LibreTranslate API key
  -d, --debug           Debugging
  -f FILE, --file FILE  PO file to translate
  -l, --list            List available languages
  -o, --overwrite       Overwrite existing translations
  -s SOURCE_LANG, --source-lang SOURCE_LANG
                        Source Language ISO 639 code (Default en)
  -t TARGET_LANG, --target-lang TARGET_LANG
                        Target Language ISO 639 code (Default es)
  -u URL, --url URL     LibreTranslate URL (Default http://127.0.0.1:8000)
  -v, --verbose         Increase output verbosity
  -V, --version         Show version
```

# Status
Beta.

# AI
"Open Source" AI models are used to generate and edit some code.

# Upstream
Projects used by `transpolibre`.

* https://libretranslate.com/
* https://www.gnu.org/software/gettext/manual/gettext.html
* https://polib.readthedocs.io
* https://github.com/argosopentech/LibreTranslate-py

# License
Apache 2.0 or Creative Commons CC by SA 4.0 International.
You may use this code, files, and text under either license.

Unofficial project, not related to upstream projects.

Upstream sources under their respective copyrights.

*Copyright &copy; 2025 Jeff Moe.*
