-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
type: feature requestRequest for a new featureRequest for a new feature
Description
What's the problem this feature will solve?
Currently to use keyring
it needs to be in the same venv
as pip
. This seems like an unhelpful limitation as keyring
feels like a system-level tool which fits nicely with pipx
.
Describe the solution you'd like
Rather than importing keyring
pip
could call the command line version of the tool. This would work as long as keyring
is available in PATH
.
Alternative Solutions
Open to suggestions
Additional context
None
Code of Conduct
- I agree to follow the PSF Code of Conduct.
Metadata
Metadata
Assignees
Labels
type: feature requestRequest for a new featureRequest for a new feature