Skip to content

Include Project-URLs in pip show -v output#10827

Merged
pradyunsg merged 3 commits intopypa:mainfrom
93578237:project-urls
Apr 23, 2022
Merged

Include Project-URLs in pip show -v output#10827
pradyunsg merged 3 commits intopypa:mainfrom
93578237:project-urls

Conversation

@93578237
Copy link
Copy Markdown
Contributor

@93578237 93578237 commented Jan 25, 2022

Fixes #10799

@jwodder
Copy link
Copy Markdown
Contributor

jwodder commented Feb 20, 2022

Can we discuss whether requiring the -v option is the right thing to do? If it's required, you can't see the Project-URLs without also filling up your screen with classifiers and entry points, and the growing lack of Home-page metadata will mean that plain pip show <project> will no longer tell you where to find more information about <project>.

@wimglenn
Copy link
Copy Markdown
Contributor

wimglenn commented Apr 22, 2022

I don't think the -v should be required. Home-page is already shown without -v flag, and Project-URL are basically a replacement for homepage. In PEP621 there is not even any way to specify Home-page in pyproject.toml.

@uranusjr
Copy link
Copy Markdown
Member

Let’s merge this and then discuss -v separately. This won’t introduce backward incompatibility (I don’t think any reasonable consumer of this output would rely on Project-URL not present in the output) and having it in verbose output is an immediate improvement.

@uranusjr uranusjr added this to the 22.1 milestone Apr 22, 2022
@pradyunsg pradyunsg merged commit 7164b1a into pypa:main Apr 23, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 9, 2022
@93578237 93578237 deleted the project-urls branch June 23, 2022 19:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Include Project-URLs in pip show output

5 participants