[ Bron: wheel ]
Pakket: python3-wheel (0.44.0-2)
Verwijzigingen voor python3-wheel
Debian bronnen:
Het bronpakket wheel downloaden:
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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 3 compatible package.
Andere aan python3-wheel gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- sug: python3-setuptools
- Python3 Distutils Enhancements