Name | zoko JSON |
Version |
0.0.1
JSON |
| download |
home_page | |
Summary | Python SDK for Zoko API |
upload_time | 2024-01-13 19:12:57 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.8 |
license | |
keywords |
zoko
api
sdk
python
library
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# zoko
A Python library for interacting with the [Zoko](https://www.zoko.io/) APIs.
> :construction: This project is work in progress. The library still has a lot of methods to implement.
[](https://github.com/rocktimsaikia/zoko-python/actions/workflows/test-package.yml)
<!-- [](https://pypi.org/project/zoko) -->
<!-- [](https://pypi.org/project/zoko) -->
---
**Table of Contents**
- [Installation](#installation)
- [Quickstart](#quickstart)
- [Documentation](#documentation)
- [License](#license)
## Installation
```console
pip install zoko
```
## Quickstart
```python
from zoko import ZokoClient
# Initialize the client with your Zoko API key
zoko = ZokoClient(api_key='YOUR_API_KEY')
# Get all all templates
templates = zoko.account.get_all_templates()
print(templates)
```
Expected output:
```python
[
{
"active": True,
"channel": "whatsapp",
"isRichTemplate": True,
"templateDesc": "Good morning {{1}}. How may I help you today?",
"templateId": "greeting_01",
"templateLanguage": "en",
"templateType": "buttonTemplate",
"templateVariableCount": 1
}
]
```
## Documentation
You can find the documentation for the all the available resource and method examples [here](./examples).
## License
`zoko` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
Raw data
{
"_id": null,
"home_page": "",
"name": "zoko",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "zoko,api,sdk,python,library",
"author": "",
"author_email": "Rocktim Saikia <rocktimthedev@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/50/1b/3fc1aca119970cc3e5811d9c698b8bada33e9797f844d55c00f717b387b0/zoko-0.0.1.tar.gz",
"platform": null,
"description": "# zoko\n\nA Python library for interacting with the [Zoko](https://www.zoko.io/) APIs.\n> :construction: This project is work in progress. The library still has a lot of methods to implement.\n\n[](https://github.com/rocktimsaikia/zoko-python/actions/workflows/test-package.yml)\n<!-- [](https://pypi.org/project/zoko) -->\n<!-- [](https://pypi.org/project/zoko) -->\n\n---\n\n**Table of Contents**\n\n- [Installation](#installation)\n- [Quickstart](#quickstart)\n- [Documentation](#documentation)\n- [License](#license)\n\n## Installation\n\n```console\npip install zoko\n```\n\n\n## Quickstart\n\n```python\nfrom zoko import ZokoClient\n\n# Initialize the client with your Zoko API key\nzoko = ZokoClient(api_key='YOUR_API_KEY')\n\n# Get all all templates\ntemplates = zoko.account.get_all_templates()\n\nprint(templates)\n```\n\nExpected output:\n\n```python\n[\n {\n \"active\": True,\n \"channel\": \"whatsapp\",\n \"isRichTemplate\": True,\n \"templateDesc\": \"Good morning {{1}}. How may I help you today?\",\n \"templateId\": \"greeting_01\",\n \"templateLanguage\": \"en\",\n \"templateType\": \"buttonTemplate\",\n \"templateVariableCount\": 1\n }\n]\n```\n\n## Documentation\nYou can find the documentation for the all the available resource and method examples [here](./examples).\n\n## License\n\n`zoko` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.\n",
"bugtrack_url": null,
"license": "",
"summary": "Python SDK for Zoko API",
"version": "0.0.1",
"project_urls": {
"homepage": "https://github.com/rocktimsaikia/zoko-python",
"issues": "https://github.com/rocktimsaikia/zoko-python/issues",
"repository": "https://github.com/rocktimsaikia/zoko-python"
},
"split_keywords": [
"zoko",
"api",
"sdk",
"python",
"library"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "146d41540215c4f03b1732966829ef73db1a4981bd76c57cd70f71ebc20f2218",
"md5": "0bfccf716da9b62217767c123f599c35",
"sha256": "045ab3012732fe4a9d2d50e91cee2cc00272694d3c9a2507913dd767ea04d959"
},
"downloads": -1,
"filename": "zoko-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0bfccf716da9b62217767c123f599c35",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 7056,
"upload_time": "2024-01-13T19:12:55",
"upload_time_iso_8601": "2024-01-13T19:12:55.579735Z",
"url": "https://files.pythonhosted.org/packages/14/6d/41540215c4f03b1732966829ef73db1a4981bd76c57cd70f71ebc20f2218/zoko-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "501b3fc1aca119970cc3e5811d9c698b8bada33e9797f844d55c00f717b387b0",
"md5": "f75a6c9f77c998fe22b16f354485bb00",
"sha256": "72c0d829c2d310e602e1a101278d51582be76f1d54e87d1bf304c3feed40d3a4"
},
"downloads": -1,
"filename": "zoko-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "f75a6c9f77c998fe22b16f354485bb00",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 7266,
"upload_time": "2024-01-13T19:12:57",
"upload_time_iso_8601": "2024-01-13T19:12:57.644025Z",
"url": "https://files.pythonhosted.org/packages/50/1b/3fc1aca119970cc3e5811d9c698b8bada33e9797f844d55c00f717b387b0/zoko-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-13 19:12:57",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "rocktimsaikia",
"github_project": "zoko-python",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "zoko"
}