最終更新:2021-06-28 (月) 11:38:09 (1032d)  

Python/wheel
Top / Python / wheel

the reference implementation of the Python wheel packaging standard, as defined in PEP 427.

https://pypi.org/project/wheel/

https://wheel.readthedocs.io/en/stable/

メモ

  • pipでパッケージをインストールする時は、wheel形式のファイルをダウンロードするところから始まる。
  • 逆に、Pythonのパッケージを作って配布したい場合は、wheel形式のファイルを作成する必要がある

拡張子

関連