Python Publish-Subscribe Package
Project description
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.
See the PyPubSub website (http://pubsub.sourceforge.net/) for further details, and to download.
In order for easy_install to find the correct download links, they are listed here:
Latest stable version:
Release candidate version:
Note: “easy_install pypubsub” will install the egg, which is a zip file, whereas “easy_install -Z pypubsub” will extract the egg contents to a folder; this option will make importing pubsub much faster.