Home ⌂Doc Index ◂Up ▴

Navigation

  • next
  • previous |
  • PyPA »
  • pip 19.1.1 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 check
    • pip config
    • pip wheel
    • pip hash
  • Development
  • Release Notes

Previous topic

pip show

Next topic

pip check

Navigation

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

Last updated on Aug 07, 2020. Found a bug?
Created using Sphinx 1.8.5.


Home ⌂Doc Index ◂Up ▴