We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Several of the functions described in http://wiki.python.org/moin/PyPIXmlRpc are not implemented yet.
The un-implemented search(spec[, operator]) function in particular causes pip search <query> command to fail.
search(spec[, operator])
pip search <query>
The text was updated successfully, but these errors were encountered:
I implemented the search function partially, just enough to make pip search works in 53af3b0.
search
pip search
Definitely not the complete implementation of the search API, but better than nothing :)
Sorry, something went wrong.
No branches or pull requests
Several of the functions described in http://wiki.python.org/moin/PyPIXmlRpc are not implemented yet.
The un-implemented
search(spec[, operator])
function in particular causespip search <query>
command to fail.The text was updated successfully, but these errors were encountered: