Metadata-Version: 2.4
Name: zetten
Version: 0.1.1
Summary: Fast task runner for Python projects
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Zetten ⚡

Zetten is a fast, deterministic task runner for Python backend projects,
written in Rust.

It is inspired by tools like `make`, `nox`, `just`, and `cargo`,
but designed specifically for modern Python workflows.

---

## Features

- 🚀 Fast execution (Rust)
- 🔁 Deterministic caching (input hashing)
- 🐍 Python virtualenv awareness
- ⚙️ Parallel execution with worker pool
- 🧠 Task dependencies (DAG)
- 📊 Structured logging and progress tracking
- 🧪 Custom exit-code semantics

---

## Installation

### From source (recommended for now)

```bash
cargo install --path .
