Metadata-Version: 2.1
Name: nanoflow
Version: 0.0.5
Summary: A simple and efficient workflow framework for Python
Author-Email: Zhan Rongrui <2742392377@qq.com>
License: MIT
Project-URL: Homepage, https://github.com/zrr1999/nanoflow.git
Project-URL: Repository, https://github.com/zrr1999/nanoflow.git
Requires-Python: >=3.11
Requires-Dist: loguru>=0.7.0
Requires-Dist: networkx>=3.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: toml>=0.10.0
Requires-Dist: rich>=13.8.0
Requires-Dist: typer>=0.12.5
Requires-Dist: fastapi>=0.115.0; extra == "server"
Requires-Dist: uvicorn>=0.30.6; extra == "server"
Requires-Dist: matplotlib>=3.9.0; extra == "plot"
Provides-Extra: server
Provides-Extra: plot
Description-Content-Type: text/markdown
