topostats.entry_point#

Entry point for all TopoStats programs.

Parses command-line arguments and passes input on to the relevant functions / modules.

Functions#

create_parser(→ argparse.ArgumentParser)

Create a parser for reading options.

entry_point(→ None)

Entry point for all TopoStats programs.

create_legacy_run_topostats_parser(...)

Create a parser reading options for the 'run_topostats' processing entry point.

create_legacy_toposum_parser(→ argparse.ArgumentParser)

Create a parser reading options for the legacy 'toposum' summarize entry point.

legacy_run_topostats_entry_point(→ None)

Legacy entry point for the run_topostats processing function.

legacy_toposum_entry_point(→ None)

Legacy entry point for the toposum summarizing function.

Module Contents#

topostats.entry_point.create_parser() argparse.ArgumentParser#

Create a parser for reading options.

topostats.entry_point.entry_point(manually_provided_args=None, testing=False) None#

Entry point for all TopoStats programs.

topostats.entry_point.create_legacy_run_topostats_parser() argparse.ArgumentParser#

Create a parser reading options for the ‘run_topostats’ processing entry point.

topostats.entry_point.create_legacy_toposum_parser() argparse.ArgumentParser#

Create a parser reading options for the legacy ‘toposum’ summarize entry point.

topostats.entry_point.legacy_run_topostats_entry_point(args=None, testing=False) None#

Legacy entry point for the run_topostats processing function.

topostats.entry_point.legacy_toposum_entry_point(args=None, testing=False) None#

Legacy entry point for the toposum summarizing function.