We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37f4ac commit 022b173Copy full SHA for 022b173
pages/common/poetry-search.md
@@ -0,0 +1,13 @@
1
+# poetry search
2
+
3
+> Search for packages on a remote index.
4
+> Note: PyPI no longer supports searching via the command-line, so this command may fail on the default repository.
5
+> More information: <https://python-poetry.org/docs/cli/#search>.
6
7
+- Search for a package:
8
9
+`poetry search {{package_name}}`
10
11
+- Search for multiple packages:
12
13
+`poetry search {{package1 package2 ...}}`
0 commit comments