Files
cheatsheet-tldr/tldr/poetry-search
2025-12-03 00:20:54 +00:00

19 lines
468 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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 ...}}`