=======
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": "<3.14,>=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/a2/48/04a3191b342638b24ef50c68ed9b83847913bd6d43035c78bd5c91ec6bf8/wxc_sdk-1.26.0.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.26.0",
"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": "8247852aad0a12d5186e76fbf1ca943b450ff794f11095cdbcc66aeedd766940",
"md5": "7de6639ebd32678575f655bf69eab677",
"sha256": "0e3a1e40286d4f42cd685470dc4e6d41748f7db3d0f5efc65998dd1ffcb7d98a"
},
"downloads": -1,
"filename": "wxc_sdk-1.26.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7de6639ebd32678575f655bf69eab677",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.14,>=3.9",
"size": 666291,
"upload_time": "2025-08-13T11:26:08",
"upload_time_iso_8601": "2025-08-13T11:26:08.280538Z",
"url": "https://files.pythonhosted.org/packages/82/47/852aad0a12d5186e76fbf1ca943b450ff794f11095cdbcc66aeedd766940/wxc_sdk-1.26.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a24804a3191b342638b24ef50c68ed9b83847913bd6d43035c78bd5c91ec6bf8",
"md5": "18385f14d522d901d7673e977c95c2d0",
"sha256": "e8460aeb20f85786494e6c9e5de44b12d2f251d879b151f4c2c3a593486a70b6"
},
"downloads": -1,
"filename": "wxc_sdk-1.26.0.tar.gz",
"has_sig": false,
"md5_digest": "18385f14d522d901d7673e977c95c2d0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.14,>=3.9",
"size": 547236,
"upload_time": "2025-08-13T11:26:10",
"upload_time_iso_8601": "2025-08-13T11:26:10.096104Z",
"url": "https://files.pythonhosted.org/packages/a2/48/04a3191b342638b24ef50c68ed9b83847913bd6d43035c78bd5c91ec6bf8/wxc_sdk-1.26.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-13 11:26:10",
"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"
}