aicoolies logo
poethepoet logo

Poethepoet

Task runner for Python with Poetry and uv

Share
open-sourceOpen Source
Visit Website →

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

Open source, free to use

Platforms

Python task runner integrated with Poetry and uv

Categories

Tags

Use Cases

Alternatives

Related Tools

Freestyle logo

Freestyle

Sandboxes for coding agents — Linux VMs, Git, and deploys in one box

Freestyle is YC-backed sandbox infrastructure built for AI coding agents, shipping secure Linux VMs with nested virtualization, Git servers, and one-click web deploys. It lets agents run real workloads, branch repos, and deploy apps under short-lived identities while billing only for active compute. Used in production by vly.ai, Rork, and Vibeflow.

freemium
OpenSRE logo

OpenSRE

Open-source toolkit for building AI SRE incident response agents

OpenSRE is an open-source Python toolkit from Tracer Cloud for building AI SRE agents that investigate and respond to production incidents. It ships with connectors to Prometheus, Grafana, Kubernetes and incident platforms, plus a simulation harness that replays past incidents so teams can benchmark agent accuracy before trusting it on live pager rotations.

open-sourceOpen Source
Twill AI logo

Twill AI

Autonomous coding agents that ship while you sleep

Twill is an autonomous coding agent platform that implements features, fixes bugs, and ships pull requests without manual intervention. Uses structured workflow of research, planning, human review, implementation in isolated sandbox, AI code review, then merge. Supports custom agent configurations with multiple LLM providers, isolated dev environments for verification, and integrations with GitHub, Linear, Sentry, Notion, and cloud platforms for end-to-end engineering automation.

freemium
Baseten logo

Baseten

ML inference platform for production AI models

Baseten is the inference platform for deploying AI models at scale with dedicated and pre-optimized model APIs and performance-optimized infrastructure. Specializes in image generation, transcription, text-to-speech, LLM serving, embeddings, and compound AI workloads. Delivers 75% latency reduction with 415ms cold starts and 3000+ concurrent scaling. Available as managed cloud or self-hosted, trusted by Cursor, Notion, Descript, and Sourcegraph for production inference.

api-usage-based
Elkeid logo

Elkeid

Kernel-space host intrusion detection system

Elkeid is ByteDance's open-source HIDS for hosts, containers, Kubernetes, and serverless workloads. Its kernel-level data collection via Kprobe hooks captures process lineage, privilege escalation attempts, file access patterns, and network connections with minimal overhead. Includes an Agent for telemetry, Detector for rule evaluation, Controller for policy management, and a Dashboard for alerts and investigation.

open-sourceOpen Source

Sonic

ByteDance high-performance JSON library

Sonic is ByteDance's blazingly fast JSON serialization library accelerated by JIT compilation and SIMD instructions. It achieves 3x faster throughput than Go's standard library while using 75% less memory and 99% fewer allocations. Drop-in compatible with encoding/json, it handles both simple Marshal/Unmarshal operations and streaming APIs for high-throughput services processing millions of events.

open-sourceOpen Source