Metadata-Version: 2.3
Name: furu
Version: 0.0.57
Summary: Reproducible experiments in plain Python: cached results and dependency-aware execution.
Author: Herman Brunborg
Author-email: Herman Brunborg <herman@brunborg.com>
Requires-Dist: fastapi>=0.136.1
Requires-Dist: httpx>=0.28.1
Requires-Dist: pydantic>=2.12.5
Requires-Dist: pydantic-settings>=2.14.1
Requires-Dist: uvicorn>=0.46.0
Requires-Python: >=3.12
Project-URL: Repository, https://github.com/hermabr/furu
Description-Content-Type: text/markdown

# furu

> **Note:** `v0.0.x` is alpha and may (will) include breaking changes.

## Installation

```bash
uv add furu # or pip install furu
```
