wheel
built-package format for Python
Install
- All systems
-
curl cmd.cat/wheel.sh
- Debian
-
apt-get install python-wheel-common
- Ubuntu
-
apt-get install python-wheel-common
- Arch Linux
-
pacman -S python-wheel-common
- Kali Linux
-
apt-get install python-wheel-common
- Fedora
-
dnf install python-wheel-common
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-wheel-common
- Raspbian
-
apt-get install python-wheel-common
- Dockerfile
- dockerfile.run/wheel
python-wheel-common
built-package format for Python
A wheel is a ZIP-format archive with a specially formatted filename and the `.whl` extension. It is designed to contain all the files for a PEP 376 compatible install in a way that is very close to the on-disk format. The wheel project provides a `bdist_wheel` command for setuptools. Wheel files can be installed with `pip`. These are the command line scripts and manpages.
python2-wheel
A built-package format for Python.
A wheel is a ZIP-format archive with a specially formatted filename and the .whl extension. It is designed to contain all the files for a PEP 376 compatible install in a way that is very close to the on-disk format. Python 2 version.
python2-wheel-1
0.32.0-1.fc30.noarch : Built-package format for Python
python-wheel
built-package format for Python
A wheel is a ZIP-format archive with a specially formatted filename and the `.whl` extension. It is designed to contain all the files for a PEP 376 compatible install in a way that is very close to the on-disk format. The wheel project provides a `bdist_wheel` command for setuptools. Wheel files can be installed with `pip`. This is the Python 2 compatible package.