topostats.entry_point#
Entry point for all TopoStats programs.
Parses command-line arguments and passes input on to the relevant functions / modules.
Functions#
|
Create a parser for reading options. |
|
Entry point for all TopoStats programs. |
Create a parser reading options for the 'run_topostats' processing entry point. |
|
|
Create a parser reading options for the legacy 'toposum' summarize entry point. |
|
Legacy entry point for the run_topostats processing function. |
|
Legacy entry point for the toposum summarizing function. |
Module Contents#
- topostats.entry_point.create_parser() argparse.ArgumentParser [source]#
Create a parser for reading options.
- topostats.entry_point.entry_point(manually_provided_args=None, testing=False) None [source]#
Entry point for all TopoStats programs.
- topostats.entry_point.create_legacy_run_topostats_parser() argparse.ArgumentParser [source]#
Create a parser reading options for the ‘run_topostats’ processing entry point.
- topostats.entry_point.create_legacy_toposum_parser() argparse.ArgumentParser [source]#
Create a parser reading options for the legacy ‘toposum’ summarize entry point.