Implement PEP 753: "Well-known Project URLs in Metadata" #13135
Labels
C: list/show
'pip list' or 'pip show'
good first issue
A good item for first time contributors to work on
PEP implementation
Involves some PEP
state: awaiting PR
Feature discussed, PR is needed
A few months ago, PEP 753 was accepted. It is now known as the "Well-known Project URLs in Metadata" standard. We should implement it as pip does consume project URL metadata.
I haven't looked at pip's existing
Project-URL
orHome-page
handling, so it's possible that there is very little or nothing to do on pip's end, but I wanted to file this issue to make sure we take a look at some point. The logic that mirrors PyPI's old homepage Project-URL aliasing probably needs a some tweaking to have it conform to the specification.pip/src/pip/_internal/commands/show.py
Lines 134 to 146 in f8f0f5a
cc @woodruffw
The text was updated successfully, but these errors were encountered: