Metadata-Version: 1.1
Name: tornadose
Version: 0.1.2
Summary: Tornado-sent events
Home-page: https://github.com/mivade/tornadose
Author: Michael V. DePalatis
Author-email: mike@depalatis.net
License: MIT
Description: Tornado-sent events
        ===================
        
        Tornadose is a simple module for defining Tornado_ request handlers
        that can stream data to clients using the EventSource_ interface.
        
        Usage
        -----
        
        Data to be pushed to clients is stored in ``DataStore`` objects. When
        its data is updated, ``EventSource`` handlers will publish the new
        data to listeners.
        
        .. _Tornado: http://www.tornadoweb.org/en/stable/
        .. _EventSource: https://developer.mozilla.org/en-US/docs/Web/API/EventSource
        
Keywords: tornado web eventsource
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: License :: OSI Approved :: MIT License
