https://github.com/devbisme/kinparse
A Parser for KiCad EESCHEMA netlists.
https://github.com/devbisme/kinparse
Last synced: 14 days ago
JSON representation
A Parser for KiCad EESCHEMA netlists.
- Host: GitHub
- URL: https://github.com/devbisme/kinparse
- Owner: devbisme
- License: mit
- Created: 2017-07-12T20:16:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2026-01-22T18:23:21.000Z (2 months ago)
- Last Synced: 2026-03-02T16:36:11.703Z (29 days ago)
- Language: Python
- Size: 629 KB
- Stars: 26
- Watchers: 1
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
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 V9 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