httomo_backends.scripts.yaml_templates_generator

httomo_backends.scripts.yaml_templates_generator#

Script that exposes all functions of a given software package as YAML templates.

Please run the generator as:

python -m yaml_templates_generator -i /path/to/modules.yml -o /path/to/output/

httomo_backends.scripts.yaml_templates_generator.get_args()[source]#
httomo_backends.scripts.yaml_templates_generator.yaml_generator(path_to_modules: str, output_folder: str) int[source]#

function that exposes all method of a given software package as YAML templates

Parameters:
  • path_to_modules – path to the list of modules yaml file

  • output_folder – path to output folder with saved templates

Returns:

returns zero if the processing is succesfull