madpah / requirements-parser

A Pip requirements file parser.
https://requirements-parser.readthedocs.io
Apache License 2.0
125 stars 41 forks source link

Add hash and hash_name fragment #24

Closed mshenfield closed 7 years ago

mshenfield commented 8 years ago

This supports retreiving hashing algorithms supported by pip. If multiple algorithms are present in the fragemnt portion of a url, the hashes included in the requirement will be non-deterministic.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.2%) to 98.026% when pulling 77cde40671a65c8761b9a93e39237a762c4902f4 on mshenfield:issue-22-add-hash-information-to-requirements into b05c2ffa806f72b1d4248a20423711bbe458fb5c on davidfischer:master.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.2%) to 98.026% when pulling f4fde8eb6e0041115bf40b4e2030640e47540c8f on mshenfield:issue-22-add-hash-information-to-requirements into b05c2ffa806f72b1d4248a20423711bbe458fb5c on davidfischer:master.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.2%) to 98.026% when pulling 86c46b32debb50f57284a06f010c27a30d646efd on mshenfield:issue-22-add-hash-information-to-requirements into b05c2ffa806f72b1d4248a20423711bbe458fb5c on davidfischer:master.

davidfischer commented 7 years ago

BTW, this pull request is much easier to view with ?w=1: https://github.com/davidfischer/requirements-parser/pull/24/files?w=1

davidfischer commented 7 years ago

This works for me.