aboutsummaryrefslogtreecommitdiff
path: root/www/py-sseclient/pkg-descr
blob: a91f3c55622fecf5d1c9561b79aa0be0a43cca33 (plain) (blame)
1
2
3
4
A Python client library for iterating over http Server Sent Event (SSE) streams
(also known as EventSource, after the name of the Javascript interface inside
browsers). The SSEClient class accepts a url on init, and is then an iterator
over messages coming from the server.