-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Implement "uv pip show" #1594
Copy link
Copy link
Closed
Labels
compatibilityCompatibility with a specification or another toolCompatibility with a specification or another toolenhancementNew feature or improvement to existing functionalityNew feature or improvement to existing functionalityhelp wantedContribution especially encouragedContribution especially encouraged
Metadata
Metadata
Assignees
Labels
compatibilityCompatibility with a specification or another toolCompatibility with a specification or another toolenhancementNew feature or improvement to existing functionalityNew feature or improvement to existing functionalityhelp wantedContribution especially encouragedContribution especially encouraged
As in the last example, the
-qqform is particularly useful for querying just whether any version of a particular package is installed, which is all I actually need.It's possible to run
uv pip freeze | grep ...instead, but it seems like it might be easy enough and worth it to adduv pip show <pkg>(or at leastuv pip show -qq <pkg>), which should also be faster.