python3-blinker

Fast, simple object-to-object and broadcast signaling (Python3)

Description

Blinker provides fast & simple object-to-object and broadcast signaling for Python objects. Interested signal receivers can subscribe to specific senders or receive signals sent by any sender.

The core of Blinker is quite small but provides powerful features:
 * a global registry of named signals
 * anonymous signals
 * custom name registries
 * permanently or temporarily connected receivers
 * automatically disconnected receivers via weak referencing
 * sending arbitrary data payloads
 * collecting return values from signal receivers
 * thread safety

This package contains the Python 3 version.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/pallets-eco/blinker


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-blinker