Usage#

Import MoDaCor in your project:

import modacor

Run the command-line interface:

modacor run --pipeline path/to/pipeline.yml

Use the shared runner API in Python (notebooks/scripts):

from modacor.runner import run_pipeline_job

See Getting started: CLI And Runner API for full examples.