Metadata-Version: 2.1
Name: outflow
Version: 0.2.0
Summary: Outflow is a pipeline framework that can run parallelized and distributed workflows
Author: Gregoire Duvauchelle
Author-email: gregoire.duvauchelle@lam.fr
Requires-Python: >=3.6.1
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Provides-Extra: tests
Requires-Dist: aiohttp (==3.6.2)
Requires-Dist: alembic (==1.4.3)
Requires-Dist: black (==20.8b1)
Requires-Dist: cloudpickle (==1.5.0)
Requires-Dist: declic (>=1.0.2,<2.0.0)
Requires-Dist: jinja2 (==2.11.2)
Requires-Dist: networkx (>=2.4,<3.0)
Requires-Dist: psycopg2-binary (==2.8.6)
Requires-Dist: pytest (>=5.2,<6.0); extra == "tests"
Requires-Dist: pytest-cov (==2.10.1); extra == "tests"
Requires-Dist: ray (>=1.0.0,<2.0.0)
Requires-Dist: simple-slurm (==0.1.5)
Requires-Dist: sqlalchemy (==1.3.20)
Requires-Dist: toml (==0.10.1)
Requires-Dist: typeguard (>=2.7.1,<3.0.0)
Requires-Dist: typing-extensions (==3.7.4.2)
