Update search command docs (#12271)

This commit is contained in:
Shahar Epstein 2023-09-10 11:25:34 +03:00 committed by GitHub
parent 3e232ce9ab
commit 83ca10ab60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -21,6 +21,12 @@ Usage
Description
===========
.. attention::
PyPI no longer supports ``pip search`` (or XML-RPC search). Please use https://pypi.org/search (via a browser)
instead. See https://warehouse.pypa.io/api-reference/xml-rpc.html#deprecated-methods for more information.
However, XML-RPC search (and this command) may still be supported by indexes other than PyPI.
.. pip-command-description:: search

1
news/12059.doc.rst Normal file
View File

@ -0,0 +1 @@
Document that ``pip search`` support has been removed from PyPI