ナビゲーション

  • 索引
  • モジュール |
  • 次へ |
  • 前へ |
  • Python »
  • 3.6.5 ドキュメント »
  • Python 標準ライブラリ »
  • |

28. ソフトウェア・パッケージと配布¶

These libraries help you with publishing and installing Python software. While these modules are designed to work in conjunction with the Python Package Index, they can also be used with a local index server, or without any index server at all.

  • 28.1. distutils — Python モジュールの構築とインストール
  • 28.2. ensurepip — pip インストーラのブートストラップ
    • 28.2.1. コマンドラインインターフェイス
    • 28.2.2. モジュール API
  • 28.3. venv — 仮想環境の作成
    • 28.3.1. 仮想環境の作成
    • 28.3.2. API
    • 28.3.3. EnvBuilder を拡張する例
  • 28.4. zipapp — 実行可能な python zip 書庫を管理する
    • 28.4.1. 基本的な例
    • 28.4.2. コマンドラインインターフェイス
    • 28.4.3. Python API
    • 28.4.4. 使用例
    • 28.4.5. インタープリタの指定
    • 28.4.6. Creating Standalone Applications with zipapp
      • 28.4.6.1. Making a Windows executable
      • 28.4.6.2. Caveats
    • 28.4.7. The Python Zip Application Archive Format

前のトピックへ

27.7. tracemalloc — メモリ割り当ての追跡

次のトピックへ

28.1. distutils — Python モジュールの構築とインストール

このページ

  • バグ報告
  • ソースの表示

ナビゲーション

  • 索引
  • モジュール |
  • 次へ |
  • 前へ |
  • Python »
  • 3.6.5 ドキュメント »
  • Python 標準ライブラリ »
  • |
© Copyright 2001-2018, Python Software Foundation.
Python Software Foundation は非営利団体です。 寄付
最終更新日時: 7月 29, 2018 バグを見つけたら?
このドキュメントは Sphinx 1.6.5 を使って作成されました。