schollii / pypubsub

A Python publish-subcribe library (moved here from SourceForge.net where I had it for many years)
194 stars 29 forks source link

Packages which depend on pypubsub #44

Open TheChymera opened 4 years ago

TheChymera commented 4 years ago

I have finally gotten the pypubsub package to a status where it could be included in the main Gentoo Linux software repository (making it accessible to all Gentoo users).

However, the one package which I needed it for (wxpython) apparently no longer depends on it. We're currently debating whether we still want to include it or not. Do you know if there are any high-profile packages which need it or whether it has any standalone (rather than library) usability?

schollii commented 4 years ago

wxPython no longer depends on it because the pypubsub was moved out of it into its own package, but it is still used by many wxPython projects, and some event-driven apps. Have you searched github for import statements involving pypubsub?