Metadata-Version: 2.1
Name: flow-tuning
Version: 0.1.1
Summary: 
Author: thezzisu
Author-email: thezzisu@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: aiohttp (>=3.9.3,<4.0.0)
Requires-Dist: alibabacloud-fc-open20210406 (>=2.0.11,<3.0.0)
Requires-Dist: alibabacloud-fnf20190315 (>=1.1.0,<2.0.0)
Requires-Dist: boto3 (>=1.34.44,<2.0.0)
Requires-Dist: matplotlib (>=3.8.3,<4.0.0)
Requires-Dist: numpy (>=1.26.4,<2.0.0)
Requires-Dist: pandas (>=2.2.1,<3.0.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Requires-Dist: rich (>=13.7.0,<14.0.0)
Requires-Dist: scipy (>=1.12.0,<2.0.0)
Requires-Dist: typer[all] (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# Flow Tuning

## Setup

It's recommended to use DevContainers. Otherwise, you should install the following:

- Python 3.12
- Poetry

## Directory Structure

```
benchmarks
examples
flow_tuning
```

