Stable release for public use with Inkscape 1.0 with unit tests, readme, and CI pipeline
Added
- Unit tests in
test/runtests.py
- Travis CI pipeline testing code on Windows and Linux with Python 2.7 and 3.7
- Readme, changelog and license files
Removed
- Ruby script (because it was outdated and less convenient than python version)
Changed
- Moves python code to main directory
- Changed name of the project from svg2modelica to MoNK
- Updates extension for compatibility with Inkscape 1.0
- Makes code conform to pycodestyle
- Setup now contains all dependencies and
python setup.py install
installs these dependencies - Old install script is now called with
python setup.py install_ink
- Creates inkscape extension directory if it does not exist