poetry
Agent-readyLocal AIPackage ManagementPython packaging, dependencies, and virtualenvs from the terminal.
Python packaging, dependencies, and virtualenvs from the terminal. Built by Poetry.
Task fit
python packaging, dependencies, and virtualenvs from the terminal.
Lane
Set up coding agents, local models, and AI-first terminal workflows.
Operator brief
Use poetry for python packaging, dependencies, and virtualenvs from the terminal.
Run `poetry new demo && cd demo && poetry install` and see what comes back.
Repository family
Poetry
First trust check
poetry responds locally and is ready for the first real command.
Safe first loop
Install, verify, then run one real command.
Agent capability loop
Install command
$ curl -sSL https://install.python-poetry.org | python3 -Operator pack
Copy or export the working notes for this CLI before handing it to an agent.
Verify
$ poetry --versionpoetry responds locally and is ready for the first real command.
First real command
$ poetry new demo && cd demo && poetry installFirst steps
- 01Install poetry.
- 02Run `poetry --version` first.
- 03Start with `poetry new demo && cd demo && poetry install`.
- 04Install the CLI and any required runtime, model, or Python environment.
When to use / hold off when
Best for
python packaging, dependencies, and virtualenvs from the terminal.
Use this when
You need packages and builds in both local dev and CI.
Hold off when
Trust and constraints
Why operators pick it
- poetry fits local ai well, especially for python packaging, dependencies, and virtualenvs from the terminal.
- 4,119 homebrew installs (30d).
- Easy to automate.
Constraints
- Output is mostly plain text.
Repository context
Other CLIs in this family
This is the only CLI surfaced from this family right now.