pip icon indicating copy to clipboard operation
pip copied to clipboard

Command to inspect distributions not installed locally

Open lainq opened this issue 4 years ago • 6 comments

What's the problem this feature will solve?

show command for packages not installed. It helps us to view details about packages that the user is going to install.

Describe the solution you'd like

Maybe fetch information about the package and display it on the screen.

Alternative Solutions

Additional context

lainq avatar Jun 16 '21 03:06 lainq

show is for installed packages. We are currently working on a new index command that interacts with packages on indexes (i.e. not installed). A pip index inspect that shows wheel metadata could make sense.

uranusjr avatar Jun 16 '21 04:06 uranusjr

show is for installed packages. We are currently working on a new index command that interacts with packages on indexes (i.e. not installed). A pip index inspect that shows wheel metadata could make sense.

That's interesting 👍🏾

lainq avatar Jun 16 '21 05:06 lainq

Shall we close this, as pip index exists (albeit as an experimental feature) ?

sbidoul avatar Jul 12 '22 17:07 sbidoul

Doesn’t pip inspect still only deal with installed distributions? This one is asking for a command to inspect distributions on an index.

uranusjr avatar Jul 13 '22 07:07 uranusjr

Doesn’t pip inspect still only deal with installed distributions? This one is asking for a command to inspect distributions on an index.

Oops, sorry, I meant pip index (I updated my comment above)

sbidoul avatar Jul 13 '22 07:07 sbidoul

We should keep this open, until we add the ability to pip index, to get the same information as pip show (mainly, metadata) from the index.

pradyunsg avatar Jul 13 '22 08:07 pradyunsg