You are reading pyZohoAPI’s documentation¶
Caution
This is BETA software, and will be subject to changes in both interface and behavior. Use at your own risk.
About pyZohoAPI¶
pyZohoAPI provides Pythonic access to Zoho APIs in the Finance Plus suite: Books, Checkout, Expense, Inventory, Invoice, and Subscriptions.
Note
As of this release, we only have support for Inventory, and not every object therein. Full support will be built out incrementally over future releases.
Books support is in the code, but nascent and untested.
This package provides Python objects which correlate to the objects exposed by the Zoho API. The Python objects provide a simple way to access, update, create, delete and modify Zoho objects. We don’t strive to encapsulate operations Zoho performs in its clients; that’s up to your code.