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
84 stars 27 forks source link

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

Open yashton opened 4 months ago

yashton commented 4 months 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 4 months ago

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