Skip to content

A Python publish-subcribe library (moved here from SourceForge.net where I had it for many years)

Notifications You must be signed in to change notification settings

schollii/pypubsub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dd5c1e8 · Apr 1, 2019

History

98 Commits
Jan 28, 2019
Mar 26, 2019
Oct 30, 2016
Mar 26, 2019
Jan 27, 2019
Jan 21, 2019
Mar 26, 2019
Dec 30, 2016
Jan 27, 2019
Oct 9, 2016
Apr 1, 2019
Jan 28, 2019
Dec 27, 2016
Jan 28, 2019
Jan 21, 2019

Repository files navigation

News

  • January 2019: pypubsub 4.0.3 released! (for those -- and only those -- who use Python >= 3).
  • March 2019: pypubsub 3.4.2 released (for those -- and only those -- who use Python 2.7.x).

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:

About

A Python publish-subcribe library (moved here from SourceForge.net where I had it for many years)

Resources

Stars

Watchers

Forks

Packages

No packages published