Skip to content
forked from pex-tool/pex

A library and tool for generating .pex (Python EXecutable) files

License

Notifications You must be signed in to change notification settings

adamtheturtle/pex

 
 

Repository files navigation

PEX

image

pex is both a library and tool for generating .pex (Python EXecutable) files, standalone Python environments in the spirit of virtualenvs. They are designed to make deployment of Python applications as simple as cp. pex is licensed under the Apache2 license.

Installation

To install pex, simply

$ pip install pex

Alternately, .pex files can be generated directly by build systems such as Pants and Buck

Documentation

Documentation about pex, building .pex files, and how .pex files work is available at http://pex.rtfd.org.

Hacking

To run tests, install tox and:

$ tox

To contribute, follow these instructions: http://pantsbuild.github.io/howto_contribute.html

About

A library and tool for generating .pex (Python EXecutable) files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published