syndirella.cli
CLI script to run the Syndirella pipeline or justretroquery 🏁
Functions
|
Set up logging configuration |
|
Dynamically load the pipeline module from a specified path. |
|
Configure command-line argument parsing. |
|
Run the pipeline with the given settings. |
|
Run the justretroquery pipeline with the given settings. |
|
Main entry point for the CLI. |
Module Contents
- syndirella.cli.load_pipeline_module(syndirella_base_path: str, module_relative_path: str)[source]
Dynamically load the pipeline module from a specified path.
- syndirella.cli.config_parser(syndirella_base_path: str)[source]
Configure command-line argument parsing.
- syndirella.cli.run_pipeline(settings: Dict[str, Any], pipeline)[source]
Run the pipeline with the given settings.