slackbuilds/python/blinker
Markus Reichelt 3abd0d496f
python/blinker: Updated for version 1.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-09-14 18:03:49 +07:00
..
README python/blinker: Added (Python module for object-to-object and broadcast signaling) 2013-02-14 00:26:57 -06:00
blinker.SlackBuild python/blinker: Updated for version 1.4. 2016-09-14 18:03:49 +07:00
blinker.info python/blinker: Updated for version 1.4. 2016-09-14 18:03:49 +07:00
slack-desc python/blinker: Added (Python module for object-to-object and broadcast signaling) 2013-02-14 00:26:57 -06:00

README

Blinker provides a fast dispatching system that allows any number
of interested parties to subscribe to events, or "signals".

Signal receivers can subscribe to specific senders or
receive signals sent by any sender.