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

Search only on package name. Document if the search is case sensitive or not. #4942

Closed
alex-piccione opened this issue Dec 25, 2017 · 2 comments
Labels
C: search 'pip search' type: enhancement Improvements to functionality

Comments

@alex-piccione
Copy link

  • Pip version:
  • Python version: 3.6.4
  • Operating system: Windows

Description:

I'm trying to figure out the new name of PIL package.
I use ````pip search image``` because I remember it was renamed in "Image" or "Pillow".
I have an infinite list of packages that have nothing to do with what I'm looking for.
pip search is useless in this case.

What I've run:

pip search image
Search for PyPI packages whose name or summary contains .

The definition of does not specify if the match is case sensitive or not.
This is the definition in (https://pip.pypa.io/en/stable/reference/pip_search):
Search for PyPI packages whose name or summary contains .

@pradyunsg pradyunsg added C: search 'pip search' type: enhancement Improvements to functionality labels Dec 26, 2017
@edrozenberg
Copy link

Same. It's been an issue for years that pip search searches package names and also descriptions, making search essentially useless for the common use case of trying to find matching package names. An endless mystery why it works this way, and only this way (no options to change behavior).

@pradyunsg
Copy link
Member

Closing this since pip search is no longer usable on PyPI: #5216

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
C: search 'pip search' type: enhancement Improvements to functionality
Projects
None yet
Development

No branches or pull requests

3 participants