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 install

Agent pack

Copy into an agent

A markdown-ready setup brief with install, verify, safe starting commands, and guardrails for AI agents.

Open .md
Readiness
Usable with guardrails · 50/100
Verify
poetry --version
Agent URL
/cli/poetry/agent.md

Quick reference

Installcurl -sSL https://install.python-poetry.org | python3 -
Verifypoetry --version
First commandpoetry new demo && cd demo && poetry install

About

Python packaging, dependencies, and virtualenvs from the terminal. Built by Poetry.

Example workflow

1. poetry new demo && cd demo && poetry install

Alternatives worth considering