{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/4"}],"enrichment":{"capability":"Manages WebSocket connections and real-time messaging for Azure Web PubSub service, enabling server-side broadcast, group, and user-targeted message delivery.","skillfed_tags":["azure-sdk","real-time-messaging","websocket"],"use_cases":["Build real-time chat applications where messages must be delivered instantly to multiple connected clients.","Send live notifications or alerts from a server to specific user groups or all connected clients.","Implement collaborative features (shared whiteboards, live editing) requiring bidirectional, low-latency messaging.","Manage dynamic user presence and connection state across multiple devices or browser tabs.","Replace polling-based updates with push-based messaging for dashboards and monitoring applications."],"what_it_does":"This package is a Python client library for Azure Web PubSub Service, a managed Azure service that handles real-time, bidirectional communication between servers and clients over WebSocket. It abstracts the complexity of managing WebSocket connections, allowing you to focus on application logic rather than connection lifecycle and message routing.\n\nYou use it server-side to send messages to all connected clients (broadcast), to specific groups, to individual users, or to particular connections. It also handles connection management tasks like organizing connections into groups, assigning users to connections, and revoking permissions. The library depends on azure-core for HTTP transport and authentication, isodate for timestamp handling, pyjwt for token operations, and typing-extensions for type hints.","worth_installing":"Yes. The package is production-stable (Development Status 5), actively maintained, has low install friction, carries no known vulnerabilities, and is backed by Microsoft's Azure SDK ecosystem. Install it if you are building a Python server that needs to manage real-time WebSocket communication with Azure Web PubSub; it is the official, supported way to do so."},"id":"azure-messaging-webpubsubservice","links":{"html":"https://skillfed.io/packages/azure-messaging-webpubsubservice","md":"https://skillfed.io/packages/azure-messaging-webpubsubservice.md","pypi":"https://pypi.org/project/azure-messaging-webpubsubservice/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-07-08","license_spdx":null,"license_treatment":"permissive","name":"azure-messaging-webpubsubservice","python_support":"supports_current","summary":"Microsoft Azure WebPubSub Service Client Library for Python"},"popularity":{"monthly_downloads":461634,"position":6530,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.3.0"}
