Metadata-Version: 2.4
Name: flowweave-lite
Version: 3.2.3
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 Lite
YAML-based workflow runner for task orchestration

This is the Lite version of [FlowWeave](https://github.com/syatch/flowweave).

This project is in early development.

## Installation

Install FlowWeave using pip:

```bash
pip install flowweave-lite
```
