aboutsummaryrefslogtreecommitdiff
path: root/python/python3-blinker/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-blinker/README')
-rw-r--r--python/python3-blinker/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-blinker/README b/python/python3-blinker/README
new file mode 100644
index 0000000000..3ae99e2285
--- /dev/null
+++ b/python/python3-blinker/README
@@ -0,0 +1,5 @@
+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.