Inkscape Extensions
This folder contains the stock Inkscape extensions, i.e. the scripts that
implement some commands that you can use from within Inkscape. Most of
these commands are in the Extensions menu.
Use python3.6 or later, no python2 code would be used here.
Use pylint to ensure code is written consistantly
Have tests so that each line of an extension is covered in the coverage report
Not cross streams between extensions, so your extension should import from
a module and not from another extension.
Use translations on text for display to users using get text.
Should not require external programs to work (with some exceptions)
Partager