ask / dispatch

django.dispatch for everyone.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dispatch - Multi-consumer multi-producer dispatching mechanism

Version: 3.0.0

Introduction

Dispatch is a fork of the django signaling mechanism (django.dispatch), which was originally a fork of the PyDispatcher project by Patrick K. O'Brien. This project aims to merge these two projects, so the improvements made in Django is available to everyone.

Installation

You can install dispatch either via the Python Package Index (PyPI) or from source.

To install using pip,:

$ pip install dispatch

To install using easy_install,:

$ easy_install dispatch

If you have downloaded a source tarball you can install it by doing the following,:

$ python setup.py build
# python setup.py install # as root

Bug tracker

If you have any suggestions, bug reports or annoyances please report them to our issue tracker at http://github.com/ask/dispatch/issues/

Contributing

Development of dispatch happens at Github: http://github.com/ask/dispatch

You are highly encouraged to participate in the development. If you don't like Github (for some reason) you're welcome to send regular patches.

License

This software is licensed under the New BSD License. See the LICENSE file in the top distribution directory for the full license text.

About

django.dispatch for everyone.

License:Other


Languages

Language:Python 100.0%