套件: python-wheel-common (0.34.2-1ubuntu0.1)
python-wheel-common 的相關超連結
Trisquel 的資源:
下載原始碼套件 wheel:
維護者:
Original Maintainers:
- Debian Python Modules Team (郵件存檔)
- Barry Warsaw
外部的資源:
- 主頁 [github.com]
相似套件:
built-package format for Python (command-line scripts)
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.
其他與 python-wheel-common 有關的套件
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-wheel
- built-package format for Python