-
Notifications
You must be signed in to change notification settings - Fork 151
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
[FeatureRequest] add wheel info subcommand #639
Comments
I could be persuaded to add such a command to be used with local wheel files, but what would it actually show? This request is kind of light on details. |
For example, mitmproxy package, |
What is the practical use case for this? Just so you know, I'm not going to make |
The package manager tools for OS, like apt/yum/dnf/pkg, have the similar feature. apt/yum/pkg info . |
|
Like check the dependencies before installing it for porting the package to BSD OS. If no networking operations, local files are ok. pip show will not show the version ranges of dependencies. |
$ pip show mitmproxy
$ cat METADATA
Submit an issue to pip project? |
Alright, I'll take this into consideration. But yes, it's strange that Meanwhile, could you draft a sample output for |
Thanks for the info. |
$ cat METADATA
|
So you just want it to dump the metadata to console as-is? |
And not show, for example, the wheel version or generator from |
$ wheel info all mitmproxy-xxx.whl
$ wheel info name xxx.whl $wheel info require xxx.whl
|
I think the output of |
$ wheel info urls <pkg.whl>
|
I don't feel like the complication of subcommands is necessary here. Or do you see a pressing need for that? |
|
In this case I'd prefer |
Add wheel info [./path/to/file.whl / package name from pypi] to show wheel package metadata.
The text was updated successfully, but these errors were encountered: