Python API bindings for Zoho released

Python API bindings for Zoho released

Hi,

We have created Python bindings for Zoho API. They are specifically Zoho CRM in this point, but base classes are general enough to be easily expanded to cover other Zoho APIs as well.

The bindings are released as an open source Python library: http://pypi.python.org/pypi/mfabrik.zoho

Bindings are intended to use for machine-to-machine communication and will work with any Python web framework, like Plone, Django, Google App Engine.

Features

  • Creating Zoho API session a.k.a ticket
  • Extendable API using a base class architecture
  • Logging all incoming and outgoing API traffic with Zoho
  • Support Python 2.4, 2.5 and 2.6 (2.4 needs additional lxml and simplejson libraries installed)
  • Compatible with non-ASCII or Unicode letters
  • Unit tests to guarantee the high quality of the code