aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-pydispatcher/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-pydispatcher/pkg-descr')
-rw-r--r--devel/py-pydispatcher/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/py-pydispatcher/pkg-descr b/devel/py-pydispatcher/pkg-descr
new file mode 100644
index 000000000000..6e243b248a89
--- /dev/null
+++ b/devel/py-pydispatcher/pkg-descr
@@ -0,0 +1,11 @@
+Dispatcher mechanism for creating event models
+
+PyDispatcher is an enhanced version of Patrick K. O'Brien's original
+dispatcher.py module. It provides the Python programmer with a robust mechanism
+for event routing within various application contexts.
+
+Included in the package are the robustapply and saferef modules, which provide
+the ability to selectively apply arguments to callable objects and to reference
+instance methods using weak-references.
+
+WWW: http://pydispatcher.sourceforge.net/