Skip to content

Use shell to pip to extract hashes #58

@peterbe

Description

@peterbe

We currently rely on _hash_of_file to extract the checksum of a package using pip. Yuck! We should use a shell and call like this:

subprocess.call(['python', '-m', 'pip', 'hash', ...])

Thanks @di for the tip!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions