poetry-search

Search for packages on PyPI

TLDR

Search for packages
$ poetry search [query]
Search with specific term
$ poetry search requests

SYNOPSIS

poetry search query

DESCRIPTION

poetry search searches for packages on PyPI. Returns matching package names and descriptions. Note: This command was deprecated in Poetry 1.6.0 due to PyPI XML-RPC API limitations. Users are encouraged to search directly on pypi.org instead.

INSTALL

sudo dnf install poetry
sudo apk add poetry
brew install poetry
nix profile install nixpkgs#poetry

CAVEATS

This command was deprecated in Poetry 1.6.0 and may not work in newer versions. Search for packages on pypi.org directly.

SEE ALSO

poetry(1), poetry-add(1)