# {py:mod}`snapsheets.v1` ```{py:module} snapsheets.v1 ``` ```{autodoc2-docstring} snapsheets.v1 :allowtitles: ``` ## Module Contents ### Functions ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`setup_parser ` - ```{autodoc2-docstring} snapsheets.v1.setup_parser :summary: ``` * - {py:obj}`configure_logger ` - ```{autodoc2-docstring} snapsheets.v1.configure_logger :summary: ``` * - {py:obj}`process_url ` - ```{autodoc2-docstring} snapsheets.v1.process_url :summary: ``` * - {py:obj}`process_config ` - ```{autodoc2-docstring} snapsheets.v1.process_config :summary: ``` * - {py:obj}`cli ` - ```{autodoc2-docstring} snapsheets.v1.cli :summary: ``` ```` ### API ````{py:function} setup_parser() -> argparse.ArgumentParser :canonical: snapsheets.v1.setup_parser ```{autodoc2-docstring} snapsheets.v1.setup_parser ``` ```` ````{py:function} configure_logger(debug: bool) -> None :canonical: snapsheets.v1.configure_logger ```{autodoc2-docstring} snapsheets.v1.configure_logger ``` ```` ````{py:function} process_url(args: argparse.Namespace) -> None :canonical: snapsheets.v1.process_url ```{autodoc2-docstring} snapsheets.v1.process_url ``` ```` ````{py:function} process_config(args: argparse.Namespace) -> None :canonical: snapsheets.v1.process_config ```{autodoc2-docstring} snapsheets.v1.process_config ``` ```` ````{py:function} cli() -> None :canonical: snapsheets.v1.cli ```{autodoc2-docstring} snapsheets.v1.cli ``` ````