Logo

Previous topic上一个主题

tracemalloc — Trace memory allocations

Next topic下一个主题

distutils — Building and installing Python modules

Navigation导航

  • index索引
  • modules模块 |
  • next下一主题 |
  • previous上一主题 |
  • python logo
  • Python »
  • 3.10.4 Documentation文档 »
  • The Python Standard LibraryPython标准库 »
  • Software Packaging and Distribution
  • |

Software Packaging and Distribution软件打包和分发¶

These libraries help you with publishing and installing Python software. 这些库帮助您发布和安装Python软件。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.虽然这些模块被设计为与Python包索引一起使用,但它们也可以与本地索引服务器一起使用,或者根本不使用任何索引服务器。

  • distutils — Building and installing Python modules构建和安装Python模块
  • ensurepip — Bootstrapping the pip installer引导pip安装程序
    • Command line interface命令行界面
    • Module API
  • venv — Creation of virtual environments创建虚拟环境
    • Creating virtual environments创建虚拟环境
    • API
    • An example of extending EnvBuilder扩展EnvBuilder的示例
  • zipapp — Manage executable Python zip archives管理可执行Python zip存档
    • Basic Example基本示例
    • Command-Line Interface命令行界面
    • Python API
    • Examples
    • Specifying the Interpreter指定解释器
    • Creating Standalone Applications with zipapp使用zipp创建独立应用程序
      • Making a Windows executable制作Windows可执行文件
      • Caveats
    • The Python Zip Application Archive FormatPython Zip应用程序存档格式

Previous topic上一个主题

tracemalloc — Trace memory allocations

Next topic下一个主题

distutils — Building and installing Python modules