gtt-python-client

Python bindings for Google Translator Toolkit API
Download

gtt-python-client Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Publisher Name:
  • Yury Yurevich
  • Publisher web site:
  • http://www.pyobject.ru/

gtt-python-client Tags


gtt-python-client Description

Python bindings for Google Translator Toolkit API gtt-python-client provides Python bindings for Google Tranlator Toolkit API http://code.google.com/apis/gtt/Alpha version, have only basic support (models, ACL) yet.Installation pip install gtt-python-clientUsage >>> import translator.client >>> client = translator.client.TranslatorToolkitClient() >>> client.client_login('some.google@account', 'P4ssW0rD', 'gtt-client') >>> document = client.get_documents().entry >>> acl_link = document.find_acl_link() >>> client.add_acl(acl_link, 'other.gooogle@account', 'writer') Requirements: · Python


gtt-python-client Related Software