extensive search option #4964
Labels
C: list/show
'pip list' or 'pip show'
C: search
'pip search'
type: enhancement
Improvements to functionality
/request-review
I would like a feature where there is an extensive search result. For example searching pip
pip search pip results in
Whereas on the pypi page there is a LOT more info. Information like python version, upload dates, uploads, licenses, install or docs links, etc. It doesnt even give the link back to pypi, you have to go and make a separate search in pypi to get there. Whats the point of using pip search, i might as well always just go to pypi and search. It would be nice to have the information from pypi in the terminal from pip search.
I am not saying to add it to default pip search because that is a lot of info.
But even Ubuntu's package manager 'apt' allows the option for more information of their repos
pip show does give some of the info requested, but its only pertaining to packages installed. Its totally useless to uninstalled packages in pypi. And even then it still doesnt even give much info. Not even a link back to pypi to get the full info.
The text was updated successfully, but these errors were encountered: