22 =====================================
33 generator=datazen
44 version=3.2.3
5- hash=56b4444dd82cff5acb9d4d73444a6159
5+ hash=71c49ab5444bcbc7603082d7b95a1bed
66 =====================================
77-->
88
9- # svgen ([ 0.9.2 ] ( https://pypi.org/project/svgen/ ) )
9+ # svgen ([ 0.9.3 ] ( https://pypi.org/project/svgen/ ) )
1010
1111[ ![ python] ( https://img.shields.io/pypi/pyversions/svgen.svg )] ( https://pypi.org/project/svgen/ )
1212![ Build Status] ( https://github.com/libre-embedded/svgen/workflows/Python%20Package/badge.svg )
@@ -42,7 +42,7 @@ This utility provides a means to work on graphics with a programmatic workflow.
4242# Command-line Options
4343
4444```
45- $ ./venv3.12 /bin/svgen -h
45+ $ ./venv3.13 /bin/svgen -h
4646
4747usage: svgen [-h] [--version] [-v] [-q] [--curses] [--no-uvloop] [-C DIR]
4848 [-c CONFIG] [--height HEIGHT] [--width WIDTH] [--images]
@@ -52,27 +52,24 @@ usage: svgen [-h] [--version] [-v] [-q] [--curses] [--no-uvloop] [-C DIR]
5252A tool for working with scalable vector graphics.
5353
5454positional arguments:
55- scripts scripts to run for composing the SVG document (in
56- order)
55+ scripts scripts to run for composing the SVG document (in
56+ order)
5757
5858options:
59- -h, --help show this help message and exit
60- --version show program's version number and exit
61- -v, --verbose set to increase logging verbosity
62- -q, --quiet set to reduce output
63- --curses whether or not to use curses.wrapper when starting
64- --no-uvloop whether or not to disable uvloop as event loop driver
65- -C DIR, --dir DIR execute from a specific directory
66- -c CONFIG, --config CONFIG
67- top-level configuration to load (default:
68- 'svgen.json')
69- --height HEIGHT height of the document, if not specified by
70- configuration (default: 100)
71- --width WIDTH width of the document, if not specified by
72- configuration (default: 100)
73- --images generate output images
74- -o OUTPUT, --output OUTPUT
75- file to write SVG output (default: 'svgen.svg')
59+ -h, --help show this help message and exit
60+ --version show program's version number and exit
61+ -v, --verbose set to increase logging verbosity
62+ -q, --quiet set to reduce output
63+ --curses whether or not to use curses.wrapper when starting
64+ --no-uvloop whether or not to disable uvloop as event loop driver
65+ -C, --dir DIR execute from a specific directory
66+ -c, --config CONFIG top-level configuration to load (default: 'svgen.json')
67+ --height HEIGHT height of the document, if not specified by
68+ configuration (default: 100)
69+ --width WIDTH width of the document, if not specified by
70+ configuration (default: 100)
71+ --images generate output images
72+ -o, --output OUTPUT file to write SVG output (default: 'svgen.svg')
7673
7774```
7875
0 commit comments