14 lines
375 B
Markdown
Raw Normal View History

# 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 ...}}`