Re: [Distutils] Indexing modules in Python distributions

2017-02-09 Thread Jeremy Stanley
On 2017-02-08 18:14:38 + (+), Thomas Kluyver wrote: [...] > What I'm proposing differs in that it would need to download files from > PyPI - basically all of them, if we're thorough about it. I imagine > that's going to involve a lot of data transfer. Do we know what order of > magnitude we

Re: [Distutils] GSoC 2017 - Working on pip

2017-02-09 Thread Donald Stufft
I’ve never done it before, but I’m happy to provide mentoring on this. > On Feb 8, 2017, at 9:15 PM, Pradyun Gedam wrote: > > Hello Everyone! > > Ralf Gommers suggested that I put this proposal here on this list, for > feedback and for seeing if anyone would be willing to mentor me. So, here i

Re: [Distutils] Indexing modules in Python distributions

2017-02-09 Thread Nick Coghlan
On 8 February 2017 at 19:14, Thomas Kluyver wrote: > What I'm proposing differs in that it would need to download files from PyPI > - basically all of them, if we're thorough about it. I imagine that's going > to involve a lot of data transfer. Do we know what order of magnitude we're > talking ab

Re: [Distutils] GSoC 2017 - Working on pip

2017-02-09 Thread Xavier Fernandez
That's would be a great news :) On Thu, Feb 9, 2017 at 3:15 AM, Pradyun Gedam wrote: > Hello Everyone! > > Ralf Gommers suggested that I put this proposal here on this list, for > feedback and for seeing if anyone would be willing to mentor me. So, here > it is. > > - > > My name is Pradyun

Re: [Distutils] Indexing modules in Python distributions

2017-02-09 Thread Thomas Kluyver
On Wed, Feb 8, 2017, at 11:06 PM, Wes Turner wrote: > So, IIUC, > you're looking to emit > ((URL, release, platform), namespaces_odict) > for each new and all existing packages; > by uncompressing every package and running every setup.py (hopefully > in a container)? Something like that, yes