kiwi.cli package¶
Subpackages¶
Submodules¶
kiwi.cli.better_argparse module¶
-
class
kiwi.cli.better_argparse.
HyperPipelineParser
(name, pipeline_parser, pipeline_config_key, options_fn=None)[source]¶ Bases:
object
-
class
kiwi.cli.better_argparse.
ModelParser
(name, pipeline, options_fn, api_module, title=None)[source]¶ Bases:
object
kiwi.cli.opts module¶
-
class
kiwi.cli.opts.
PathType
(exists=False)[source]¶ Bases:
object
Factory for creating pathlib.Path objects
Instances of PathType should passed as type= arguments to the ArgumentParser add_argument() method.
Strongly based on argparse.FileType.
Keyword Arguments: exists -- Whether the file must exists or not. (-) –