Python logo

上一主题

tracemalloc --- Trace memory allocations

下一主题

ensurepip --- Bootstrapping the pip installer

本页

  • Report a Bug
  • 显示源代码

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python logo
  • Python »
  • 3.12.11 Documentation »
  • The Python Standard Library »
  • Software Packaging and Distribution
  • |
  • |

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.

  • ensurepip --- Bootstrapping the pip installer
    • Command line interface
    • Module API
  • venv --- Creation of virtual environments
    • Creating virtual environments
    • How venvs work
    • API
    • An example of extending EnvBuilder
  • zipapp --- Manage executable Python zip archives
    • Basic Example
    • Command-Line Interface
    • Python API
    • Examples
    • Specifying the Interpreter
    • Creating Standalone Applications with zipapp
      • Caveats
    • The Python Zip Application Archive Format

上一主题

tracemalloc --- Trace memory allocations

下一主题

ensurepip --- Bootstrapping the pip installer

本页

  • Report a Bug
  • 显示源代码
«

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python logo
  • Python »
  • 3.12.11 Documentation »
  • The Python Standard Library »
  • Software Packaging and Distribution
  • |
  • |
© 版权 2001-2025, Python Software Foundation.
本页面采用 Python 软件基金会许可证第 2 版授权。
文档中的示例、代码片段及其他代码内容额外采用零条款 BSD 许可证授权。
更多信息请参阅《 历史与许可 》。

Python 软件基金会是一家非营利性公司。 请进行捐赠。

最后更新于10月 08, 2025 (08:20 UTC) 。 发现了错误?
使用Sphinx 8.2.3 创建。