Improve presentation of non-verbose downloads with non-PyPI indexes#13494
Open
Improve presentation of non-verbose downloads with non-PyPI indexes#13494
Conversation
d060a68 to
a6c05fd
Compare
a6c05fd to
791068a
Compare
ichard26
approved these changes
Aug 14, 2025
Member
ichard26
left a comment
There was a problem hiding this comment.
I'm a little worried that this will lead to user confusion when multiple indexes are in use and pip downloads packages from several indexes1, but I suppose it doesn't matter too much in practice. They can still enable verbose mode and get the full URL.
Could you add a changelog entry? Thanks!
Footnotes
Member
|
@pradyunsg are you still interested in merging this? |
Member
Author
|
Interested, yes. Will I have the bandwidth in the near future? Sadly, no. If someone else would like to pick this up, please feel welcome to do so! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Before:
After:
This is a notable improvement if you end up mirroring PyPI's artifact structure in a different index, and end up with URLs like
https://files.pythonhosted.org/packages/29/a2/d40fb2460e883eca5199c62cfc2463fd261f760556ae6290f88488c362c0/pip-25.1.1-py3-none-any.whlthat end up being really verbose for long install sessions.