Simple file hash digests & file integrity checks
You can install hsh with the Python package manager pip:
$ pip install hsh
or download the source, unpack it, navigate to the top level source directory and run:
$ python setup.py install
You can upgrade to a more recent release of hsh with the Python package manager pip:
$ pip install --upgrade hsh
or by following the above instructions for a new install from the current release of the Python source code.
A list of the changes in each release is available on the changelog.
hsh requires a Python install on your system. It has been tested in cPython v2.7, 3.3, 3.4, 3.5, and current versions of pypy & pypy3.