pypydispatcher icon indicating copy to clipboard operation
pypydispatcher copied to clipboard

A fork of http://pydispatcher.sourceforge.net/ with PyPy support

PyPyDispatcher

.. image:: https://img.shields.io/pypi/v/PyPyDispatcher.svg :target: https://pypi.python.org/pypi/PyPyDispatcher :alt: PyPI Version

.. image:: https://travis-ci.org/scrapy/pypydispatcher.svg?branch=master :target: http://travis-ci.org/scrapy/pypydispatcher :alt: Build Status

.. image:: http://codecov.io/github/scrapy/pypydispatcher/coverage.svg?branch=master :target: http://codecov.io/github/scrapy/pypydispatcher?branch=master :alt: Code Coverage

A fork of http://pydispatcher.sourceforge.net/ with PyPy support.

Install::

pip install PyPyDispatcher

Note that the package name is the same as for PyDispatcher: this is intended to be a drop-in replacement.

Changes since PyDispatcher 2.0.5

2.1.2 (2017-07-03) ++++++++++++++++++

  • Moved to https://github.com/scrapy/pypydispatcher

2.1.1 (2017-07-03) ++++++++++++++++++

  • Make releases via Travis CI

2.1.0 (2017-06-19) ++++++++++++++++++

  • PyPy support in master and on Travis CI

2.0.6 (2017-06-15) ++++++++++++++++++

  • Initial PyPy support

License

License is BSD, see license.txt for more details.