Metadata-Version: 2.1
Name: fast-flow
Version: 0.1.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
Description: [![pypi package](https://img.shields.io/pypi/v/fast-flow.svg)](https://pypi.org/project/fast-flow/)
        [![pipeline status](https://gitlab.cern.ch/fast-hep/public/fast-flow/badges/master/pipeline.svg)](https://gitlab.cern.ch/fast-hep/public/fast-flow/commits/master)
        [![coverage report](https://gitlab.cern.ch/fast-hep/public/fast-flow/badges/master/coverage.svg)](https://gitlab.cern.ch/fast-hep/public/fast-flow/commits/master)
        
        
        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.
        
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
