Python Publish-Subscribe Package
Project description
News
January 2019: pypubsub 4.0.3 released!
Overview
Provides a publish-subscribe API to facilitate event-based or message-based architecture in a single-process application. It is pure Python and works on Python 3.3+. It is centered on the notion of a topic; senders publish messages of a given topic, and listeners subscribe to messages of a given topic, all inside the same process. The package also supports a variety of advanced features that facilitate debugging and maintaining topics and messages in larger desktop- or server-based applications.
Install most recent stable with “pip install pypubsub”.
Useful links:
Project on PyPI: https://pypi.python.org/pypi/PyPubSub
The documentation for latest stable release is at http://pypubsub.readthedocs.io.
The documentation for latest code is at http://pypubsub.readthedocs.io/en/latest.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file Pypubsub-4.0.3-py3-none-any.whl
.
File metadata
- Download URL: Pypubsub-4.0.3-py3-none-any.whl
- Upload date:
- Size: 61.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f716bae9388afe01ff82b264ba8a96a8ae78b42bb1f114f2716ca8f9e404e2a |
|
MD5 | 83aa6abfe736b910f9c194f2473c22bb |
|
BLAKE2b-256 | 1a41a0aceb552d8ec63bb1e8223d130f9dd0f736470036d75d708183b104a2cb |