导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python »
  • zh_CN 3.6.7 文档 »
  • Python 标准库 »
  • |

28. Software Packaging and Distribution¶

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 — Building and installing Python modules
  • 28.2. ensurepip — Bootstrapping the pip installer
    • 28.2.1. Command line interface
    • 28.2.2. Module API
  • 28.3. venv — Creation of virtual environments
    • 28.3.1. Creating virtual environments
    • 28.3.2. API
    • 28.3.3. An example of extending EnvBuilder
  • 28.4. zipapp — Manage executable python zip archives
    • 28.4.1. Basic Example
    • 28.4.2. Command-Line Interface
    • 28.4.3. Python API
    • 28.4.4. 示例
    • 28.4.5. Specifying the Interpreter
    • 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 — Trace memory allocations

下一个主题

28.1. distutils — Building and installing Python modules

本页

  • 提交 Bug
  • 显示源代码

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python »
  • zh_CN 3.6.7 文档 »
  • Python 标准库 »
  • |
© 版权所有 2001-2018, Python Software Foundation.
Python 软件基金会是一个非盈利组织。 请捐助。
最后更新于 10月 25, 2018. 发现了问题?
使用Sphinx1.8.1 创建。