Skip to content

Should pip include Project-URLs in show output without verbose mode #11138

Open
@q0w

Description

@q0w

What's the problem this feature will solve?

In #10827 @jwodder and @wimglenn suggest including Project-URLs in pip show short output. However, one test explicitly checks if the show output stays short

def test_pip_show_is_short(script: PipTestEnvironment) -> None:
"""
Test that pip show stays short
"""
result = script.pip("show", "pip")
lines = result.stdout.splitlines()
assert len(lines) <= 10

Describe the solution you'd like

Where should pip show Project-URLs?

Alternative Solutions

Leave in the verbose output.

Additional context

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions