Skip to content

FAST-HEP/fast-flow

Repository files navigation

pypi package Build Status codecov DOI

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 package makes use of this, so it might be helpful to see how this is used there.