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.
- Host: GitHub
- URL: https://github.com/devbisme/kinparse
- Owner: devbisme
- License: mit
- Created: 2017-07-12T20:16:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-12T20:29:42.000Z (over 1 year ago)
- Last Synced: 2024-03-14T20:21:12.247Z (about 1 year ago)
- Language: Python
- Size: 530 KB
- Stars: 20
- Watchers: 1
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
===============================
kinparse
===============================.. image:: https://img.shields.io/pypi/v/kinparse.svg
:target: https://pypi.python.org/pypi/kinparseThis 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