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.0.9.tar.gz
(5.4 kB
view details)
File details
Details for the file signalslot-0.0.9.tar.gz
.
File metadata
- Download URL: signalslot-0.0.9.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca9b82cdc6422c81c832b499f6acc9ca88a5ece3f3507efb8775332592a71caa |
|
MD5 | 942a1187d3758dd1df0900b1ea5b30eb |
|
BLAKE2b-256 | ee20b3d2bd22a70283bfe3293837347ae33759c6269359784e7f2802d79fe696 |