Metadata-Version: 1.1
Name: pubmarine
Version: 0.3
Summary: An event dispatcher based on the PubSub pattern for Python-3.5's asyncio
Home-page: https://github.com/abadger/pubmarine
Author: Toshio Kuratomi
Author-email: toshio@fedoraproject.org
License: Lesser GNU Public License v3+
Description: 
        This module implements and event dispatcher based on the publish-subscribe
        pattern using asyncio.  It is akin to the QT library's signals and slots
        mechanism.  Pubmarine's PubSub is intended for asynchronous signalling within
        an application.  It is not meant for communicating with other programs over
        the network.
                
Keywords: pubsub events
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
