pysignal
Python Signal Library to mimic the Qt Signal system for event driven connections
Python Signal Library to mimic the Qt Signal system for event driven connections
To install this package, run one of the following:
Installation commands are not available for this package.
A Qt style signal implementation that doesn't require QObjects. This supports class methods, functions, lambdas and partials.
Signals can either be created on the instance or on the class, and can be handled either as objects or by string name. Unlike PyQt signals, PySignals do not enforce types by default as I believe this is more pythonic.
Summary
Python Signal Library to mimic the Qt Signal system for event driven connections
Last Updated
Nov 3, 2020 at 21:09
License
MIT
GitHub Repository
https://github.com/dgovil/PySignal