pipeworks_name_generation.apps

Unified launcher for the Pipeworks Name Generation web applications.

Functions

create_argument_parser()

Create a parser with app subcommands and shared launch options.

main([argv, run_name_gen, run_syllable_walk, run_both])

Dispatch to one of the web app CLIs using a shared command shape.

Module Contents

pipeworks_name_generation.apps.create_argument_parser()[source]

Create a parser with app subcommands and shared launch options.

pipeworks_name_generation.apps.main(argv=None, *, run_name_gen=_run_name_gen, run_syllable_walk=_run_syllable_walk, run_both=_run_both)[source]

Dispatch to one of the web app CLIs using a shared command shape.