Metadata-Version: 2.1
Name: fast-flow
Version: 0.0.1
Summary: YAML-based analysis flow description language
Home-page: https://gitlab.cern.ch/fast-hep/public/fast-flow
Author: Ben Krikler
Author-email: fast-hep@cern.ch
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Development Status :: 3 - Alpha
Description-Content-Type: text/markdown
Requires-Dist: six
Requires-Dist: pyyaml

fast-flow: A YAML-based processing configuration
================================================
Provides a simple interface to describe a processing chain, where a user names
the stages and type of stage they want to run and then provides specific
parameters for each stage.

## Installing
```
pip install --user fast-flow
```

## Documentation
While better documentation is on its way, you might want to look at the examples directory to see how this can be used.
In addition, the [`fast-carpenter`](https://gitlab.cern.ch/fast-hep/public/fast-carpenter) package makes use of this, so it might be helpful to see how this is used there.


