This package contains the library used for creating SVG shields for the Waymarkedtrails project.
At least Python 3.6 is needed. Further requirements are Cairo, Pango and Rsvg with their respective Python bindings via the Gobject inspector.
On Debian the requirements can be installed with:
sudo apt install python3-gi python3-gi-cairo libcairo2-dev\
gir1.2-pango-1.0 gir1.2-rsvg-2.0
Simply install with setup tools:
pip install .
For usage please have a look at test/render_test.py
.
The source code is available under GPL. See COPYING for more information.