We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e232ce commit 83ca10aCopy full SHA for 83ca10a
docs/html/cli/pip_search.rst
@@ -21,6 +21,12 @@ Usage
21
Description
22
===========
23
24
+.. attention::
25
+ PyPI no longer supports ``pip search`` (or XML-RPC search). Please use https://pypi.org/search (via a browser)
26
+ instead. See https://warehouse.pypa.io/api-reference/xml-rpc.html#deprecated-methods for more information.
27
+
28
+ However, XML-RPC search (and this command) may still be supported by indexes other than PyPI.
29
30
.. pip-command-description:: search
31
32
news/12059.doc.rst
@@ -0,0 +1 @@
1
+Document that ``pip search`` support has been removed from PyPI
0 commit comments