瀏覽

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

軟體封裝與發布¶

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.

  • distutils --- Building and installing Python modules
  • ensurepip --- Bootstrapping the pip installer
    • Command line interface
    • Module API
  • venv --- Creation of virtual environments
    • Creating virtual environments
    • API
    • An example of extending EnvBuilder
  • zipapp --- Manage executable Python zip archives
    • Basic Example
    • 命令執行列介面
    • Python API
    • Examples
    • Specifying the Interpreter
    • Creating Standalone Applications with zipapp
      • Making a Windows executable
      • Caveats
    • The Python Zip Application Archive Format

上個主題

tracemalloc --- Trace memory allocations

下個主題

distutils --- Building and installing Python modules

本頁

  • Report a Bug
  • 顯示原始碼

瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • Python »
  • 3.7.14 Documentation »
  • Python 標準函式庫 (Standard Library) »
  • |
© 版權所有 2001-2022, Python Software Foundation.
The Python Software Foundation is a non-profit corporation. Please donate.
最後更新於 9月 08, 2022。 Found a bug?
Created using Sphinx 2.3.1.