Installation

pyblake2 works with Python 2.6, 2.7 and 3.x.

You can install it from PyPi using pip:

$ pip install pyblake2

or download sources and run:

$ python setup.py install

Download

See list of files here:

Development

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

When submitting pull requests, please include public domain dedication / CC0 header text as written in the 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.3:

  • Build SSE2 implementation on x86_64 architectures by default.

0.9.2:

  • Made tests compatible with Python 2.6 and 3.2.
  • Made examples from documentation compatible with Python 3.
  • Removed compiled documentation from source distribution.

0.9.1:

  • Fixed Windows build.

0.9.0:

  • First release.