Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from Apr 23, 2022
Merged

Conversation

q0w
Copy link
Contributor

@q0w q0w commented Jan 25, 2022

Fixes #10799

@jwodder
Copy link
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
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
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
@q0w q0w 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