[Distutils] Packaging multiple wheels in the same archive

Nathaniel Smith njs at pobox.com
Thu Nov 24 11:28:02 EST 2016


On Nov 23, 2016 11:33 AM, "Brett Cannon" <brett at python.org> wrote:
>
> This then ties into Kenneth's pipfile idea he's working on as it then
makes sense to make a wagon/wheelhouse for a lock file. To also tie into
the container aspect, if you dev on Windows but deploy to Linux, this can
allow for gathering your dependencies locally for Linux on your Windows box
and then deploy the set as a unit to your server (something Steve Dower and
I have thought about and why we support a lock file concept).
>
> And if we use zip files with no nesting then as long as it's only Python
code you could use zipimporter on the bundle directly.

The "only Python code" restriction pretty much rules this out as anything
like a general solution though...

If people are investigating this, though, pex should also be considered as
a source of prior art / inspiration:
  https://pex.readthedocs.io/en/stable/whatispex.html

-n
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20161124/c26e1824/attachment.html>


More information about the Distutils-SIG mailing list