-
Notifications
You must be signed in to change notification settings - Fork 996
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
question: proportion of users who want to see, download package files #3478
Comments
Huh, now that I think about it, probably the main (only?) reason I visit the pypi website is to check what wheels are available and look at release dates. For "do I want to depend on this package?" questions, checking whether wheels are available is a really important clue as to how much pain I'll be causing my users if I do. And pypi is the only place to reliably check dates like "huh, so if that was deprecated in 1.7.3, how long ago was that?". Instead of dumping raw wheel filenames at people, maybe we could present the key information visually with a little grid like:
I guess ideally we should surface the presence of an sdist as well, since uploading sdists is a public good and it'd be a little nudge for people to do that. |
@brainwane Thanks for entering this! this sums up pretty much my needs. The point is that the data is available in the HTML page alright and I prefer a page to have all information visible rather than having to click around to make the information visible (navigation is fine too of course, but this IMHO should be about navigation in the page, not about hiding/showing information). So ATM I miss the ability to quickly see the available downloads (wheels, sdist) and wheel platforms available as well as a checksum (formerly md5 and now sha256) for integrity verification (I still can get a blake2b from the download URL path alright, but I cannot see the URLs without an extra button click) |
Triaging older issues. We understand that the desire here is to see what files are available for download. Work has commenced in #15087 to make the filenames more visually friendly, so will continue the issue there. |
What proportion of users particularly want to get at the package files, as a primary desideratum, when they go to a project page? We know that most users are looking at the project description and will then use
pip install
to retrieve and install package files, but some want to see the package files and checksums, and some want to see the package list and then download the files. One person writes,Another writes:
From pombreda and Wooble in IRC today.
The text was updated successfully, but these errors were encountered: