pypubsub icon indicating copy to clipboard operation
pypubsub copied to clipboard

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

Results 17 pypubsub issues
Sort by recently updated
recently updated
newest added

Hi, is this release only for Python 2.70, 64-bit, it does not seems to work on 32-bit Version 3.30 install perfect - it also seems 3.4.2 has nothing new in...

Wait a bit to see if more issues raised, then merge to master as 4.0.4. Might be good to rename the 2 tags vx.y.z to rel_x.y.z to clearly distinguish branches...

I just added the license file to the root directory so that it could be more visible. I didn't touched the license file in the src directory. #15

Contributing a YAML provider to allow import and export of topics via .yaml files.

In the documentation, it seems to be pubsub.pub.INotificationHandler, but I think the correct name is pubsub.core.INotificationHandler.

Hello, I am using pypubsub in the context of a program that uses cocotb to test some HDL code. I have a LARGE number of publisher and subscribers, and in...