Navigation

  • index
  • modules |
  • next |
  • previous |
  • Python »
  • 3.6.1 Documentation »
  • The Python Standard Library »
  • |

27. 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.

  • 27.1. distutils — Building and installing Python modules
  • 27.2. ensurepip — Bootstrapping the pip installer
    • 27.2.1. Command line interface
    • 27.2.2. Module API
  • 27.3. venv — Creation of virtual environments
    • 27.3.1. Creating virtual environments
    • 27.3.2. API
    • 27.3.3. An example of extending EnvBuilder
  • 27.4. zipapp — Manage executable python zip archives
    • 27.4.1. Basic Example
    • 27.4.2. Command-Line Interface
    • 27.4.3. Python API
    • 27.4.4. Examples
    • 27.4.5. The Python Zip Application Archive Format
© Copyright 1990-2020, Python Software Foundation.
The Python Software Foundation is a non-profit corporation. Please donate.
Last updated on Feb 19, 2020. Found a bug?
Created using Sphinx 1.3.6.