Skip to main content

distutils command for creating Mac OS X applications

Project description

py2app is a suite of distutils extensions for Python development on the Mac. The additional distutils commands (when imported) are as follows:

py2app:

Converts python scripts into executable Mac OS X applications, able to run without requiring an existing python installation. This is a replacement for bundlebuilder.

bdist_mpkg:

Extensible Mac OS X installer package creation command. By default it creates a self-contained metapackage that separates your package’s components by install scheme (platlib, scripts, headers, etc.). It can be subclassed to provide additional subpackages such as dependencies, example code, documentation, applications, Xcode templates, etc.

The following pieces of the py2app suite may also be of general interest:

py2app.modulegraph:

Cross-platform extremely flexible replacement for modulefinder that uses a graph data structure to track dependencies.

altgraph:

General purpose graph library, forked from graphlib.

macholib:

Mach-O header tool suite. Can be used to analyze and rewrite dependencies or symbols in Mach-O headers. Primarily used as a replacement for otool and install_name_tool.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py2app-0.3.tar.gz (270.0 kB view hashes)

Uploaded Source

Built Distribution

py2app-0.3-py2.4.egg (150.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page