HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

poetry search — Search for packages on a remote index. Note: PyPI no longer supports searching via the command-line,

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandpoetry searchsearchindexcliforremotepackages

Problem

How to use the poetry search command: Search for packages on a remote index. Note: PyPI no longer supports searching via the command-line, so this command may fail on the default repository. More information: <https://python-poetry.org/docs/cli/#search>.

Solution

poetry search — Search for packages on a remote index. Note: PyPI no longer supports searching via the command-line, so this command may fail on the default repository. More information: <https://python-poetry.org/docs/cli/#search>.

Search for a package:
poetry search {{package_name}}


Search for multiple packages:
poetry search {{package1 package2 ...}}

Code Snippets

Search for a package

poetry search {{package_name}}

Search for multiple packages

poetry search {{package1 package2 ...}}

Context

tldr-pages: common/poetry search

Revisions (0)

No revisions yet.