aicoolies logo
poethepoet logo
poethepoet logo

Poethepoet

Task runner for Python with Poetry and uv

open sourceverified Aug 24, 2026

Poethepoet (poe) is a batteries-included task runner for Python projects that integrates with Poetry and uv package managers. Define tasks in pyproject.toml, compose them in sequential, parallel, or DAG workflows, and execute with full virtual environment context. Supports shell commands, Python scripts, environment variables, .env file loading, and auto-generated shell completion across bash, zsh, and fish for streamlined development workflows.

Poethepoet is a lightweight task automation tool tailored for Python developers who want to manage project tasks without leaving their pyproject.toml. It works as both a standalone CLI and as a Poetry plugin eliminating the need for separate Makefile or shell script management. Running tasks within the project virtual environment it automatically handles dependency context and environment variable setup, a critical feature that eliminates configuration friction across development teams and CI pipelines.

The task composition model supports sequential execution for dependent workflows, parallel execution for concurrent operations, and directed acyclic graphs for complex multi-stage pipelines. Each task supports shell command execution, Python script invocation, environment variable interpolation, and .env file loading. Self-documenting task features automatically generate help text from task definitions and shell completion generation covers bash, zsh, and fish.

Poethepoet fills a genuine gap in the Python ecosystem where existing tools like Make and npm scripts often clash with Python environment management. By integrating with Poetry and uv it ensures tasks execute in the correct virtual environment with correct dependencies. This is especially valuable in CI/CD pipelines, development workflows, and team environments where consistency matters. The minimal learning curve and integration with existing packaging workflows make it a natural choice for teams using modern Python practices.

Pricing

100% free and open source under the MIT license ($0 software cost). Poethepoet is an open-source task runner for Poetry and pyproject.toml in Python projects with zero software licensing fees.

full pricing breakdown →

Platforms

Python task runner integrated with Poetry and uv

Categories

Tags

Use Cases

Related Tools

computed discovery: shared active categories · kept separate from editor-verified Alternatives

Cilium logo

Cilium

eBPF-based networking, security, and observability for Kubernetes

Cilium is a CNCF Graduated, Apache-2.0 project for Kubernetes networking, security, and observability using eBPF. It can replace kube-proxy, enforce identity-aware L3-L7 network policies, and add Hubble flow observability plus Tetragon runtime-security signals. Current source checks support GKE Dataplane V2 using Cilium/eBPF and Azure CNI Powered by Cilium for AKS.

Open Source
OrbStack logo

OrbStack

Fast and lightweight Docker Desktop alternative for macOS

OrbStack is a macOS application that replaces Docker Desktop with lightweight container and Linux VM management. Its docs emphasize fast starts, lower CPU and memory overhead, and native macOS integration with menu bar controls, file sharing, and network access to containers by name, with exact gains depending on workload. Supports Docker, Kubernetes, and full Linux VMs.

freemium
Ray logo

Ray

Distributed AI compute engine for scaling Python and ML workloads

Ray is an open-source distributed computing framework built for scaling AI and Python applications from a laptop to thousands of GPUs. It provides libraries for distributed training, hyperparameter tuning, model serving, reinforcement learning, and data processing under a single unified API. Ray's public site highlights OpenAI and other enterprise users. Maintained by Anyscale with Apache-2.0 open-source licensing.

freemiumOpen Source
Act logo

Act

Run GitHub Actions locally for fast feedback

Act is an open-source tool that runs GitHub Actions workflows locally using Docker containers that match GitHub's execution environment. It provides instant feedback on workflow changes without pushing to a repository, supports matrix builds, secret management, and artifact handling. Act can also replace Makefiles by using workflow files as task definitions, making it useful for both CI/CD development and local task automation across development teams.

Open Source
Clerk logo

Clerk

Drop-in authentication for modern JavaScript apps

Clerk is a complete authentication and user management platform for React, Next.js, and modern JavaScript frameworks. It provides pre-built UI for sign-in, sign-up, user profiles, organizations, MFA, passkeys, JWT sessions, webhooks, and billing. The Hobby plan supports up to 50,000 monthly retained users per app, with Pro, Business, and Enterprise tiers for growing teams.

freemium
Docker logo

Docker

Build, share, and run containers

Industry-standard container platform for building, shipping, and running applications in isolated, reproducible environments. Package apps with all dependencies into portable containers using Dockerfiles and images. Docker Compose orchestrates multi-container applications. Docker Hub hosts millions of pre-built images. Docker Desktop provides GUI management on Mac/Windows. Essential for local development, CI/CD, and production deployments. The foundation of modern containerized infrastructure.

freemiumTelemetry

FAQ

What is Poethepoet?

Poethepoet (poe) is a batteries-included task runner for Python projects that integrates with Poetry and uv package managers. Define tasks in pyproject.toml, compose them in sequential, parallel, or DAG workflows, and execute with full virtual environment context. Supports shell commands, Python scripts, environment variables, .env file loading, and auto-generated shell completion across bash, zsh, and fish for streamlined development workflows.

Is Poethepoet free?

Yes — Poethepoet is open source and free to use. 100% free and open source under the MIT license ($0 software cost). Poethepoet is an open-source task runner for Poetry and pyproject.toml in Python projects with zero software licensing fees.

Is Poethepoet open source?

Yes — Poethepoet is open source.

Is Poethepoet still maintained?

Yes — Poethepoet is active. Its listing was last verified on August 24, 2026.

What are the best Poethepoet alternatives?

The top editor-verified Poethepoet alternatives are Resolve AI, Fig Security.