{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/6"}],"enrichment":{"capability":"Provides an async Python client for consuming Server-Sent Events (SSE) streams over HTTP using aiohttp, with built-in auto-reconnect and simple async iteration.","skillfed_tags":["streaming","async-io","real-time-events"],"use_cases":["Subscribe to live Wikimedia event streams or other public SSE endpoints for real-time data ingestion.","Build monitoring dashboards that consume server-pushed updates without polling.","Integrate event streaming into an existing aiohttp-based web service or microservice.","Process continuous data feeds in an async application with automatic reconnection.","Handle reconnection logic automatically when consuming flaky or intermittent event sources."],"what_it_does":"aiohttp-sse-client is a lightweight async wrapper around aiohttp for consuming Server-Sent Events from HTTP endpoints. It provides a simple EventSource context manager that yields events as they arrive, with automatic reconnection on network failures. The package is built on aiohttp, attrs, multidict, and yarl, and exposes a straightforward async-for interface for iterating over incoming events.\n\nIt is designed for scenarios where you need to subscribe to real-time event streams\u2014such as live data feeds, notifications, or monitoring dashboards\u2014without blocking your async application. The dormant maintenance status (last release 2021-02-27) means the core feature set is stable but unlikely to receive new features or rapid bug fixes.","worth_installing":"Yes, if you need async SSE consumption in an aiohttp-based project and can tolerate dormant maintenance. The package is stable, has no known vulnerabilities, and solves a specific problem well. Install it only if you are comfortable with a codebase that receives no active updates."},"id":"aiohttp-sse-client","links":{"html":"https://skillfed.io/packages/aiohttp-sse-client","md":"https://skillfed.io/packages/aiohttp-sse-client.md","pypi":"https://pypi.org/project/aiohttp-sse-client/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2021-02-27","license_spdx":null,"license_treatment":"permissive","name":"aiohttp-sse-client","python_support":"unspecified","summary":"A Server-Sent Event python client base on aiohttp"},"popularity":{"monthly_downloads":160026,"position":10679,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.2.1"}
