An open API service indexing awesome lists of open source software.

https://github.com/devbisme/kinparse

A Parser for KiCad EESCHEMA netlists.
https://github.com/devbisme/kinparse

Last synced: about 2 months ago
JSON representation

A Parser for KiCad EESCHEMA netlists.

Awesome Lists containing this project

README

        

===============================
kinparse
===============================

.. image:: https://img.shields.io/pypi/v/kinparse.svg
:target: https://pypi.python.org/pypi/kinparse

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