About 400 results
Open links in new tab
  1. Package Formats - Python Packaging User Guide

    2 days ago · Egg used .egg-info. Wheel has a richer file naming convention. A single wheel archive can indicate its compatibility with a number of Python language versions and implementations, ABIs, and …

  2. Binary distribution format - Python Packaging User Guide

    2 days ago · Binary distribution format ¶ This page specifies the binary distribution format for Python packages, also called the wheel format. A wheel is a ZIP-format archive with a specially formatted …

  3. バイナリ配布物のフォーマット - Python Packaging User Guide

    バイナリ配布物のフォーマット ¶ このページでは、Python パッケージのバイナリ配布物フォーマット、これは wheel フォーマットとも呼ばれているものですが、これについて仕様を記述します。

  4. Installing Packages - Python Packaging User Guide

    Dec 4, 2025 · If you installed Python from source, with an installer from python.org, or via Homebrew you should already have pip. If you’re on Linux and installed using your OS package manager, you …

  5. パッケージングとプロジェクトの配布 - Python Packaging User Guide

    wheel パッケージは、ソースコードが純Pythonであることを検出して、Python 3 へのインストールであればどこでも使えるのでそのように名付けられたwheelをビルドします。

  6. Packaging and distributing projects - Python

    Dec 14, 2023 · The wheel package will detect that the code is pure Python, and build a wheel that’s named such that it’s usable on any Python 3 installation. For details on the naming of wheel files, see …

  7. パッケージフォーマット - Python Packaging User Guide

    Wheel には :ref: ` 多彩なファイル命名慣行 <wheel-file-name-spec>`が存在します。 単独のwheelアーカイブはPython言語のバージョンや実装、ABI、そしてシステムのアーキテクチャとの互換性を表示 …

  8. パッケージングの流れ - Python Packaging User Guide

    パッケージングの流れ ¶ 文書は、大抵は Python パッケージインデックス (PyPI) への 配布パッケージ の公開や配布に必要な作業の流れをおおまかに描き出すことを目的としています。パッケージの作 …

  9. Linux パッケージマネージャを使って pip/setuptools/wheel をインス …

    Jul 26, 2021 · Linux パッケージマネージャを使って pip/setuptools/wheel をインストールする ¶ ページステイタス: 未完了 最終査読日: 2021-07-26 この節では、Linux のパッケージマネージャを使って …

  10. パッケージをインストールする - Python Packaging User Guide

    Python 3.6.3 のような応答が出力されるはずです。 もし Python がなければ、最新バージョンの 3.x を python.org からインストールするか、 Python ユーザのためのヒッチハイクガイドの Python をイン …