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

List all available tasks defined in pyproject.toml$ poe
Run a specific task named 'test'$ poe test
Run a task with arguments$ poe build --output dist