Metadata-Version: 2.1
Name: django-eventstream
Version: 2.6.0
Summary: Server-Sent Events for Django
Home-page: https://github.com/fanout/django-eventstream
Author: Justin Karneges
Author-email: justin@fanout.io
License: MIT
Description: # Django EventStream
        
        EventStream provides API endpoints for your Django application that can push data to connected clients. Data is sent using the Server-Sent Events protocol (SSE), in which data is streamed over a never-ending HTTP response.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Django
Description-Content-Type: text/markdown
