<a href="https://zoho.com/catalyst/">
<img width="300" src="https://www.zohowebstatic.com/sites/zweb/images/productlogos/officeintegrator.svg">
</a>
# Python SDK
![PyPI](https://img.shields.io/pypi/v/office-integrator-sdk) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/office-integrator-sdk) ![PyPI - Wheel](https://img.shields.io/pypi/wheel/office-integrator-sdk) ![PyPI - License](https://img.shields.io/pypi/l/office-integrator-sdk)
* [Getting Started](#Getting-Started)
* [Prerequisites](#prerequisites)
* [Registering a Zoho Office Integrator APIKey](#registering-a-zoho-office-integrator-apikey)
* [Including the SDK in your project](#including-the-sdk-in-your-project)
* [Sample Code](#sdk-sample-code)
* [Release Notes](#release-notes)
* [License](#license)
## Getting Started
Zoho Office Integrator Pythod SDK used to help you quickly integrator Zoho Office Integrator editors in side your web application.
* [Python SDK Source code](https://github.com/zoho/office-integrator-python-sdk)
* [API reference documentation](https://www.zoho.com/officeintegrator/api/v1)
* [SDK example code](https://github.com/zoho/office-integrator-python-sdk-examples)
## Prerequisites
- To start working with this SDK you need a an account in office integrator service. [Sign Up](https://officeintegrator.zoho.com)
- You need to install suitable version of [Python](https://www.python.org/) and [pip](https://pip.pypa.io/en/stable/installation/)
## Registering a Zoho Office Integrator APIKey
Since Zoho Office Integrator APIs are authenticated with apikey, you should register your with Zoho to get an apikey. To register your app:
- Follow the steps mentioned in this help [page](https://www.zoho.com/officeintegrator/api/v1/getting-started.html) ( Sign-up for a Zoho Account if you don't have one)
- Enter your company name and short discription about how you are going to using zoho office integrator with your application in apikey sign-up form. Choose the type of your application(commerial or non-commercial) and generate the apikey.
- After sign-up completed for Zoho Office Integrator service, copy the apikey from the dashboard.
## Including the SDK in your project
You can include the SDK to your project using:
- Install **Python SDK**
- Navigate to the workspace of your client app.
- Run the command below:
```sh
pip install office-integrator-sdk
```
- Another method to install the SDK
- Add following line in requirements.txt file of your application.
```sh
office-integrator-sdk==1.0.0b2
```
- Run the follwoing comment install the sdk files
```sh
pip3 install -r requirements.txt
```
## SDK Sample code
Refer this **[repository](https://github.com/zoho/office-integrator-python-sdk-examples)** for example codes to all Office Integrator API endpoints.
## Release Notes
*Version 1.0.b2*
- Readme file and license details updated
*Version 1.0.b1*
- Initial sdk version release
## License
This SDK is distributed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0), see LICENSE.txt for more information.
Raw data
{
"_id": null,
"home_page": "https://github.com/zoho/office-integrator-php-sdk",
"name": "office-integrator-sdk",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "development, zoho, api, zohosdk, sdk, Zoho Office Integrator, Office Suite Editors, Document, Presentation, Spreadsheet",
"author": "Team - Zoho Office Integrator",
"author_email": "support@zohoofficeintegrator.com",
"download_url": "https://files.pythonhosted.org/packages/42/64/27d9814d2d2fa545aa3cd07abd1181b9fa35a6832bd1a919115ae34d9c0f/office-integrator-sdk-1.0.0b2.tar.gz",
"platform": null,
"description": "<a href=\"https://zoho.com/catalyst/\">\n <img width=\"300\" src=\"https://www.zohowebstatic.com/sites/zweb/images/productlogos/officeintegrator.svg\">\n</a>\n\n# Python SDK\n![PyPI](https://img.shields.io/pypi/v/office-integrator-sdk) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/office-integrator-sdk) ![PyPI - Wheel](https://img.shields.io/pypi/wheel/office-integrator-sdk) ![PyPI - License](https://img.shields.io/pypi/l/office-integrator-sdk)\n* [Getting Started](#Getting-Started)\n* [Prerequisites](#prerequisites)\n* [Registering a Zoho Office Integrator APIKey](#registering-a-zoho-office-integrator-apikey)\n* [Including the SDK in your project](#including-the-sdk-in-your-project)\n* [Sample Code](#sdk-sample-code)\n* [Release Notes](#release-notes)\n* [License](#license)\n\n## Getting Started\n\nZoho Office Integrator Pythod SDK used to help you quickly integrator Zoho Office Integrator editors in side your web application.\n\n* [Python SDK Source code](https://github.com/zoho/office-integrator-python-sdk)\n* [API reference documentation](https://www.zoho.com/officeintegrator/api/v1)\n* [SDK example code](https://github.com/zoho/office-integrator-python-sdk-examples)\n\n## Prerequisites\n\n- To start working with this SDK you need a an account in office integrator service. [Sign Up](https://officeintegrator.zoho.com)\n\n- You need to install suitable version of [Python](https://www.python.org/) and [pip](https://pip.pypa.io/en/stable/installation/)\n\n\n## Registering a Zoho Office Integrator APIKey\n\nSince Zoho Office Integrator APIs are authenticated with apikey, you should register your with Zoho to get an apikey. To register your app:\n\n- Follow the steps mentioned in this help [page](https://www.zoho.com/officeintegrator/api/v1/getting-started.html) ( Sign-up for a Zoho Account if you don't have one)\n\n- Enter your company name and short discription about how you are going to using zoho office integrator with your application in apikey sign-up form. Choose the type of your application(commerial or non-commercial) and generate the apikey.\n\n- After sign-up completed for Zoho Office Integrator service, copy the apikey from the dashboard.\n\n## Including the SDK in your project\n\nYou can include the SDK to your project using:\n\n- Install **Python SDK**\n - Navigate to the workspace of your client app.\n - Run the command below:\n\n ```sh\n pip install office-integrator-sdk\n ```\n\n- Another method to install the SDK\n - Add following line in requirements.txt file of your application.\n\n ```sh\n office-integrator-sdk==1.0.0b2\n ```\n - Run the follwoing comment install the sdk files\n ```sh\n pip3 install -r requirements.txt\n ```\n\n## SDK Sample code\n\nRefer this **[repository](https://github.com/zoho/office-integrator-python-sdk-examples)** for example codes to all Office Integrator API endpoints.\n\n## Release Notes\n\n*Version 1.0.b2*\n\n- Readme file and license details updated\n\n*Version 1.0.b1*\n\n- Initial sdk version release\n\n## License\n\nThis SDK is distributed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0), see LICENSE.txt for more information.\n\n",
"bugtrack_url": null,
"license": "Apache License 2.0",
"summary": "Zoho Office Integrator Python SDK",
"version": "1.0.0b2",
"project_urls": {
"Homepage": "https://github.com/zoho/office-integrator-php-sdk"
},
"split_keywords": [
"development",
" zoho",
" api",
" zohosdk",
" sdk",
" zoho office integrator",
" office suite editors",
" document",
" presentation",
" spreadsheet"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "31a6f952c34c1d337e9c2abe7676c2a1f10c25ff372b6b5908015ec90a5b23fc",
"md5": "21690919ef53af8ee4105fbd796e5dd7",
"sha256": "8ec20c8e10ff26568ca4e63bc4556137f787640268696d6e531fda5ccfceeea0"
},
"downloads": -1,
"filename": "office_integrator_sdk-1.0.0b2-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "21690919ef53af8ee4105fbd796e5dd7",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 143355,
"upload_time": "2024-08-26T06:22:49",
"upload_time_iso_8601": "2024-08-26T06:22:49.325639Z",
"url": "https://files.pythonhosted.org/packages/31/a6/f952c34c1d337e9c2abe7676c2a1f10c25ff372b6b5908015ec90a5b23fc/office_integrator_sdk-1.0.0b2-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "426427d9814d2d2fa545aa3cd07abd1181b9fa35a6832bd1a919115ae34d9c0f",
"md5": "9f2795574e5b109e8ce1af9173a3e8c0",
"sha256": "6a1c81a640ff087b8652edd033ef4f4724a8ed32c5e8da2d6f576764c02548e2"
},
"downloads": -1,
"filename": "office-integrator-sdk-1.0.0b2.tar.gz",
"has_sig": false,
"md5_digest": "9f2795574e5b109e8ce1af9173a3e8c0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 74351,
"upload_time": "2024-08-26T06:22:52",
"upload_time_iso_8601": "2024-08-26T06:22:52.893797Z",
"url": "https://files.pythonhosted.org/packages/42/64/27d9814d2d2fa545aa3cd07abd1181b9fa35a6832bd1a919115ae34d9c0f/office-integrator-sdk-1.0.0b2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-26 06:22:52",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "zoho",
"github_project": "office-integrator-php-sdk",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "office-integrator-sdk"
}