summaryrefslogtreecommitdiffstats
path: root/python/python3-pubsub/README
blob: 8714a23ea41b012b6481a37e170d5d78f4d20ad2 (about) (plain) (blame)
1
2
3
4
5
6
7
8
PyPubSub 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-based or server-based applications.