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.2.tar.gz
(8.0 kB
view details)
File details
Details for the file signalslot-0.1.2.tar.gz
.
File metadata
- Download URL: signalslot-0.1.2.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 676e913cd6aefb8ef5f5ef368cc85bd8bc8847a12fb00348f2bdfe78abb0e3de |
|
MD5 | a4d27da18f70b2ebd9cfc4f782e6aa90 |
|
BLAKE2b-256 | 3f2f237410ca5e28ee68ab84587bc2314d7fac75ce67c91148133c1eefc0ed16 |