Python command line application bare bones template.


License
MIT
Install
pip install rensha256==0.1.78

Documentation

rensha256

Commandline to rename a file to it's sha256 digest while keeping the file's extension.

Example

find ~/Documents -maxdepth 1 -type f | rensha256

Installing

python setup.py install

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors