Linux command
poetry-search 命令
文本
Copy it and replace filenames, paths, or keywords as needed.
命令示例
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.