Contents of Wheel
Installed program: wheel
Installed directories:
/usr/lib/python3.14/site-packages/wheel and
/usr/lib/python3.14/site-packages/wheel-0.46.1.dist-info
Wheel is a Python library that is the reference implementation of the Python wheel packaging standard.
Compile Wheel with the following command:
pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD
Install Wheel with the following command:
pip3 install --no-index --find-links dist wheel