Metadata-Version: 2.4
Name: flowweave-lite
Version: 1.0.0
Summary: YAML-based workflow runner for task orchestration (lite version of flowweave)
Author: syatch
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorama>=0.4.6
Requires-Dist: jsonschema>=4.25.0
Requires-Dist: pyyaml<7,>=6
Dynamic: license-file

# FlowWeave
YAML-based workflow runner for task orchestration

This project is in early development.

## Installation

Install FlowWeave using pip:

```bash
pip install flowweave
```
