simpunch.cli#

Command line interface.

Functions#

main()

Simulate PUNCH data with simpunch.

generate(configuration_path)

Run a single instance of the pipeline.

automate()

Automate the data generation using Prefect.

load_configuration(→ dict)

Load a configuration file.

Module Contents#

simpunch.cli.main()#

Simulate PUNCH data with simpunch.

simpunch.cli.generate(configuration_path)#

Run a single instance of the pipeline.

simpunch.cli.automate()#

Automate the data generation using Prefect.

simpunch.cli.load_configuration(configuration_path: str) dict#

Load a configuration file.