poetry
popularpackage managementcurl
Poetry · Python packaging, dependencies, and virtualenvs from the terminal.
$ curl -sSL https://install.python-poetry.org | python3 -One-liner to try
$ poetry new demo && cd demo && poetry installAgent pack
Copy into an agent
A markdown-ready setup brief with install, verify, safe starting commands, and guardrails for AI agents.
Readiness
Usable with guardrails · 50/100
Verify
poetry --version
Agent URL
/cli/poetry/agent.md
Quick reference
Install
curl -sSL https://install.python-poetry.org | python3 -Verify
poetry --versionFirst command
poetry new demo && cd demo && poetry installAbout
Python packaging, dependencies, and virtualenvs from the terminal. Built by Poetry.
Example workflow
1. poetry new demo && cd demo && poetry install