pipeworks_name_generation.apps ============================== .. py:module:: pipeworks_name_generation.apps .. autoapi-nested-parse:: Unified launcher for the Pipeworks Name Generation web applications. Functions --------- .. autoapisummary:: pipeworks_name_generation.apps.create_argument_parser pipeworks_name_generation.apps.main Module Contents --------------- .. py:function:: create_argument_parser() Create a parser with app subcommands and shared launch options. .. py:function:: main(argv = None, *, run_name_gen = _run_name_gen, run_syllable_walk = _run_syllable_walk, run_both = _run_both) Dispatch to one of the web app CLIs using a shared command shape.