Metadata-Version: 2.1
Name: fast-flow
Version: 0.5.0
Summary: YAML-based analysis flow description language
Home-page: https://github.com/fast-hep/fast-flow
Author: Ben Krikler
Author-email: fast-hep@cern.ch
License: UNKNOWN
Description: [![pypi package](https://img.shields.io/pypi/v/fast-flow.svg)](https://pypi.org/project/fast-flow/)
        [![Build Status](https://travis-ci.com/FAST-HEP/fast-flow.svg?branch=master)](https://travis-ci.com/FAST-HEP/fast-flow)
        [![codecov](https://codecov.io/gh/FAST-HEP/fast-flow/branch/master/graph/badge.svg)](https://codecov.io/gh/FAST-HEP/fast-flow)
        [![DOI](https://zenodo.org/badge/187254541.svg)](https://zenodo.org/badge/latestdoi/187254541)
        
        
        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://github.com/fast-hep/fast-carpenter) package makes use of this, so it might be helpful to see how this is used there.
        
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
