Metadata-Version: 1.1
Name: pyeventbus
Version: 0.1
Summary: A Python EventBus
Home-page: https://github.com/n89nanda/EventBus
Author: Nanda Bhat
Author-email: n89nanda@gmail.com
License: MIT
Description: Eventbus
        --------
        
        To use (with caution), simply do::
        
            >>> from Eventbus import *
            >>> 
Keywords: python eventbus with threading and concurrency support
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
