Closed
Description
The table columns in the "Download Files" section of a project page are not proportioned well. Filename, Size & Hash are all crammed into a single tiny column, while three less important things (File Type, Python Version, and Upload Date) take up 75% of the width.
I am not able to visually scan for the files I want because the filenames are so wrapped.
Case in point: https://pypi.org/project/numpy/#files
Compare to: https://pypi.python.org/pypi/numpy
One potential solution could be to put data on two lines, something like this:
Filename | Size | Hash | Type | Python Version | Upload Date |
---|---|---|---|---|---|
numpy-1.14.2-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl | |||||
4.7 MB | SHA256 | Wheel | cp27 | Mar 12, 2018 | |
numpy-1.14.2-cp27-cp27m-manylinux1_i686.whl | |||||
8.7 MB | SHA256 | Wheel | cp27 | Mar 12, 2018 | |
numpy-1.14.2-cp27-cp27m-manylinux1_x86_64.whl | |||||
12.1 MB | SHA256 | Wheel | cp27 | Mar 12, 2018 |