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

KiCad 7: Project instances #88

Closed mvnmgrx closed 1 year ago

mvnmgrx commented 1 year ago

This PR implements both a base class for the new project instances feature as well as classes for hierarchical project instances and symbol project instances.

Implements changes discussed in #58

Fixes #70

eeintech commented 1 year ago

Thanks a lot @mvnmgrx !