PyPubSub 3.1.2
Python Publish-Subscribe Package
Pypubsub provides a simple way to decouple parts of your Python application. Some parts of an application can send messages and not care what parts receive them. Other parts of an application can receive them and not care about where the messages originate.
PyPubSub is a great way to implement a Model-View-Controller architecture or any architecture that promotes decoupling of its components, as well as event-driven applications.
See the PyPubSub website (http://pubsub.sourceforge.net/) for further details. Downloads available:
Note that "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.
- Author: Oliver Schoenborn et al
- Home Page: http://pubsub.sourceforge.net
- Download URL: https://sourceforge.net/projects/pubsub/files/pubsub/3.1.2/
- Keywords: publish subscribe observer pattern signal signals event events message messages messaging
- License: BSD
-
Categories
- Development Status :: 5 - Production/Stable
- Intended Audience :: Developers
- License :: OSI Approved :: Python Software Foundation License
- Natural Language :: English
- Programming Language :: Python
- Topic :: Software Development :: Libraries :: Application Frameworks
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: schoenborno
- Package Index Maintainer: schoenborno
- DOAP record: PyPubSub-3.1.2.xml
