Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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