{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/15"},{"label":"Communications","url":"https://skillfed.io/packages/category/communications"},{"label":"Chat","url":"https://skillfed.io/packages/category/communications-chat"},{"label":"Conferencing","url":"https://skillfed.io/packages/category/communications-conferencing"}],"enrichment":{"capability":"A Python library for interacting with Webex APIs, providing native Python objects and methods for managing rooms, messages, memberships, and other Webex resources with automatic pagination and rate-limit handling.","skillfed_tags":["webex-integration","api-client","collaboration"],"use_cases":["Automate Webex room management: create, list, and delete rooms programmatically based on business logic.","Build chatbots or integrations that post messages and files to Webex rooms on demand.","Manage Webex memberships at scale: add or remove users from multiple rooms in bulk.","Monitor and report on Webex activity by querying rooms, messages, and user data via Python scripts.","Integrate Webex collaboration into existing Python applications without writing raw HTTP requests."],"what_it_does":"webexpythonsdk is a community-developed Python library that wraps the Webex APIs, replacing the deprecated webexteamssdk. It provides a hierarchical, object-oriented interface to Webex resources\u2014rooms, messages, memberships, and more\u2014using native Python objects instead of raw JSON. The library handles authentication by sourcing your access token from the environment, manages pagination automatically, and retries requests when rate limits are hit.\n\nThe library depends on PyJWT, requests, and requests-toolbelt to handle HTTP communication and authentication. It's designed to reduce boilerplate: you write high-level Python code (list rooms, create memberships, post messages) without thinking about API endpoints, headers, or pagination tokens. The description excerpt shows typical usage\u2014filtering rooms, deleting them, creating new ones, adding members, and uploading files\u2014all in a few lines of code.","worth_installing":"Yes. The library is actively maintained, has no known security vulnerabilities, uses a permissive MIT license, and offers low install friction. It's suitable for new Webex projects targeting Python 3.10+. The automatic pagination and rate-limit handling reduce development overhead. Community support is available, though adoption depends on your need to interact with Webex APIs."},"id":"webexpythonsdk","links":{"html":"https://skillfed.io/packages/webexpythonsdk","md":"https://skillfed.io/packages/webexpythonsdk.md","pypi":"https://pypi.org/project/webexpythonsdk/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-04-14","license_spdx":null,"license_treatment":"permissive","name":"webexpythonsdk","python_support":"supports_current","summary":"Work with the Webex APIs in native Python!"},"popularity":{"monthly_downloads":210337,"position":9496,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.0.6"}
