# Python Zoom client
## what does this package do
- Authenticate Zooom Credentials
- Generate Zoom link
## Quick Start
```
$pip install EasyZoom
```
```
from easy_zoom.client import Client
client_instance = Client()
```
## Methods
1. `set_account_id(account_id: str)`
2. `set_client_id(client_id: str)`
3. `set_client_secret(client_secret: str)`
4. `authenticate()`
5. `set_date(date: str)`
6. `set_time(time: str)`
7. `set_topic(topic: str)`
8. `generate_link()`
## License
Usage is provided under the [MIT License](http://opensource.org/licenses/mit-license.php). See LICENSE for the full details.
Raw data
{
"_id": null,
"home_page": "https://github.com/Kaleb-Abiy/EasyZoom",
"name": "EasyZoom",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "Python,Zoom,Meeting,Link,Meeting Link",
"author": "Kaleb Abiy",
"author_email": "kalebabiy2012@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/88/2b/a8228bbd4752a557636aaec52089fdbd0b679a39872b333a321312930be8/EasyZoom-1.0.3.tar.gz",
"platform": null,
"description": "# Python Zoom client\n\n## what does this package do\n\n- Authenticate Zooom Credentials\n- Generate Zoom link\n\n## Quick Start\n\n```\n$pip install EasyZoom\n```\n\n```\nfrom easy_zoom.client import Client\n\nclient_instance = Client()\n```\n\n## Methods\n\n1. `set_account_id(account_id: str)`\n2. `set_client_id(client_id: str)`\n3. `set_client_secret(client_secret: str)`\n4. `authenticate()`\n5. `set_date(date: str)`\n6. `set_time(time: str)`\n7. `set_topic(topic: str)`\n8. `generate_link()`\n\n## License\n\nUsage is provided under the [MIT License](http://opensource.org/licenses/mit-license.php). See LICENSE for the full details.\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A python zoom client for generating links using python",
"version": "1.0.3",
"project_urls": {
"Homepage": "https://github.com/Kaleb-Abiy/EasyZoom"
},
"split_keywords": [
"python",
"zoom",
"meeting",
"link",
"meeting link"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2bad5a10db8dd1630c004734e5ff7a1280ee45ea660da9af8ee9cfae59bbbddb",
"md5": "c7f3662273bb178bbcc7a1187b6ec2e3",
"sha256": "edc859137de4d86a9fad8c5f0df9efe7fc3a2c7f177b4b1f639cb5053406f9e6"
},
"downloads": -1,
"filename": "EasyZoom-1.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c7f3662273bb178bbcc7a1187b6ec2e3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 5684,
"upload_time": "2024-02-07T13:39:27",
"upload_time_iso_8601": "2024-02-07T13:39:27.581095Z",
"url": "https://files.pythonhosted.org/packages/2b/ad/5a10db8dd1630c004734e5ff7a1280ee45ea660da9af8ee9cfae59bbbddb/EasyZoom-1.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "882ba8228bbd4752a557636aaec52089fdbd0b679a39872b333a321312930be8",
"md5": "128cedaa27d1cdb065870b36acab1db5",
"sha256": "ebe7d59d3cd7008d385d7b364ba51d12c8696cb1d7a984afe8148ebe0a94c9bd"
},
"downloads": -1,
"filename": "EasyZoom-1.0.3.tar.gz",
"has_sig": false,
"md5_digest": "128cedaa27d1cdb065870b36acab1db5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 2816,
"upload_time": "2024-02-07T13:39:30",
"upload_time_iso_8601": "2024-02-07T13:39:30.302575Z",
"url": "https://files.pythonhosted.org/packages/88/2b/a8228bbd4752a557636aaec52089fdbd0b679a39872b333a321312930be8/EasyZoom-1.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-07 13:39:30",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Kaleb-Abiy",
"github_project": "EasyZoom",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "easyzoom"
}