pip
8.1
  • 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 wheel
    • pip hash
  • Development
  • Release Notes
pip
  • Docs »
  • 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¶

--index <url>¶

Base URL of Python Package Index (default https://pypi.python.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 [...]
Next Previous

© Copyright 2008-2014, PyPA. Last updated on Aug 03, 2016.

Built with Sphinx using a theme provided by Read the Docs.