{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/5"}],"enrichment":{"capability":"Iterates over Server Sent Event (SSE) streams from HTTP endpoints, parsing each message into objects with data and optional event, id, and retry attributes.","skillfed_tags":["streaming","http-client","event-driven"],"use_cases":["Consume real-time event streams from a server (e.g., live notifications, log tails, stock price updates) in a simple for-loop.","Build a monitoring client that listens to SSE endpoints and processes incoming events with custom logic.","Integrate SSE-based APIs (e.g., weather alerts, chat notifications) into a Python application without external async frameworks.","Prototype or maintain legacy applications that rely on SSE for push-like communication without switching to WebSockets."],"what_it_does":"sseclient is a minimal Python client library for consuming Server Sent Event streams over HTTP. It wraps an SSE endpoint URL and provides an iterator interface: each iteration yields a message object with a 'data' attribute and optional 'event', 'id', and 'retry' fields. The library handles automatic reconnection and retry logic, allowing the server to control retry delays via SSE protocol directives.\n\nThe package has no runtime dependencies and accepts any keyword arguments supported by the Requests library (headers, auth, etc.) during initialization. It is marked Production/Stable but aging: the latest release was 2020-09-25, and active maintenance has slowed. It is suitable for applications that need straightforward SSE consumption without frequent updates or cutting-edge feature additions.","worth_installing":"Yes, if you need straightforward SSE consumption and can accept an aging codebase. The package is stable, has no dependencies, and carries permissive licensing. However, do not install if you require active maintenance, explicit modern Python version guarantees, or ongoing bug fixes\u2014consider alternatives if your project demands frequent updates."},"id":"sseclient","links":{"html":"https://skillfed.io/packages/sseclient","md":"https://skillfed.io/packages/sseclient.md","pypi":"https://pypi.org/project/sseclient/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2020-09-25","license_spdx":null,"license_treatment":"permissive","name":"sseclient","python_support":"unspecified","summary":"Python client library for reading Server Sent Event streams."},"popularity":{"monthly_downloads":222339,"position":9266,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.0.27"}
