Revision 19 as of 2008-03-12 20:25:27

Clear message

Distribution Utilities

Tools for distributing Python software:

General Package Distribution

General distribution of Python code is typically done using the [wiki:DistUtils distutils] package from the standard library which can produce source and binary distributions which depend on end-users having Python already installed on their computer.

Installers

The following are projects which support the production of installers or stand-alone executables.

See also:

See also:

System Package Distribution

Although [wiki:DistUtils distutils] supports the production of some system packages, other tools exist to make such packages:

(Someone needs to explain eggs.)

Unable to edit the page? See the FrontPage for instructions.