
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Supply Chain Security
Vulnerability
Quality
Maintenance
License
pyZohoAPI provides Pythonic access to Zoho APIs in the Finance Plus suite:
* Support is planned, but not yet available.
You'll need at least Python 3.6 to install pyZohoAPI.
$ python -m pip install pyzohoapi
We use Poetry for virtual environment and dependency management.
$ git clone https://github.com/tdesposito/pyZohoAPI.git
$ cd pyZohoAPI
$ poetry install
$ poetry build
$ pip install dist/*.whl
>>> from pyzohoapi import ZohoInventory
>>> api = ZohoInventory("{your-orginization-id}", "{your-region}",
... client_id="{your-client-id}",
... client_secret="{your-client-secret}",
... refresh_token="{your-refresh-token}"
... )
>>> contact = api.Contact(email="test@example.com").First()
>>> contact.IsLoaded
True
>>> contact.first_name
'test'
>>> contact.first_name = "Changed"
>>> contact.Update()
See the full documentation on ReadTheDocs.
Pull Requests gladly considered! Please use our pull request template when submitting your pull request.
Thanks Contributors! |
---|
Shubham Agawane |
FAQs
Pythonic access to Zoho APIs in the Finance Plus suite.
We found that pyZohoAPI demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.