CMD + K

pysignal

Community

Python Signal Library to mimic the Qt Signal system for event driven connections

Installation

To install this package, run one of the following:

Installation commands are not available for this package.

Usage Tracking

1.1.4
1.1.1
2 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

Summary

Python Signal Library to mimic the Qt Signal system for event driven connections

Last Updated

Nov 3, 2020 at 21:09

License

MIT