PKG-INFO 1.2 KB

12345678910111213141516171819202122232425262728
  1. Metadata-Version: 1.0
  2. Name: PyDispatcher
  3. Version: 2.0.3
  4. Summary: Multi-producer-multi-consumer signal dispatching mechanism
  5. Home-page: http://pydispatcher.sourceforge.net
  6. Author: Mike C. Fletcher
  7. Author-email: pydispatcher-devel@lists.sourceforge.net
  8. License: BSD-style, see license.txt for details
  9. Description: Dispatcher mechanism for creating event models
  10. PyDispatcher is an enhanced version of Patrick K. O'Brien's
  11. original dispatcher.py module. It provides the Python
  12. programmer with a robust mechanism for event routing within
  13. various application contexts.
  14. Included in the package are the robustapply and saferef
  15. modules, which provide the ability to selectively apply
  16. arguments to callable objects and to reference instance
  17. methods using weak-references.
  18. Keywords: dispatcher,dispatch,pydispatch,event,signal,sender,receiver,propagate,multi-consumer,multi-producer,saferef,robustapply,apply
  19. Platform: Any
  20. Classifier: License :: OSI Approved :: BSD License
  21. Classifier: Programming Language :: Python
  22. Classifier: Programming Language :: Python :: 3
  23. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  24. Classifier: Intended Audience :: Developers