27.15. packaging — Packaging support

The packaging package provides support for building, packaging, distributing and installing additional projects into a Python installation. Projects may include Python modules, extension modules, packages and scripts. packaging also provides building blocks for other packaging systems that are not tied to the command system.

This manual is the reference documentation for those standalone building blocks and for extending Packaging. If you’re looking for the user-centric guides to install a project or package your own code, head to See also.

27.15.1. Building blocks

27.15.3. Other utilities

See also

Distributing Python Projects
The manual for developers of Python projects who want to package and distribute them. This describes how to use packaging to make projects easily found and added to an existing Python installation.
Installing Python Projects
A user-centered manual which includes information on adding projects into an existing Python installation. You do not need to be a Python programmer to read this manual.