Wheel is a Python library that is the reference implementation of the Python wheel packaging standard.
Download HTTP: https://pypi.org/packages/source/w/wheel/wheel-0.46.3.tar.gz
Download SHA256 Sum: e3e79874b07d776c40bd6033f8ddf76a7dad46a7b8aa1b2787a83083519a1803
Download Size: 59 KB
Estimated Disk Space: 218.1K
Estimated Build Time: less than 0.5 SBU
Packaging-26.2, Flit-core-3.12.0 and Python-3.14.4
Prepare Wheel for compilation:
To Compile the Package, issue:
pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD
Now Install the Package, issue:
pip3 install --no-index --find-links dist wheel