logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pip3-hash - description of pip3 hash command

Author

       pip developers

Description

       Compute a hash of a local package archive.

       These can be used with --hash in a requirements file to do repeatable installs.

Name

       pip3-hash - description of pip3 hash command

Options

-a,--algorithm<algorithm>
              The hash algorithm to use: one of sha256, sha384, sha512

              (environment variable: PIP_ALGORITHM)

Usage

          python -m pip hash [options] <file> ...

See Also