Metadata-Version: 2.1
Name: funflow
Version: 0.0.1
Summary: Powerful dataflow programming library
Home-page: https://github.com/MichelangeloSaveriano98/FunFlow
Author: Save
Author-email: michelangelo.saveriano.1998@gmail.com
License: MIT
Project-URL: Documentation, https://github.com/MichelangeloSaveriano98/FunFlow
Project-URL: Source, https://github.com/MichelangeloSaveriano98/FunFlow
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: vis
Requires-Dist: networkx; extra == "vis"
Requires-Dist: graphviz; extra == "vis"

# FunFlow
An easy-to-use library to create complex modular pipelines.
