4623 shaares
397 liens privés
397 liens privés
1 résultat
taggé
pex
"""
...
I don’t trust python system packages : half are rotten. Virtualenv + Pip, just for providing a tool inside Docker? Oversized.
Lets PEX. PEX is one of the secret weapons of Twitter. PEX is for Python EXecutable. PEX is a single file, embeding dependencies and an executable module. This file is a ZIP archive. The ZIP format accepts arbitrary headers, and python can load modules in a ZIP, PEX married both.
...
"""
pex est un outil plutôt cool pour packager des applis python.
on est pas obligé d'utiliser docker pour en avoir besoin.
doc: http://pex.readthedocs.org/en/latest/
video: http://www.youtube.com/watch?v=NmpnGhRwsu0