Metadata-Version: 2.1
Name: filigran-sseclient
Version: 1.0.1
Summary: Python API client for OpenCTI.
Home-page: https://github.com/FiligranHQ/filigran-sseclient
Author: Filigran
Author-email: contact@filigran.io
Maintainer: Filigran
License: Copyright (c) 2015 Brent Tubbs
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: doc
License-File: LICENSE

# Filigran Python SSE Client

This is 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.

Forked from btubbs/sseclient to mainly support chunk stream messages, thanks to @ristowee
