软件包: python3-pex (1.1.14-3.1)
python3-pex 的相关链接
Trisquel 的资源:
下载源码包 python-pex:
维护者:
Original Maintainers:
- Debian Python Modules Team (Mail Archive)
- Barry Warsaw
外部的资源:
- 主页 [github.com]
相似软件包:
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
-
- sug: python-pex-doc
- library for generating Python executable zip files