[ 源代码: wheel ]
软件包:python3-wheel(0.32.3-2)
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.
其他与 python3-wheel 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- rec: python3-keyring
- store and access your passwords safely - Python 3 version of the package
-
- rec: python3-keyrings.alt
- alternate backend implementations for python3-keyring
-
- rec: python3-xdg
- Python 3 library to access freedesktop.org standards
-
- sug: python3-setuptools
- Python3 Distutils Enhancements