Metadata-Version: 1.1
Name: torpedomsg
Version: 0.6
Summary: Flexible Pub-Sub on top of Tornado
Home-page: https://github.com/misuzu/torpedomsg
Author: misuzu
Author-email: UNKNOWN
License: MIT
Download-URL: https://github.com/misuzu/torpedomsg/tarball/0.6
Description: torpedomsg
        ============================================================
        
        Flexible Pub-Sub on top of Tornado
        
        Installation
        ------------
        
        The package is published on the `Python index <https://pypi.python.org/pypi/torpedomsg/>`_ simply run the following:
        
        ::
        
            pip install torpedomsg
            
        And that's it!
        
        Basic Use
        ---------
        
        Check examples directory.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Python Modules
