Metadata-Version: 2.1
Name: hashdir
Version: 0.1
Summary: A command line tool to calculate hash of directorytrees using various hash algorithms.
Home-page: https://github.com/fcivaner/hashdir
Author: Fırat Civaner
Author-email: fcivaner@gmail.com
License: MIT License
Keywords: hash imohash md5
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: imohash

# hashdir

A command line tool to calculate hash of directory trees using various hash algorithms.

## installation

To install run the following command in your terminal:

```pip3 install hashdir```

## usage

```text
usage: hashdir [-h] [--algorithm {md5,sha1,imohash}]
               [--log-level {error,info,debug}]

hashdir

optional arguments:
  -h, --help            show this help message and exit
  --algorithm {md5,sha1,imohash}
  --log-level {error,info,debug}
```


