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
I have a use case in which I'd like to programmatically work with the metadata for every installed package. My ideal workflow would be to run a single command:
where the --requires option is something I'm proposing in #10886.
When researching the history of this feature being asked for in pip, I stumbled across pypa/pip#11097 and pypa/pip#5261, in which the pip maintainers felt that adding this to pip list (or pip show) as JSON output was feature creep, and instead created pip inspect. Less optimal for my use case, but still quite reasonable (I can join this information in application code):
Summary
I have a use case in which I'd like to programmatically work with the metadata for every installed package. My ideal workflow would be to run a single command:
where the
--requires
option is something I'm proposing in #10886.When researching the history of this feature being asked for in pip, I stumbled across pypa/pip#11097 and pypa/pip#5261, in which the pip maintainers felt that adding this to
pip list
(orpip show
) as JSON output was feature creep, and instead createdpip inspect
. Less optimal for my use case, but still quite reasonable (I can join this information in application code):I feel that this feature request shares some overlap with:
uv pip show
#2526Example
No response
The text was updated successfully, but these errors were encountered: