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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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