这个文档所针对的是一个已不再受支持的 Python 旧版本。 你应当升级版本,并阅读 Python 当前稳定版本的文档.

瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python »
  • 3.5.10 Documentation »
  • Python 標準函式庫 (Standard Library) »
  • |

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 — Bootstrapping the pip installer
    • 28.2.1. Command line interface
    • 28.2.2. Module API
  • 28.3. venv — 创建虚拟环境
    • 28.3.1. 创建虚拟环境
    • 28.3.2. API
    • 28.3.3. 一个扩展 EnvBuilder 的例子
  • 28.4. zipapp — Manage executable python zip archives
    • 28.4.1. Basic Example
    • 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 模块

本頁

  • 提交 Bug
  • 顯示原始碼

瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python »
  • 3.5.10 Documentation »
  • Python 標準函式庫 (Standard Library) »
  • |
© 版權所有 2001-2020, Python Software Foundation.
Python 软件基金会是一个非盈利组织。 请捐助。
最後更新於 12月 18, 2020。 发现了问题?
使用Sphinx1.8.4 创建。