This is a parser for KiCad V5 through V8 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.
- Free software: MIT license
- Documentation: http://devbisme.github.io/kinparse