Metadata-Version: 2.1
Name: computepipfilehash
Version: 0.0.1
Summary: To generate requirements file with hashes.
Home-page: https://github.com/kushaldas/computepipfilehash
Author: Kushal Das
Author-email: mail@kushaldas.in
License: GPLv3+
Description: # Compute dependency hashes from Pipefile.lock
        
        This is a small tool to compute **sha256** hashes from the Pipfile.lock file.
        The `Pipfile.lock` file should exists in the current directory.
        
        ## Example usage
        
        ```
        computepipfilehash
        ```
        
        If you have locally build wheels in the `./localwheels/` directory, then you
        can generate a new requirements file from it.
        
        ```
        computepipfilehash --wheel-hashes
        ```
        
        Both the above commands will print the output in the STDOUT.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
