Metadata-Version: 2.0
Name: Lightflow
Version: 1.7.3
Summary: A lightweight, high performance pipeline system for synchrotrons
Home-page: https://stash.synchrotron.org.au/projects/DR/repos/lightflow/browse
Author: The Australian Synchrotron Python 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
Requires-Dist: celery (>=4.0.2)
Requires-Dist: click (>=6.7)
Requires-Dist: colorlog (>=2.10.0)
Requires-Dist: networkx (>=1.11)
Requires-Dist: pymongo (>=3.4.0)
Requires-Dist: pytz (>=2016.10)
Requires-Dist: redis (>=2.10.5)
Requires-Dist: ruamel.yaml (>=0.14.2)
Requires-Dist: cloudpickle (>=0.2.2)


Lightflow
-----

Lightflow is a lightweight, high performance pipeline system for synchrotrons.

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



