mvnmgrx / kiutils

Simple and SCM-friendly KiCad file parser based on Python dataclasses for KiCad 6.0 and up.
GNU General Public License v3.0
78 stars 25 forks source link

Add implementation of parsing the eeschema netlist export format. #118

Open yashton opened 1 month ago

yashton commented 1 month ago

I had a need for the eeschema netlist export format, and have implemented parsing. There are two test cases and i've updated the documentation.

yashton commented 1 month ago

Note there is a failing test in the schematic parser unrelated to my changes.