Description
A simple, fast task runner designed for Python projects. Define tasks in your pyproject.toml and run them with a single command. Works seamlessly with Poetry, uv, and pip. Supports task dependencies, environment variables, shell commands, and Python function calls. Replaces Makefiles and shell scripts with something that actually belongs in a Python project.