[19:34:08] <dstufft> I need to actually do that :/
[19:34:36] <pf_moore> Cool - I knew I'd seen something. ensurepip plus having the user's PATH set up is a huge improvement in experience.
[19:34:49] <pf_moore> If you need any help with it, shout out.
[19:35:21] <dstufft> I don't know if there's any PATH stuff for 2.7
[19:36:04] <dstufft> (also I just realized, PEP 477 means that in the future we can delete get-pip.py \o/)
[19:36:04] <pf_moore> I'm not sure either. I'll do some digging and if there isn't see if we can get it added. It's "just" an installer change so may be relatively non-controversial
[19:37:10] <pf_moore> Yeah, Tim just talked me through the user experience with get-pip on 2.7 for a naive Windows user. It's easy to forget how horrible it is when all you're used to is point and click stuff
[19:37:30] <dstufft> I tried to make a msi at one point
[19:38:11] <pf_moore> Yeah, I'm not surprised. I think something like Inno setup may be nicer, I may take a look at that.
[19:39:07] <pf_moore> An installer that runs get-pip may be a reasonable stopgap, but honestly PEP 477 would be the better solution.
[19:42:54] <pf_moore> On another note, appveyor for building Windows binary wheels looks pretty good. They've agreed to add the 64-bit Python interpreters, now all I need to do is get them to add the 64-bit compilers in the SDKs, and getting wheels becomes simple.
[19:43:19] <pf_moore> And then I just need to set myself up a blog so I can document the process and publicise it :-)
[19:43:56] <pf_moore> Oh, and we might want to look at appveyor for Windows-based testing of pip.
[19:44:08] <pf_moore> So many projects, so little time :-)
[22:27:00] <codepython777> whats the plan for searching the pypi database at this point when the user queries the db/app?
[22:27:34] <codepython777> I'm currently using bandersnatch to mirror pypi, can i use this codebase to mirror ? Will it give me details like #downloads etc?
[22:27:58] <Alex_Gaynor> I'm not sure why you're asking me
[22:28:32] <codepython777> ok- for a given package, all the metadata - how do you get that into pypa-dev?
[22:30:13] <codepython777> where are you getting this data from? https://warehouse.python.org/project/signxml/