dr_data package

Subpackages

Submodules

dr_data.main module

class dr_data.main.Main(args)[source]

Bases: object

The main entry point class for the CLI

execute_biopsy()[source]

Executes the biopsy command :return: None :rtype: None

execute_cleanse()[source]

Executes the cleanse command :return: None :rtype: None

execute_cmd()[source]

Sets up logging and determines incoming arguments :return: None :rtype: None

execute_inject()[source]

Executes the inject command :return: None :rtype: None

execute_transplant()[source]

Executes the transplant command :return: None :rtype: None

load_configuration(config_path)[source]

Loads the configuration file into memory. :param config_path: Path to the configuration file :type config_path: str :return: JSON :rtype: JSON

parse_args(args)[source]

Sets up CLI arguments and helper messages :param args: Arguments to parse :type args: dict :return: Parser :rtype: Arguments Parser

setup_logging()[source]

Sets up logging for the CLI :return: None :rtype: None

dr_data.main.run()[source]

Run the main entry point class :return: None :rtype: None

dr_data.static_strings module

Module contents