Logo

上一个主题

tracemalloc — 跟踪内存分配

下一个主题

ensurepip — Bootstrapping the pip installer

当前页面

  • 提交 Bug
  • 显示源码

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • python logo
  • Python »
  • 3.12.0a0 Documentation »
  • Python 标准库 »
  • 软件打包和分发
  • |

软件打包和分发¶

这些库可帮助你发布和安装 Python 软件。 虽然这些模块设计为与`Python 包索引 <https://pypi.org>`__结合使用,但它们也可以与本地索引服务器一起使用,或者根本不使用任何索引服务器。

  • ensurepip — Bootstrapping the pip installer
    • Command line interface
    • Module API
  • venv — 创建虚拟环境
    • 创建虚拟环境
    • API
    • 一个扩展 EnvBuilder 的例子
  • zipapp — Manage executable Python zip archives
    • Basic Example
    • 命令行接口
    • Python API
    • 例子
    • Specifying the Interpreter
    • Creating Standalone Applications with zipapp
      • Making a Windows executable
      • Caveats
    • The Python Zip Application Archive Format

上一个主题

tracemalloc — 跟踪内存分配

下一个主题

ensurepip — Bootstrapping the pip installer

当前页面

  • 提交 Bug
  • 显示源码
«

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • python logo
  • Python »
  • 3.12.0a0 Documentation »
  • Python 标准库 »
  • 软件打包和分发
  • |
© 版权所有 2001-2022, Python Software Foundation.
This page is licensed under the Python Software Foundation License Version 2.
Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.
See History and License for more information.

The Python Software Foundation is a non-profit corporation. Please donate.

最后更新于 10月 12, 2022. Found a bug?
由 Sphinx 4.5.0创建。