-
Notifications
You must be signed in to change notification settings - Fork 417
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
Comments
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 |
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? |
@cs01If the online search allows it, it should be possible through a simple code modification We can use all filters provided by the website |
The environment filters should make this possible |
I don’t think there is a trove classifier for console applications. The |
maybe you can ask the people making the pypa search if they can implement an filter like this? |
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
The text was updated successfully, but these errors were encountered: