Installation
============

:mod:`pyblake2` works with Python 2.6, 2.7 and 3.x.

You can install it from PyPi using `pip <https://pypi.python.org/pypi/pip>`_::

    $ pip install pyblake2

or download sources and run::

    $ python setup.py install


Download
--------

**Latest version**

* `pyblake2-0.9.0.tar.gz
  <https://pypi.python.org/packages/source/p/pyblake2/pyblake2-0.9.0.tar.gz>`_
  (`zip
  <https://pypi.python.org/packages/source/p/pyblake2/pyblake2-0.9.0.zip>`_)

**Previous versions**

* None.


Development
-----------

**Git repository:** https://github.com/dchest/pyblake2

When submitting pull requests, please include public domain dedication / CC0
header text as written in the :doc:`credits` topic into the text of your pull
request, including your full legal name. (We cannot accept changes if you are
not willing to place them into the public domain.)

Version history
---------------

0.9.0:

* First release.
