Skip to main content

Python Publish-Subscribe Package

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

PyPubSub-4.0.0rc2-py3-none-any.whl (63.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page