wxc_sdk


Namewxc_sdk JSON
Version 1.22.1 PyPI version JSON
download
home_pagehttps://github.com/jeokrohn/wxc_sdk
SummarySDK for Webex APIs with special focus on Webex Calling specific endpoints
upload_time2024-09-13 14:49:59
maintainerJohannes Krohn
docs_urlNone
authorJohannes Krohn
requires_python<4.0,>=3.9
licenseMIT
keywords webex webex calling webex teams webex meetings webex devices webex control hub webex admin webex site admin webex site webex site devices python api sdk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =======
wxc_sdk
=======

A simple SDK to work with `Webex APIs <https://developer.webex.com>`_, special focus on Webex Calling specific API
endpoints.

----------------------------------------------

This is how easy it is to use the SDK. The example code list all calling enabled users within the org.

.. code-block:: Python

    from wxc_sdk import WebexSimpleApi

    api = WebexSimpleApi()

    # if a user is enabled for calling, then the location_id attribute is set
    calling_users = [user for user in api.people.list(calling_data=True)
                     if user.location_id]
    print(f'{len(calling_users)} users:')
    print('\n'.join(user.display_name for user in calling_users))


Installation
------------

Installing and upgrading wxc_sdk is easy:

**Install via PIP**

.. code-block:: bash

    $ pip install wxc-sdk

**Upgrade to the latest version**

.. code-block:: bash

    $ pip install wxc-sdk --upgrade

Documentation
-------------

Documentation is available at:
http://wxc-sdk.readthedocs.io

Examples
--------

Sample scripts are available in the examples_ folder.

.. _examples: https://github.com/jeokrohn/wxc_sdk/tree/master/examples



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jeokrohn/wxc_sdk",
    "name": "wxc_sdk",
    "maintainer": "Johannes Krohn",
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": "jkrohn@cisco.com",
    "keywords": "Webex, Webex Calling, Webex Teams, Webex Meetings, Webex Devices, Webex Control Hub, Webex Admin, Webex Site Admin, Webex Site, Webex Site Devices, Python, API, SDK",
    "author": "Johannes Krohn",
    "author_email": "jkrohn@cisco.com",
    "download_url": "https://files.pythonhosted.org/packages/23/73/b6b596c15a191c4e14e76807cfaddf44197ac300f2f9ed2dae7d194981b3/wxc_sdk-1.22.1.tar.gz",
    "platform": null,
    "description": "=======\nwxc_sdk\n=======\n\nA simple SDK to work with `Webex APIs <https://developer.webex.com>`_, special focus on Webex Calling specific API\nendpoints.\n\n----------------------------------------------\n\nThis is how easy it is to use the SDK. The example code list all calling enabled users within the org.\n\n.. code-block:: Python\n\n    from wxc_sdk import WebexSimpleApi\n\n    api = WebexSimpleApi()\n\n    # if a user is enabled for calling, then the location_id attribute is set\n    calling_users = [user for user in api.people.list(calling_data=True)\n                     if user.location_id]\n    print(f'{len(calling_users)} users:')\n    print('\\n'.join(user.display_name for user in calling_users))\n\n\nInstallation\n------------\n\nInstalling and upgrading wxc_sdk is easy:\n\n**Install via PIP**\n\n.. code-block:: bash\n\n    $ pip install wxc-sdk\n\n**Upgrade to the latest version**\n\n.. code-block:: bash\n\n    $ pip install wxc-sdk --upgrade\n\nDocumentation\n-------------\n\nDocumentation is available at:\nhttp://wxc-sdk.readthedocs.io\n\nExamples\n--------\n\nSample scripts are available in the examples_ folder.\n\n.. _examples: https://github.com/jeokrohn/wxc_sdk/tree/master/examples\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "SDK for Webex APIs with special focus on Webex Calling specific endpoints",
    "version": "1.22.1",
    "project_urls": {
        "Documentation": "https://wxc-sdk.readthedocs.io",
        "Homepage": "https://github.com/jeokrohn/wxc_sdk"
    },
    "split_keywords": [
        "webex",
        " webex calling",
        " webex teams",
        " webex meetings",
        " webex devices",
        " webex control hub",
        " webex admin",
        " webex site admin",
        " webex site",
        " webex site devices",
        " python",
        " api",
        " sdk"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9661e2669544524e7deab4d82ea21b4d4fe7a9837020dcac63b1cdc9ae34683f",
                "md5": "2661a33755e1cf3d65451e750e7fb790",
                "sha256": "68fe2bfc9f9745bc3665a5a770e344fc66d695ba079858e5a8c69534fa70e381"
            },
            "downloads": -1,
            "filename": "wxc_sdk-1.22.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2661a33755e1cf3d65451e750e7fb790",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 564111,
            "upload_time": "2024-09-13T14:49:56",
            "upload_time_iso_8601": "2024-09-13T14:49:56.925070Z",
            "url": "https://files.pythonhosted.org/packages/96/61/e2669544524e7deab4d82ea21b4d4fe7a9837020dcac63b1cdc9ae34683f/wxc_sdk-1.22.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2373b6b596c15a191c4e14e76807cfaddf44197ac300f2f9ed2dae7d194981b3",
                "md5": "05581d0ac568aa3d2298bfb5a9b4aeed",
                "sha256": "83f2769dff8394c4838df218dbd423827dfd78eafd28aa0253ace22ac93e492e"
            },
            "downloads": -1,
            "filename": "wxc_sdk-1.22.1.tar.gz",
            "has_sig": false,
            "md5_digest": "05581d0ac568aa3d2298bfb5a9b4aeed",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 469040,
            "upload_time": "2024-09-13T14:49:59",
            "upload_time_iso_8601": "2024-09-13T14:49:59.341602Z",
            "url": "https://files.pythonhosted.org/packages/23/73/b6b596c15a191c4e14e76807cfaddf44197ac300f2f9ed2dae7d194981b3/wxc_sdk-1.22.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-13 14:49:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jeokrohn",
    "github_project": "wxc_sdk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "wxc_sdk"
}
        
Elapsed time: 0.45951s