軟體封裝與發布
**************

這些函式庫可以幫助你發布和安裝 Python 軟體。雖然這些模組設計是為了與
Python 套件索引 (Python Package Index) 結合使用，但它們也可以搭配本地
索引伺服器，甚至可以在沒有任何索引伺服器的情況下使用。

* "ensurepip" --- "pip" 安裝器的初始建置 (bootstrapping)

  * 命令列介面

  * 模組 API

* "venv" --- 建立虛擬環境

  * 建立虛擬環境

  * 虛擬環境如何運作

  * API

  * An example of extending "EnvBuilder"

* "zipapp" —-- 管理可執行的 Python zip 封存檔案

  * 基本範例

  * 命令執行列介面

  * Python API

  * 範例

  * Specifying the Interpreter

  * Creating Standalone Applications with zipapp

    * Caveats

  * The Python Zip Application Archive Format
