Distribution Utilities

General distribution of Python code is typically done using the 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 (with Python Eggs being a form of software distribution provided by the Distutils derivative, setuptools). Such source and binary software distributions are frequently available as operating system packages (a more general form of the term "package" referring not just to code but also to documentation, resources and other things) and can be installed using the package management infrastructure employed by various operating systems - see "System Package Distribution" below.

Executable Applications

The following projects support the production of executable application from Python scripts.

Package

Target

Latest update date

Latest version

Notes

bbfreeze

Python 2

2014年01月20日

1.1.3

Create standalone executables from python scripts

esky

Python 2 & 3

2013年03月27日

0.9.8

An auto-update framework built on top of bbfreeze

cx Freeze

Python 2

2006年07月21日

3.0.3

a set of utilities for freezing Python scripts

ExeMaker

Python 2

2004年10月12日

1.2

Creates EXE loaders for Python scripts (for Windows)

Freeze

Python 2 & ( 3 when fixed)

Varies by python version

Varies by python version

Bundled with Python in the "Tools" Directory as freeze.py allows building executables (Unix-only?)

py2exe

Python 2

2008年11月16日

0.6.9

Transform Python scripts into standalone Windows executable. See py2exe

py2app

Python 2 & 3

2014年02月06日

0.8

Converts Python scripts into executable Mac OS X applications

McMillan's Installer

Python 2

2003年06月04日

5b5_4

Includes notes about (other) distributing solutions

PyInstaller

Python 2

2013年09月18日

2.1

Derived from McMillan's installer

Signet

Python 2

2014年07月28日

1.0.10

Signet is a distutils extension for creating tamper resistant python, while still distributing python code.

pyarmor

Python 2 & 3

2018年10月29日

4.1.4

Obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts

Installers

Installers are sometimes needed to wrap up the output of freeze tools into packages:

See also

System Package Distribution

Although Distutils supports the production of some system packages, other tools exist to make such packages:

  • There are videos explaining how to create a Debian package (.deb) from a python program (.py). This is useful if you want to distribute to Debian based Linux Systems like Debian or Ubuntu.

Distribution Using Virtualisation

It is possible to distribute entire systems which can then be run under virtualisation or as "live CD" environments. Some solutions attempt to incorporate such approaches in a way which is transparent to the user:

  • LINA - running Linux-based applications on other systems (Inactive 2009)


CategoryDistutilsCookbook

DistributionUtilities (last edited 2024年01月04日 11:20:11 by MarcAndreLemburg )

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

AltStyle によって変換されたページ (->オリジナル) /