Donald Stufft

Results 289 comments of Donald Stufft

The problem is that we (pip) have to run ``setup.py`` to determine what your dependencies are, but because you're importing your module in your ``setup.py``, you're failing to import ``requests``......

A very quick couple of thoughts, and taking the idea that getting things onto a dev drive is a good thing for pip users at face value: Using a temp...

I think that this is still an issue, I'm not sure it makes sense to get rid of it, but at the very least we should rename it since we...

Yea that's likely a reasonable outcome.

I think the standard thing to do with `SIGPIPE` and `EPIPE` is to silently exit with a non zero status code. This is the default behavior under POSIX, but Python...

Also note that `$?` on `pip list | head -1` will be the return code for `head`, not for pip. To get the return code for pip you need `${PIPESTATUS[0]}`

Oh, and the error status should be 141 IIRC, convention is to return with 128 + the signal number.

There is currently no way to have an on-by-default but otherwise optional dependency. I'd like to add something like that, but for now the only options are meta packages or...

> It would also be interesting to get a sense of the publisher/user ratio, but we know that will be way off, since there isn't much reason to register if...

I believe almost all of the APIs would use API Tokens yes. One of the things people have asked for is an API to generate tokens though, which would involve...