Add extremely basic SVG importer

This commit is contained in:
jaseg 2025-12-12 15:47:23 +01:00
parent 299527fa72
commit 257987da90
5 changed files with 139 additions and 2 deletions

View file

@ -6,9 +6,11 @@ readme = "README.rst"
license = "Apache-2.0"
requires-python = ">=3.13"
dependencies = [
"beautifulsoup4>=4.14.3",
"click",
"gerbonara>=1.6.0",
"kicad-python>=0.5.0",
"lxml>=6.0.2",
"py-straight-skeleton>=0.1.0",
]
authors = [{ name = "jaseg" }]