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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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