Implement "uv pip show" #1594
Labels
compatibility
Compatibility with a specification or another tool
enhancement
New feature or improvement to existing functionality
help wanted
Contribution especially encouraged
As in the last example, the
-qq
form 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.The text was updated successfully, but these errors were encountered: