kappaml_core package¶
Subpackages¶
Submodules¶
kappaml_core.cli module¶
This is a skeleton file that can serve as a starting point for a Python console script.
- kappaml_core.cli.main(args)[source]¶
Wrapper allowing
fib()anddemo()to be called with string arguments in a CLI fashion- Parameters:
args (List[str]) – command line parameters as list of strings (for example
["--verbose", "42"]).
- kappaml_core.cli.parse_args(args)[source]¶
Parse command line parameters
- Parameters:
args (List[str]) – command line parameters as list of strings (for example
["--help"]).- Returns:
command line parameters namespace
- Return type: