Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
pip documentation v24.3.dev0
  • Getting Started
  • Installation
  • User Guide
  • Topic Guides
  • Reference
  • Commands
    • pip
    • pip install
    • pip uninstall
    • pip inspect
    • pip list
    • pip show
    • pip freeze
    • pip check
    • pip download
    • pip wheel
    • pip hash
    • pip search
    • pip cache
    • pip config
    • pip debug

Project

  • Development
  • UX Research & Design
  • Changelog
  • Code of Conduct
  • GitHub
  v: latest
View this page
Edit this page

pip search¶

Usage¶

python -m pip search [options] <query>

Description¶

Attention

PyPI no longer supports pip search (or XML-RPC search). Please use https://pypi.org/search (via a browser) instead. See https://warehouse.pypa.io/api-reference/xml-rpc.html#deprecated-methods for more information.

However, XML-RPC search (and this command) may still be supported by indexes other than PyPI.

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)

(environment variable: PIP_INDEX)

Examples¶

  1. Search for “peppercorn”

    $ python -m pip search peppercorn
    pepperedform    - Helpers for using peppercorn with formprocess.
    peppercorn      - A library for converting a token stream into [...]
    
Next
pip cache
Previous
pip hash
Copyright © The pip developers
Made with Sphinx and @pradyunsg's Furo
On this page
  • pip search
    • Usage
    • Description
    • Options
    • Examples