Navigation

  • index
  • modules |
  • suivant |
  • précédent |
  • Python »
  • 3.5.0a3 Documentation »
  • The Python Standard Library »

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

  • 28.1. distutils — Building and installing Python modules
  • 28.2. ensurepip — Bootstrapping the pip installer
    • 28.2.1. Command line interface
    • 28.2.2. Module API
  • 28.3. venv — Creation of virtual environments
    • 28.3.1. Création d’environnements virtuels
    • 28.3.2. API
    • 28.3.3. An example of extending EnvBuilder
  • 28.4. zipapp — Manage executable python zip archives
    • 28.4.1. Basic Example
    • 28.4.2. Command-Line Interface
    • 28.4.3. API Python
    • 28.4.4. Exemples
    • 28.4.5. The Python Zip Application Archive Format

Sujet précédent

27.7. tracemalloc — Trace memory allocations

Sujet suivant

28.1. distutils — Building and installing Python modules

Cette Page

  • Report a Bug
  • Show Source

Recherche rapide

Navigation

  • index
  • modules |
  • suivant |
  • précédent |
  • Python »
  • 3.5.0a3 Documentation »
  • The Python Standard Library »
© Copyright 1990-2017, Python Software Foundation.
The Python Software Foundation is a non-profit corporation. Please donate.
Last updated on mai 23, 2017. Found a bug?
Created using Sphinx 1.6.1.