Skip to content

pip search command fails with many results for connections with low bandwidth #498

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

Closed
rmaceissoft opened this issue Mar 29, 2012 · 3 comments
Labels
auto-locked Outdated issues that have been locked by automation C: search 'pip search' type: enhancement Improvements to functionality

Comments

@rmaceissoft
Copy link

It would better, if the results could be paginated, even an option to specify results by page would be nice

Example of use:

$pip search python --per-page=50
@mihneadb
Copy link

What you are requesting would need partially downloading the results. If speed is not an issue and you just want pagination, you could use a pager like this one [1].

[1] https://github.com/mihneadb/suse_bug_reporter/blob/master/bugreporter/util/console.py#L62

@mihneadb
Copy link

From what I see here [1], you cannot download only a reduced set of results from pypi.

[1] http://wiki.python.org/moin/PyPiXmlRpc

@xavfernandez xavfernandez added C: search 'pip search' type: enhancement Improvements to functionality labels Oct 21, 2015
@dstufft
Copy link
Member

dstufft commented Mar 24, 2017

Closing this, I believe a better way to solve this would be #395, but if not this requires API changes on PyPI before pip can do anything different here.

@dstufft dstufft closed this as completed Mar 24, 2017
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 3, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation C: search 'pip search' type: enhancement Improvements to functionality
Projects
None yet
Development

No branches or pull requests

4 participants