cmatools.cli_simple_analysis

Command line application - a simple analysis tool example.

Example

Example text here including literal blocks:

$ python cli_simple_analysis.py

Module Attributes

DEBUG

bool: Debugging level, module level constant (Default: True).

Functions

cli_analysis(parsed_args)

Run simple analysis on the passed x and y arguments.

cli_entry_point([argv])

Pass command line arguments to the analysis function.

cli_parse_args([argv])

Parse arguments into an argparse namsepace object.

cli_parser()

Create parser with arguments set.