Metadata-Version: 2.1
Name: PyPubSub
Version: 3.3.0
Summary: Python Publish-Subscribe Package
Home-page: http://pubsub.sourceforge.net
Download-URL: http://downloads.sourceforge.net/pubsub
Author: Oliver Schoenborn
Author-email: oliver.schoenborn@gmail.com
License: BSD
Keywords: publish subscribe observer pattern signal signals event events message messages messaging dispatch dispatching
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules

PyPubSub provides a publish - subscribe API that facilitates the development of 
event-based (also known as message-based) applications. PyPubSub supports sending and 
receiving messages between objects of an application, as well as a variety of 
advanced features that facilitate debugging and maintaining topics and messages
in larger applications. 

Install with "pip install pypubsub" or "easy_install pypubsub".

Latest stable version, 3.3.0:

* `Zip (source)       <http://downloads.sf.net/project/pubsub/pubsub/3.3.0/PyPubSub-3.3.0.zip>`_
* `Windows Installer  <http://downloads.sf.net/project/pubsub/pubsub/3.3.0/PyPubSub-3.3.0.win32.exe>`_
* `Egg for Python 2.7 <http://downloads.sf.net/project/pubsub/pubsub/3.3.0/PyPubSub-3.3.0-py2.7.egg>`_
* `Egg for Python 3.3 <http://downloads.sf.net/project/pubsub/pubsub/3.3.0/PyPubSub-3.3.0-py3.3.egg>`_

Release candidate version, 3.4: 

* Not yet available

Note: All downloads are hosted on SourceForge. See the `Files pages on SF.net 
<http://downloads.sf.net/project/pubsub/pubsub>`_ for additional downloads, 
older releases, and download stats (the ones on PyPi page are specific to PyPi). 

See the `release notes <https://sourceforge.net/p/pubsub/code/HEAD/tree/trunk/src/pubsub/RELEASE_NOTES.txt>`_ 
for additional information on this and other releases. 

