Metadata-Version: 2.1
Name: Lightflow
Version: 1.11.1
Summary: A lightweight, distributed workflow system
Home-page: https://github.com/AustralianSynchrotron/Lightflow
Author: The Australian Synchrotron Software Group
Author-email: python@synchrotron.org.au
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Scientific/Engineering
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: celery (>=4.2.1)
Requires-Dist: Click (>=7.0)
Requires-Dist: colorlog (>=4.0.2)
Requires-Dist: networkx (>=2.2)
Requires-Dist: pymongo (>=3.7.2)
Requires-Dist: pytz (>=2018.7)
Requires-Dist: redis (>=3.0.1)
Requires-Dist: ruamel.yaml (>=0.15.83)
Requires-Dist: cloudpickle (>=0.6.1)


Lightflow
---------

Lightflow is a lightweight, distributed workflow system.

It is based on a directed acyclic graph structure, with tasks as nodes and arbitrary data
flowing between tasks.



