Skip to main content

CHESS analysis pipeline framework

Project description

Pipeline

This package conains proof of concepts pipeline framework for workflow execution. It requires proper configuration of pipeline in terms classes, e.g.

# pipeline deifinition as sequence of objects
pipeline:
  - reader.Reader
  - processor.Processor
  - fitter.Fitter
  - processor.Processor
  - writer.Writer
  - fitter.Fitter
  - writer.Writer

# specific object parameters, e.g. our reader accepts fileName=data.csv
reader.Reader:
  fileName: data.csv


# specific object parameters, e.g. our writer accepts fileName=data.out
writer.Writer:
  fileName: data.out

Then, you may execute this pipeline as following:

./runner.py --config config.yaml

and, check the output in data.out file.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ChessAnalysisPipeline-0.0.2.tar.gz (22.3 kB view hashes)

Uploaded Source

Built Distribution

ChessAnalysisPipeline-0.0.2-py3-none-any.whl (26.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page