[10:10:14] <jezdez> have you all seen mitsuhiko's click library? http://click.pocoo.org/
[10:10:30] <jezdez> been using it for a small tool and found it really pleasent to work with
[10:11:34] <jezdez> it has a concept of contexts to share between commands, *really* neat
[10:12:32] <jezdez> here's an example to write a pluggable command (e.g. for extensible pip commands) http://click.pocoo.org/commands/#custom-multi-commands
[11:02:07] <dstufft> jezdez: it's been on my stack to take a look at it
[12:01:00] <pf_moore> jezdez: yeah, I had a look, it looks good, not used it in anger yet tho
[19:09:16] <Davidovich> does anybody know if the current pip HEAD passes unit tests on windows ?
[19:21:16] <dstufft> Not sure, windows CI is still something we need to do ;(
[19:50:07] <Davidovich> Ok, so I assume I did not break anything. (I have 10 failures on my windows machine). 10 failures after a patch... Should be ok.
[19:52:37] <tomprince> Davidovich: Are they the *same* failures?