PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Thursday the 18th of February, 2016

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[01:28:00] <tdsmith> scipy and numpy are smaller than i expected
[01:29:44] <dstufft> tdsmith: i think a lot of things depend on numpy without specifying it
[01:29:49] <dstufft> becasue of pip install -U
[01:30:24] <tdsmith> hmm
[01:34:11] <njs> yeah
[01:34:46] <ngoldbaum> he got it from requirements.txt, it would be interesting to do full code searches and look at import statements
[01:36:24] <njs> I think depsy might scan for imports
[01:36:33] <njs> though they don't attempt to analyze all of pypi
[01:37:57] <ngoldbaum> i'm annoyed with depsy actually - they didn't pick me up for yt because they scraped pypi's author field :(
[02:12:51] <njs> ngoldbaum: depsy's data is weird in various ways for sure
[09:02:14] <mgedmin> wait, wait, wait
[09:02:20] <mgedmin> pip freeze filters out pip and setuptools? augh
[09:05:44] <mgedmin> does anyone remember which version of pip added `pip list`?
[09:07:33] <mgedmin> 1.3 (2013-03-07), according to https://pip.pypa.io/en/stable/news/
[09:07:44] <mgedmin> thank you for a complete changelog that's not too hard to find!
[20:37:55] <demianbrecht> dstufft: i'm starting to poke through the warehouse issue tracker atm as i'm interested in contributing on a regular basis. i have to wait for legal approval from work first before sending PRs, but if you notice me commenting in issues, that's why ;)
[20:40:58] <demianbrecht> does pypa have a gdocs folder shared anywhere or similar for designs? might be nice for things like figuring out a the API (noted in https://github.com/pypa/warehouse/issues/284)
[21:31:50] <dstufft> demianbrecht: cool :]
[21:32:39] <dstufft> demianbrecht: there isn't any docs or anything like that. I haven't given much thought to the new API at all other than, maybe jsonapi would be nice (but maybe not!). It's not a requirement for replacing legacy PyPI so it's not been a huge priority for me
[21:43:21] <demianbrecht> dstufft: yeah i figured as much. i was primarily interested in user registration so i pinged that issue as i noticed there seems to be a few threads related to it, but caught that discussion about the api as well