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