Timot05 / kinparse

A Parser for KiCad EESCHEMA netlists.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kinparse

This is a parser for KiCad V5 and V6 schematic netlist files that are output by EESCHEMA. Just pass a file containing a netlist to the parse_netlist() function and it will deliver a pyparsing object containing all the netlist's information.

About

A Parser for KiCad EESCHEMA netlists.

License:MIT License


Languages

Language:Python 86.9%Language:Makefile 9.7%Language:HTML 3.4%