https://github.com/funilrys/fasternix-stratalorn
Python module/library for saving the list of translators of a given Transifex project into a JSON file.
https://github.com/funilrys/fasternix-stratalorn
json transifex transifex-api translate translation translator
Last synced: about 2 months ago
JSON representation
Python module/library for saving the list of translators of a given Transifex project into a JSON file.
- Host: GitHub
- URL: https://github.com/funilrys/fasternix-stratalorn
- Owner: funilrys
- License: mit
- Created: 2017-05-29T20:53:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-29T07:58:06.000Z (over 8 years ago)
- Last Synced: 2025-04-06T22:37:36.576Z (about 1 year ago)
- Topics: json, transifex, transifex-api, translate, translation, translator
- Language: Python
- Homepage:
- Size: 69.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Fasternix Stratalorn
=============
Python module/library for saving the list of translators of a given Transifex project into a JSON file.
By Funilrys http://github.com/funilrys
Features
=============
* Works with python3.x and python2.x
* Access Transifex project details
* Get list of translators and save the result into a JSON file
* Get list of translators and return the result in Python `dict` format
* Get list of translators and return the result in Python `list` format
Usage example
=============
>>> # This save the output into 'translators.json' in your current location
>>> from fasternix_stratalorn import get
>>> get('funilrys','desktop-app')
For more please report to https://github.com/funilrys/Fasternix-Stratalorn