Metadata-Version: 2.1
Name: MagicBus
Version: 4.1.2
Summary: A pub/sub state machine
Home-page: https://github.com/cherrypy/MagicBus
Author: CherryPy Team
Author-email: team@cherrypy.org
License: UNKNOWN
Description: .. image:: https://img.shields.io/pypi/v/magicbus.svg
           :target: https://pypi.org/project/magicbus
        
        .. image:: https://tidelift.com/badges/package/pypi/MagicBus
           :target: https://tidelift.com/subscription/pkg/pypi-magicbus?utm_source=pypi-magicbus&utm_medium=readme
           :alt: MagicBus is available as part of the Tidelift Subscription
        
        .. image:: https://img.shields.io/pypi/pyversions/magicbus.svg
        
        .. image:: https://img.shields.io/travis/cherrypy/magicbus/master.svg
           :target: http://travis-ci.org/cherrypy/magicbus
        
        The Process Bus is a publish/subscribe architecture that
        loosely connects components with services.
        
        Testing
        =======
        
        To run the test suite, install and run `tox
        <https://pypi.org/project/tox>`_.
        
        For Enterprise
        ==============
        
        MagicBus is available as part of the Tidelift Subscription.
        
        The CherryPy maintainers and the maintainers of thousands of other packages
        are working with Tidelift to deliver one enterprise subscription that covers
        all of the open source you use.
        
        `Learn more <https://tidelift.com/subscription/pkg/pypi-magicbus?utm_source=pypi-magicbus&utm_medium=referral&utm_campaign=github>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=2.7
Provides-Extra: docs
Provides-Extra: testing
