Simple Signal/Slot implementation
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
signalslot-0.1.1.tar.gz
(7.1 kB
view details)
File details
Details for the file signalslot-0.1.1.tar.gz
.
File metadata
- Download URL: signalslot-0.1.1.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 389bbfe50bc8a740732dc0b952aeaf3f4622ac567ee68b78450e2df96abce106 |
|
MD5 | dec53c14f1977eabb137802178666dfa |
|
BLAKE2b-256 | bfb7fe49227c746399bf932a3ff9f99cc37364285d8a9201c43f0d1e39b8fc02 |