:py:mod:`hazimp.main` ===================== .. py:module:: hazimp.main .. autoapi-nested-parse:: The main entry point for the hazard impact tool. Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: hazimp.main.timer hazimp.main.start hazimp.main.cli Attributes ~~~~~~~~~~ .. autoapisummary:: hazimp.main.NUMVER .. py:function:: timer(f) A simple wrapper to time how long a function takes to run .. py:data:: NUMVER .. py:function:: start(config_list=None, config_file=None, cont_in=None) Run the HazImp tool, based on the config info. :param config_list: The configuration info, as a list. :param config_file: The configuration info, as a file location. :param cont_in: Only used in testing. A context instance. :returns: The config dictionary. .. py:function:: cli() Command-line interface to hazimp package