poethepoet

Task runner for Python projects that integrates with Poetry and uv.

pipmacoslinuxwindows
Try with needOr install directly
Source

About

A task runner that works well with poetry and uv.

Commands

poe

Examples

run a task defined in pyproject.toml$ poe lint
list all available tasks in the project$ poe --help
run multiple tasks in sequence$ poe format && poe test
run a task with custom arguments$ poe test -- --verbose
execute a task in shell mode with environment variables$ poe build