module documentation
Generate a LIVVkit Extensions (LEX) config based on template information and defaults.
| Function | args |
Parse command line arguments. |
| Function | gen |
Generate and write LIVVext configuration file from template and parameters. |
| Function | main |
Load machine defaults, determine analyses to be written, fill in LIVVext template. |
| Function | parse |
Parse comma separated strings of sets / icesheets to analyse. |
| Constant | ALL |
Undocumented |
| Constant | ALL |
Undocumented |
Generate and write LIVVext configuration file from template and parameters.
| Parameters | |
cfgpathlib.Path | Path to input Jinja2 template |
params:dict | Parameters which are passed to the template |
cfgpathlib.Path | Path to which the completed template is written |
| Returns | |
pathlib.Path | cfg_out - Path to which the completed template is written |