Metadata-Version: 2.3
Name: zoho_apiv2
Version: 0.1.2
Summary: This is simply a clone of an original Python package I developed during my employment at Zoho Corporation, Pvt. Chennai ltd., and likely is not still compatible with the current version of their API. If you are using the version 2.0 API (not the 2.1, which breaks the code), it *should* work. This is not a guarantee, so this package is here for archival / portfolio purposes only,
License: MIT
Author: Dylan Garrett
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: requests (>=2.33.1,<3.0.0)
Description-Content-Type: text/markdown

# zoho_apiv2

This is simply a clone of an original Python package I developed during my employment at Zoho Corporation, Pvt. Chennai ltd., and likely is not still compatible with the current version of their API. If you are using the version 2.0 API (not the 2.1, which breaks the code), it *should* work. This is not a guarantee, so this package is here for archival / portfolio purposes only,

## Installation

```bash
$ pip install zoho_apiv2
```

## Usage

- TODO

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`zoho_apiv2` was created by Dylan Garrett. It is licensed under the terms of the MIT license.

## Credits

`zoho_apiv2` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

