Metadata-Version: 2.0
Name: mushroom
Version: 0.9.7
Summary: real-time web messaging
Home-page: https://bitbucket.org/terreon/mushroom
Author: Michael P. Jung
Author-email: michael.jung@terreon.de
License: BSD
Keywords: http push framework mushroom magic
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: gevent
Requires-Dist: gevent-websocket
Requires-Dist: six
Provides-Extra: messaging
Requires-Dist: kombu; extra == 'messaging'

Mushroom is a real-time web messaging framework which is based on
gevent and supports WebSockets and long polling transports. It also
contains code for inter-process communication via message queues.


