Metadata-Version: 1.1
Name: telegraphy
Version: 0.1.1
Summary: Telegraphy - Real Time Events For Django.
Home-page: http://telegraphy.machinalis.com
Author: Nahuel Defossé
Author-email: nahuel.defosse@gmail.com
License: Apache License 2.0
Description: # Telegraphy
        
        Telegraphy provides real time events for WSGI Python applications with
        additional features such as event filtering, subscription persistence
        and authorization/authentication.
        
        It's initially intended for Django but you can extend it to any WSGI
        framework.
        
        WebSocket pub/sub and RPC is based on
        [AutobahnPython](http://autobahn.ws/) implementation of [WAMP
        protocol](http://wamp.ws/)
        
        
Keywords: django real-time-web websocket wamp
Platform: Any
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Framework :: Django
Classifier: Framework :: Twisted
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
