Metadata-Version: 2.1
Name: md5hash
Version: 0.0.6
Summary: Fast and simple md5 hash generator for files and directories
Home-page: https://github.com/valsaven/md5hash/
Author: Val Saven
Author-email: val.saven@gmail.com
License: MIT License
Keywords: md5
Platform: UNKNOWN
Requires: Python (>= 3.5)

Description
===========
Fast and simple md5 hash generator for files and directories.

Installing
----------
Requires Python 3.

From PyPI:
::

    pip install md5hash

Examples
--------
For a single file:
::

    from md5hash import scan
    print(scan('file.txt'))
    >>> 195FCD0B460051BF195DFCB338B196A7


