Metadata-Version: 2.1
Name: pypushflow
Version: 0.2.0b2
Summary: Workflow engine
Home-page: https://gitlab.esrf.fr/workflow/pypushflow
Author: data analysis unit
Author-email: henri.payno@esrf.fr
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: setuptools

# Description

TODO

# installation

using pypi:

``` bash
pip install pypushflow
```

from the [git repository](https://gitlab.esrf.fr/workflow/pypushflow.git)

``` bash
git clone https://gitlab.esrf.fr/workflow/pypushflow.git --recursive
cd pypushflow
pip install .
```

