python / python-docs-uk

Ukrainian translation of the Python Documentation
Other
26 stars 9 forks source link

transifex-client will stop working on Nov 30 #2

Closed rffontenelle closed 1 year ago

rffontenelle commented 1 year ago

transifex-client uses Transifex APIv2, which will sunset on Nov 30. It was replaced with the new Transifex CLI tool. This new tool is written in Go language, so can't be imported in Python scripts.

Alternatives to the deprecated transifex-client are: run the aforementioned CLI tool, use the transifex-python SDK (see SDK docs and the API reference docs) or use the API directly ­— the API reference docs has examples written in Python.

kazanzhy commented 1 year ago

@rffontenelle thank you for your notification. I updated CI/CD pipeline to use a new CLI tool.