signalslot: simple Signal/Slot implementation for Python
This package provides a simple and stupid implementation of the Signal/Slot pattern for Python. Wikipedia has a nice introduction:
Signals and slots is a language construct introduced in Qt for communication between objects[1] which makes it easy to implement the Observer pattern while avoiding boilerplate code.
Rationale against Signal/Slot is detailed in the “Pattern” section of the documentation.
Install
Install latest stable version:
pip install signalslot
Install development version:
pip install -e git+https://github.com/Numergy/signalslot
Upgrade
Upgrade to the last stable version:
pip install -U signalslot
Uninstall
pip uninstall signalslot
Release files for signalslot 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| signalslot-0.2.0.tar.gz | 8.9 kB | Details |
Release files / signalslot-0.2.0.tar.gz
| Download URL | signalslot-0.2.0.tar.gz |
|---|---|
| Size | 8.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
64da1d89b3467c239af317779b237e7116b6f2b637ff29cd5226b59308d320e5
|
|
BLAKE2b-256 checksum How to use checksums |
a51e989f2e12f3c415f59fd83d5e7d39da417e6d0bd97a449feec7c0711baca1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.3
|