PyPubSub provides a publish - subscribe API that facilitates the development of
event-based (also known as message-based) applications. PyPubSub supports sending and
receiving messages between objects of an application, as well as a variety of
advanced features that facilitate debugging and maintaining topics and messages
in larger applications.
I have moved the project to github at https://github.com/schollii/pypubsub.
Categories
LibrariesLicense
BSD LicenseFollow pypubsub
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Thanks for good program!
-
Have been using v1 of pubsub in my project and as I am rewriting my stuff I am switching to the v3. I really like the Topic Tree Definition/Message Data Specification stuff in the v3 api. It is such a great help in ensuring that one doesn't have some stupid typo and it helps to keep all the pubsub messages nicely documented. The support provided by Oliver has always been really great! Thanks for this package Werner