Python Library
The Python client libraries wraps the raw HTTP based API of Zoho Reports with easy to use methods for Python language. This enables Python developers to easily use Zoho Reports API.
Pythondocs
Click here for pythondocs. (Note: The main class is ReportClient).Download
http://css.zohostatic.com/db/api/v3_0/m4/ZohoReportPythonLib.zipSamples
A sample, named Sample.py, is bundled along with python client library in the above ZIP download.For using the sample
- Take a copy of the Store Sales database.
- Change the configurations in Config class in the Sample.py