1PIP-SEARCH(1) pip PIP-SEARCH(1)
23
4
NAME
6pip-search - description of pip search command
7
DESCRIPTION
9Search for PyPI packages whose name or summary contains <query>.
1011
USAGE
13python -m pip search [options] <query>
14
OPTIONS
16-i, --index <url>
17Base URL of Python Package Index (default https://pypi.org/pypi)
1819
AUTHOR
21pip developers
22
COPYRIGHT
24The pip developers
2526
27
28
29
23.2 Aug 04, 2023 PIP-SEARCH(1)