summaryrefslogtreecommitdiff
path: root/src/pip/_internal/utils/direct_url_helpers.py
Commit message (Expand)AuthorAgeFilesLines
* Add PEP 660 support (build_editable)Stéphane Bidoul2021-09-281-0/+8
* Complete the annotations: `pip/_internal/utils` (#10159)Diego Ramirez2021-07-231-4/+4
* Remove pkg_resources usage in direct_url_helperTzu-ping Chung2021-07-221-39/+1
* Blacken src/pip/_internal/utils directoryJon Dufresne2021-02-211-3/+3
* Remove typing.TYPE_CHECKING guardsJon Dufresne2021-02-191-8/+4
* Replace pip._internal.utils.typing with stdlib typingJon Dufresne2021-02-181-2/+2
* Merge pull request #9361 from jdufresne/f-stringsPradyun Gedam2020-12-261-1/+1
|\
| * Use f-strings for simple string formattingJon Dufresne2020-12-251-1/+1
* | Remove Python 2 compatibility shim for json.JSONDecodeErrorJon Dufresne2020-12-251-7/+2
|/
* Avoid AssertionError in pip freeze with editable direct URLsStéphane Bidoul2020-10-251-4/+0
* Update linter: isortPradyun Gedam2020-09-231-2/+2
* Add helper to get DirectUrl metadata from DistrributionStéphane Bidoul2020-04-011-0/+41
* Add helper to create a DirectUrl from a LinkStéphane Bidoul2020-04-011-0/+55
* Add helper to convert DirectUrl to PEP 440 direct referenceStéphane Bidoul2020-04-011-0/+34