Navigation

  • next
  • previous |
  • PyPA »
  • pip 20.2.dev1 documentation »
  • Reference Guide »
  • |

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

  • Quickstart
  • Installation
  • User Guide
  • Reference Guide
    • pip
    • pip install
    • pip download
    • pip uninstall
    • pip freeze
    • pip list
    • pip show
    • pip search
      • Usage
      • Description
      • Options
      • Examples
    • pip cache
    • pip check
    • pip config
    • pip wheel
    • pip hash
    • pip debug
  • Development
  • Changelog

Previous topic

pip show

Next topic

pip cache

Navigation

  • next
  • previous |
  • PyPA »
  • pip 20.2.dev1 documentation »
  • Reference Guide »
  • |
© Copyright 2008-2020, PyPA.
The Python Software Foundation is a non-profit corporation. Please donate.

Last updated on Jul 19, 2020. Found a bug?
Created using Sphinx 2.4.3.