{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/3"}],"enrichment":{"capability":"Provides a Python iterator interface for consuming Server Sent Event (SSE) streams over HTTP, with support for chunk stream messages.","skillfed_tags":["streaming","http-client","real-time"],"use_cases":["Consume real-time event streams from platforms that expose SSE endpoints for live data delivery","Build monitoring dashboards that subscribe to live server-sent updates without polling","Process continuous data feeds (logs, metrics, alerts) streamed over HTTP in SSE format","Integrate with APIs that use EventSource for push notifications or live data delivery"],"what_it_does":"Filigran-sseclient is a Python library that wraps HTTP Server Sent Event (SSE) streams into a simple iterator interface. You pass it a URL, and it yields individual messages as they arrive from the server, handling the SSE protocol parsing for you. It depends on requests for HTTP transport and six for Python 2/3 compatibility (though the package itself requires Python 3.7+).\n\nThe library is a fork of the original sseclient project, with enhancements to support chunk stream messages\u2014useful when servers send SSE data in multiple chunks rather than as complete lines. It's classified as production-stable and sits in the top 5000 PyPI packages by download volume, suggesting moderate adoption for real-time event consumption use cases.","worth_installing":"Yes, if you need to consume SSE streams over HTTP. The package is lightweight, permissively licensed, and has no known vulnerabilities. Install friction is low. However, note that maintenance is aging (last commit 2025-11-28) and the project has minimal community engagement (1 star), so expect limited ongoing support or feature development\u2014suitable for stable, read-only SSE consumption but not for packages requiring active maintenance."},"id":"filigran-sseclient","links":{"html":"https://skillfed.io/packages/filigran-sseclient","md":"https://skillfed.io/packages/filigran-sseclient.md","pypi":"https://pypi.org/project/filigran-sseclient/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2024-12-09","license_spdx":null,"license_treatment":"permissive","name":"filigran-sseclient","python_support":"supports_current","summary":"Python API client for OpenCTI."},"popularity":{"monthly_downloads":913547,"position":4738,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.0.2"}
