ports/devel/py-psygnal/pkg-descr
Po-Chuan Hsieh 0b36a7a516
devel/py-psygnal: Add py-psygnal 0.11.1
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. It has no dependencies.

This library does not require or use Qt in any way, It simply implements a
similar observer pattern API.
2024-09-18 14:12:59 +08:00

6 lines
322 B
Text

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. It has no dependencies.
This library does not require or use Qt in any way, It simply implements a
similar observer pattern API.