svgen.app
index
/home/vkottler/src/vkottler/workspace/svgen/svgen/app.py

svgen - This package's command-line entry-point application.

 
Modules
       
argparse

 
Functions
       
add_app_args(parser: argparse.ArgumentParser) -> None
Add application-specific arguments to the command-line parser.
entry(args: argparse.Namespace) -> int
Execute the requested task.
generate(config: vcorelib.dict.config.Config, output: pathlib.Path, cwd: pathlib.Path, scripts: Iterable[pathlib.Path], images: bool = True) -> None
Generate a single SVG document.
initialize_config(config: vcorelib.dict.config.Config, default_height: int, default_width: int) -> None
Set initial values for SVG document configurations.

 
Data
        DEFAULT_THEME = 'gray'
GenericStrDict = typing.Dict[str, typing.Any]
Iterable = typing.Iterable
PKG_NAME = 'svgen'
THEMES = {'blue_gray': {'blue_gray.primary.50': Color(rgb...l(hue=0, saturation=0, lightness=0, alpha=1.0))}}
path = ['/home/vkottler/src/vkottler/workspace/svgen', '/usr/local/lib/python312.zip', '/usr/local/lib/python3.12', '/usr/local/lib/python3.12/lib-dynload', '/home/vkottler/src/vkottler/workspace/svgen/venv3.12/lib/python3.12/site-packages', '__editable__.svgen-0.6.6.finder.__path_hook__']