Metadata-Version: 2.1
Name: makehash
Version: 0.1.5
Summary: A CLI tools use to create *.hash file and verify it later.
Author: Cologler
Author-email: skyoflw@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: alive-progress
Requires-Dist: click-anno
Requires-Dist: colorama
Requires-Dist: fsoopify
Description-Content-Type: text/markdown

# makehash

A CLI tools use to create *.hash file and verify it later.

## Usage

``` cmd
makehash   DIR_OR_FILE      # create *.hash file
verifyhash DIR_OR_FILE      # verify
```

