aboutsummaryrefslogtreecommitdiff
path: root/www/py-sseclient/pkg-descr
blob: 4db4134135e65d7a5ccee18bfef36019369203d8 (plain) (blame)
1
2
3
4
5
6
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.

WWW: https://github.com/btubbs/sseclient