Metadata-Version: 2.1
Name: toyflow
Version: 0.2.1.dev240926006
Summary: Lightweight flow execution tool.
Home-page: https://github.com/yujiepan-work/toyflow
Author: yujiepan
Author-email: yujiepan@no-email.example.com
License: MIT license
Keywords: toyflow
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: flask

# toyflow

Lightweight flow execution tool.

Work in progress.

```bash
pip install git+https://github.com/yujiepan-work/toyflow.git
```

#### Note
If you find the interface has changed, you can install the older version: 
```bash
pip install git+https://github.com/yujiepan-work/toyflow.git@v0.1.0
```
