Metadata-Version: 2.4
Name: flowweave
Version: 3.0.2
Summary: YAML-based workflow runner for task orchestration
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: prefect<3,>=2
Requires-Dist: pyyaml<7,>=6
Dynamic: license-file

# FlowWeave
YAML-based workflow runner for task orchestration

Although this version is more stable, it takes a few seconds to start up.

Therefore, [Lite version](https://github.com/syatch/flowweave-lite) is recommended.

This project is in early development.

## Installation

Install FlowWeave using pip:

```bash
pip install flowweave
```
