これは既にサポートされていない古いバージョンの Python のドキュメントです。 是非 Python をアップグレードし、ドキュメントを読みましょう: 現在の安定板リリースの Python ドキュメント.

ナビゲーション

  • 索引
  • モジュール |
  • 次へ |
  • 前へ |
  • Python »
  • 3.5.10 Documentation »
  • 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. The Python Zip Application Archive Format

前のトピックへ

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

次のトピックへ

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

このページ

  • バグ報告
  • ソースコードを表示

ナビゲーション

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