Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-29T07:58:06.000Z (about 7 years ago)
- Last Synced: 2024-12-20T10:44:35.674Z (about 1 month ago)
- Topics: json, transifex, transifex-api, translate, translation, translator
- Language: Python
- Homepage:
- Size: 69.3 KB
- Stars: 2
- Watchers: 3
- 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` formatUsage 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