パッケージ: python3-wheel (0.37.1-2ubuntu0.22.04.1)
python3-wheel に関するリンク
Trisquel の資源:
wheel ソースパッケージをダウンロード:
- [wheel_0.37.1-2ubuntu0.22.04.1.dsc]
- [wheel_0.37.1.orig.tar.xz]
- [wheel_0.37.1-2ubuntu0.22.04.1.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Python Team
- Stefano Rivera
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-distutils
- distutils package for Python 3.x
-
- sug: python3-setuptools
- Python3 Distutils Enhancements