freebsd-ports/devel/py-pydispatcher/pkg-descr
Steven Kreuzer e4044e2144 Rename port to py-pydispatcher
Change the PORTNAME to be lowercase and add an entry into MOVED
to document this change

Remove iso-8859-1 characters from pkg-descr

Reviewed by:	koobs, miwi
Approved by:	koobs
Differential Revision:	D11060
2017-06-06 13:30:11 +00:00

11 lines
495 B
Text

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/