python-pydispatcher 2.0.7
Multi-producer-multi-consumer signal dispatching mechanism
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.
- Outputs:
out - Website: https://pydispatcher.sourceforge.net
- Licenses: Modified BSD
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-pydispatcher 2.0.7 as follows:
guix install python-pydispatcher@2.0.7
Or install the latest version:
guix install python-pydispatcher
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.