Logo

Table of Contents

  • pip search
    • Usage
    • Description
    • Options
    • Examples

Previous topic

pip show

Next topic

pip check

Navigation

  • next
  • previous |
  • python logo
  • PyPA »
  • pip 19.3.1 documentation »
  • Reference Guide »
  • pip search
  • |
  • |

pip search¶

Contents

  • pip search

    • Usage

    • Description

    • Options

    • Examples

Usage¶

pip search [options] <query>

Description¶

Search for PyPI packages whose name or summary contains <query>.

Options¶

-i, --index <url>¶

Base URL of Python Package Index (default https://pypi.org/pypi)

Examples¶

  1. Search for “peppercorn”

    $ pip search peppercorn
    pepperedform    - Helpers for using peppercorn with formprocess.
    peppercorn      - A library for converting a token stream into [...]
    

Table of Contents

  • pip search
    • Usage
    • Description
    • Options
    • Examples

Previous topic

pip show

Next topic

pip check

«

Navigation

  • next
  • previous |
  • python logo
  • PyPA »
  • pip 19.3.1 documentation »
  • Reference Guide »
  • pip search
  • |
  • |
© Copyright 2008-2017, PyPA.
This page is licensed under the Python Software Foundation License Version 2.
Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.

The Python Software Foundation is a non-profit corporation. Please donate.

Last updated on Dec 15, 2023. Found a bug?
Created using Sphinx 5.3.0.