Skip to content

Releases: pescheckit/python-gpt-po

1.0.2

15 May 13:24
82e3780
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.1...1.0.2

1.0.1

02 Apr 14:23
0449df6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1

🎉 python-gpt-po 1.0.0 – Major Release!

02 Apr 14:04
51665a4
Compare
Choose a tag to compare

We're proud to announce v1.0.0, our first major release of python-gpt-po, the AI-powered translation tool for .po files. This version marks a huge milestone with the introduction of Docker support, making it easier than ever to run translations in a consistent and containerized environment.

🚀 What's New in v1.0.0

🐳 Docker Support

You can now run python-gpt-po directly via Docker! No need to set up Python environments or install dependencies. Just pull the container and you're ready to go:

docker run -v $(pwd):/data \
  -e OPENAI_API_KEY="your_api_key" \
  ghcr.io/pescheckit/python-gpt-po:latest \
  --folder /data --lang fr,de --bulk

📦 Full Changelog

See all changes here:
🔗 0.3.0...1.0.0

0.3.0

05 Mar 12:10
Compare
Choose a tag to compare
  • Added man page and better cli
  • Added new structure
  • Removed python 3.8 and added 3.12

Full Changelog: 0.2.19...0.3.0

0.2.19

05 Mar 10:32
ba739c2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.18...0.2.19

0.2.18

05 Mar 09:56
30bb5c2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.17...0.2.18

0.2.17

28 Feb 14:45
Compare
Choose a tag to compare
  • Added --model also to verify by api

Full Changelog: 0.2.16...0.2.17

Added more providers

28 Feb 14:28
6a210fe
Compare
Choose a tag to compare
  • Added more providers
  • Added provider tests
  • Added usage docs

What's Changed

Full Changelog: 0.2.15...0.2.16

Enhanced language code handling

23 Dec 15:56
572f803
Compare
Choose a tag to compare

This release adds robust language code handling:

  • Accepts "Language: French" and "Language: fr" in metadata
  • Added pycountry for standardized language support
  • Handles ISO codes, full names, and native names

Breaking Changes

None

Dependencies

  • pycountry>=22.1.10

Usage

pip install --upgrade python-gpt-po

Added tenacity

19 Dec 13:58
ea6872d
Compare
Choose a tag to compare
  • Added tenacity