Zoom-py-client


NameZoom-py-client JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/Kaleb-Abiy/Zoom-py-client
SummaryA python zoom client for generating links using python
upload_time2024-02-07 13:04:58
maintainer
docs_urlNone
authorKaleb Abiy
requires_python>=3.8
licenseMIT
keywords python zoom meeting link meeting link
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python Zoom client

## what does this package do

- Authenticate Zooom Credentials
- Generate Zoom link

## Quick Start

```
$pip install Zoom-py-client
```

```
from zoom_client.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/Zoom-py-client",
    "name": "Zoom-py-client",
    "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/0e/d7/181695ff3de2cd0ba8558ce64632e801f3f06fc15c226174d8f1cb92aefe/Zoom_py_client-1.0.1.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 Zoom-py-client\n```\n\n```\nfrom zoom_client.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.1",
    "project_urls": {
        "Homepage": "https://github.com/Kaleb-Abiy/Zoom-py-client"
    },
    "split_keywords": [
        "python",
        "zoom",
        "meeting",
        "link",
        "meeting link"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c8ceb897931a7c4a2a51d3cb20fc5d6862c22efa2a00cd430304a2fca6dd2e4",
                "md5": "22ad9d73e73e0cfb105484ea2e1fd9e5",
                "sha256": "1a600f9055e2465a5001a2d541bc070aeb25b0d62282c3cc91b8f4b1654256fd"
            },
            "downloads": -1,
            "filename": "Zoom_py_client-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "22ad9d73e73e0cfb105484ea2e1fd9e5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4347,
            "upload_time": "2024-02-07T13:04:56",
            "upload_time_iso_8601": "2024-02-07T13:04:56.134171Z",
            "url": "https://files.pythonhosted.org/packages/8c/8c/eb897931a7c4a2a51d3cb20fc5d6862c22efa2a00cd430304a2fca6dd2e4/Zoom_py_client-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ed7181695ff3de2cd0ba8558ce64632e801f3f06fc15c226174d8f1cb92aefe",
                "md5": "8e3a863bf3edb358acc9a509dcc1f3a8",
                "sha256": "7a5712c6165cc59bbe40be2364ca784368b4743bd8ef594ed88be06e04f3ba6e"
            },
            "downloads": -1,
            "filename": "Zoom_py_client-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "8e3a863bf3edb358acc9a509dcc1f3a8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2824,
            "upload_time": "2024-02-07T13:04:58",
            "upload_time_iso_8601": "2024-02-07T13:04:58.582181Z",
            "url": "https://files.pythonhosted.org/packages/0e/d7/181695ff3de2cd0ba8558ce64632e801f3f06fc15c226174d8f1cb92aefe/Zoom_py_client-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-07 13:04:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Kaleb-Abiy",
    "github_project": "Zoom-py-client",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "zoom-py-client"
}
        
Elapsed time: 0.25853s