Binary package “python3-psygnal” in ubuntu noble

Fast python callback/event system modeled after Qt Signals

 Psygnal (pronounced "signal") is a pure python implementation of the
 observer pattern, with the API of Qt-style Signals with (optional)
 signature and type checking, and support for threading.
 .
 This library does not require or use Qt in any way, It simply
 implements a similar observer pattern API.