Metadata-Version: 2.1
Name: sha256sumf
Version: 1.0.1
Summary: sha256sum for folders
Home-page: https://github.com/bimbashrestha/sha256sumf
Author: Bimba Shrestha
License: UNKNOWN
Description: # sha256sumf
        
        A simple command line utility for producing recursive SHA 256 checksums of folders using:
        
        * Inner file contents
        * Inner file paths 
        * Inner folder paths
        
        Produces the same output as sha256sum when used with a single file.
        
        # Installation and Usage
        
        ```
        $ pip install sha256sumf
        $ sha256sumf folder
        92f49e486823dbfbb514097761f8dbeebb997f6a5552180e057e454964224b15  folder
        ```
Platform: UNKNOWN
Description-Content-Type: text/markdown
