套件:python3-pex(1.5.3-1)
library for generating Python executable zip files
pex is a library for generating .pex (Python EXecutable) files which are executable Python environments in the spirit of virtualenvs. pex is an expansion upon the ideas outlined in PEP 441 and makes the deployment of Python applications as simple as cp. pex files may even include multiple platform-specific Python distributions, meaning that a single pex file can be portable across Linux and OS X.
pex files can be built using the pex tool. Build systems such as Pants and Buck also support building .pex files directly.
This is the Python 3 library version.
其他與 python3-pex 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- dep: python3-wheel
- built-package format for Python
-
- sug: python-pex-doc
- library for generating Python executable zip files