You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uv pip show is buried within uv pip, and it doesn't show information for a package that isn't installed
compare that to something like npm show, which will show you the details from the package registry:
> npm show basedpyright[email protected] | MIT | deps: none | versions: 961a pyright fork with various type checking improvements, improved vscode support and pylance features built into the language serverhttps://github.com/detachhead/basedpyright#readmebin: pyright, basedpyright, pyright-langserver, basedpyright-langserverdist.tarball: https://registry.npmjs.org/basedpyright/-/basedpyright-1.24.0.tgz.shasum: d57ac027c80f3fa7986df595b8ffb75fa3d60f13.integrity: sha512-5mnMiZ2nN4vkP+gOOR3cLcfOY547lG6t3bGb7hR6LUFjbZzNvyDClTpcDJptmbP4Ehejpw5VY8VQH/8Lsnu3IQ==.unpackedSize: 24.2 MBmaintainers:- detachhead <[email protected]>dist-tags:latest: 1.24.0 canary: 1.24.0-688bc8d7a33624f323c8f567452f9aa8e5a5b847published 15 hours ago by detachhead <[email protected]>
i wanted this because i needed to know what extras beautifulsoup4 has, and needed to dig into their source code
The text was updated successfully, but these errors were encountered:
uv pip show
is buried withinuv pip
, and it doesn't show information for a package that isn't installedcompare that to something like
npm show
, which will show you the details from the package registry:i wanted this because i needed to know what extras
beautifulsoup4
has, and needed to dig into their source codeThe text was updated successfully, but these errors were encountered: