summaryrefslogtreecommitdiffstats
path: root/python/PyDispatcher/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-06-29 22:02:14 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-06-30 16:34:31 +0700
commit84bcffe9384433ee6933b63ee76d69ef16fc201a (patch)
treef90f77d5e9196284cfb0f262e5432d7e5a2bd4c4 /python/PyDispatcher/README
parent24d2b2b2e767ca7e1133cbbfc654dcfcfa903d25 (diff)
downloadslackbuilds-84bcffe9384433ee6933b63ee76d69ef16fc201a.tar.gz
slackbuilds-84bcffe9384433ee6933b63ee76d69ef16fc201a.tar.xz
python/PyDispatcher: Added (Mechanism for creating event models).
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/PyDispatcher/README')
-rw-r--r--python/PyDispatcher/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/PyDispatcher/README b/python/PyDispatcher/README
new file mode 100644
index 0000000000..9f3e1ef3d8
--- /dev/null
+++ b/python/PyDispatcher/README
@@ -0,0 +1,3 @@
+PyDispatcher provides the Python programmer with a multiple-producer-
+multiple-consumer signal-registration and routing infrastructure for
+use in multiple contexts.