← 返回命令列表

Linux command

poetry-search 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Search for packages

poetry search [query]

Search with specific term

poetry search requests

说明

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.

FAQ

What is the poetry-search command used for?

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.

How do I run a basic poetry-search example?

Run `poetry search [query]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more poetry-search examples?

This page includes 2 examples for poetry-search, plus related commands for nearby Linux tasks.