Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #111176
| From | Ethan Furman <ethan@stoneleaf.us> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Packaging multiple wheels in the same package |
| Date | 2016-07-06 12:08 -0700 |
| Message-ID | <mailman.120.1467832126.2295.python-list@python.org> (permalink) |
| References | <0310c596-2f5b-4cca-8059-6e6a81acc35f@googlegroups.com> <577D573B.9040102@stoneleaf.us> |
On 07/06/2016 11:43 AM, Nir Cohen wrote:
> We decided that we want to package sets of wheels together created or downloaded
> by `pip wheel`, add relevant metadata, package them together into a
single archive
> (tar.gz or zip) and use the same tool which packs them up to install
them later on,
> on the destination hosts.
>
> We came up with a tool (http://github.com/cloudify-cosmo/wagon) to do just that
> and that's what we currently use to create and install our plugins.
Sounds like a great idea!
Once you have your feed-back from here you'll want to take your PEP over
to the dist-utils sig:
https://mail.python.org/mailman/listinfo/distutils-sig
--
~Ethan~
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Packaging multiple wheels in the same package Nir Cohen <nir36g@gmail.com> - 2016-07-06 11:43 -0700
Re: Packaging multiple wheels in the same package Ethan Furman <ethan@stoneleaf.us> - 2016-07-06 12:08 -0700
Re: Packaging multiple wheels in the same package Nir Cohen <nir36g@gmail.com> - 2016-07-06 21:47 -0700
Re: Packaging multiple wheels in the same package Nir Cohen <nir36g@gmail.com> - 2016-07-13 05:54 -0700
Re: Packaging multiple wheels in the same package Chris Angelico <rosuav@gmail.com> - 2016-07-13 23:05 +1000
Re: Packaging multiple wheels in the same package Ethan Furman <ethan@stoneleaf.us> - 2016-07-13 08:01 -0700
Re: Packaging multiple wheels in the same package Nir Cohen <nir36g@gmail.com> - 2016-07-14 12:40 -0700
csiph-web