resurfemg.cli.cli module

Copyright 2022 Netherlands eScience Center and U. Twente Licensed under the Apache License, version 2.0. See LICENSE for details.

This file contains functions designed to help with command line interface for reproduction of previous work. Here we are building APIs for pre-processing and machine learning at speed.

resurfemg.cli.cli.common(parser)

This function defines some arguments that can be called from any command line function to be defined.

resurfemg.cli.cli.main(argv)

This runs the parser and subparsers.

resurfemg.cli.cli.make_parser()

This is the setting up parser for our CLI.