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

Add pip-search as pipx search #710

Open
LeSnake04 opened this issue Jun 21, 2021 · 6 comments
Open

Add pip-search as pipx search #710

LeSnake04 opened this issue Jun 21, 2021 · 6 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@LeSnake04
Copy link

How would this feature be useful?
searching through the web browser is really annoying so I think a search command.

Describe the solution you'd like
https://pypi.org/project/pip-search/ is a great way to search via terminal and doesnt have the api issue since it uses the website directly, so i would include it in pipx natively as pipx search

@uranusjr
Copy link
Member

This doesn’t feel like a good fit to me. pipx is for running Python packages that are also “applications”, but pip-search (or anything that’s currently available really) does not have that characteristic. It would be very confusing to users when things show up in pipx search but can’t actually be installed by pipx.

@cs01
Copy link
Member

cs01 commented Jun 22, 2021

I like the idea. Is it possible to add filters to the search such that only packages with console scripts are returned in the results?

@LeSnake04
Copy link
Author

LeSnake04 commented Jun 22, 2021

@cs01If the online search allows it, it should be possible through a simple code modification

We can use all filters provided by the website

@LeSnake04
Copy link
Author

The environment filters should make this possible

@uranusjr
Copy link
Member

I don’t think there is a trove classifier for console applications. The Environment :: Console one also applies to libraries that help implement console applications (e.g. click, rich), and those are not installable with pipx.

@LeSnake04
Copy link
Author

maybe you can ask the people making the pypa search if they can implement an filter like this?

@dukecat0 dukecat0 added the enhancement New feature or request label Jul 29, 2022
@gaborbernat gaborbernat added the help wanted Extra attention is needed label Dec 2, 2023
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