Dos Moonen

Results 8 issues of Dos Moonen

Fixes #11020 Currently, Pip is conservative and does not query keyring at all when --no-input is used because the keyring might require user interaction such as prompting the user on...

Hi, Is this something you folks would be willing to maintain? Alternative aproaches to make pipx more suitable for private registries you might prefer which I am willing to implement:...

I went ahead and made a proper PR for what I first talked about in https://github.com/pypa/pip/issues/8719#issuecomment-1208389060 Q: But `keyring` has C dependencies, how do you expect this to work? A:...

See #358 Currently QueueIterator never throws a StopAsyncIterator exception. Not when the channel is closed, and not after QueueIterator's close method is called. Which implies that starting an `async for...

Probably less problametic than 1250

Succeeds #142, thanks @VadimKraus.

I implemented the `--keyring-provider` flag for Pip, after Pip was given the ability to query a `keyring` executable. https://pip.pypa.io/en/stable/topics/authentication/#using-keyring-as-a-command-line-application So I also wrote some documentation since it requires `VssSessionToken` to...