Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show information about installed packages. #640

Open
odnar-dev opened this issue Mar 2, 2021 · 5 comments
Open

Show information about installed packages. #640

odnar-dev opened this issue Mar 2, 2021 · 5 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@odnar-dev
Copy link

How would this feature be useful?
Show information about installed packages. (version, summary, license, injected packages ...)

Describe the solution you'd like
something like pip show package

@itsayellow
Copy link
Contributor

pipx list should give you the information you're looking for.

@odnar-dev
Copy link
Author

pipx list provide a list of all installed packages
+ it only show package name and version

what i am proposing will show information about a specific package

@dukecat0
Copy link
Member

dukecat0 commented Feb 16, 2022

Here are temporary solutions:
pipx runpip <environment> show <package> would display the same information that pip show <package> provided.
pipx list --include-injected would display the injected packages (but for all packages installed).

Probably these two commands could be combined together to form a new command(maybe pipx show?) and display more information?

@gaborbernat
Copy link
Contributor

gaborbernat commented Dec 2, 2023

PR welcome.

pipx list tox nox shows those packages, pipx list shows all.

@gaborbernat gaborbernat added the help wanted Extra attention is needed label Dec 2, 2023
@jkomalley
Copy link

I'm happy to take a crack at implementing this feature. Tried to run pipx show <package> earlier this week and was surprised to learn it's not a command yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants