-

Welcome to kinparse’s documentation!

+

Welcome to kinparse’s documentation!

Contents:

-

kinparse

+

kinparse

https://img.shields.io/pypi/v/kinparse.svg

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 @@ -48,7 +49,7 @@

kinparse
-

Installation

+

Installation

This is a Python package, so you’ll need to have Python installed to use it. If you’re using linux, you probably already have Python. If you’re on Windows, you can download a Python installer from @@ -66,7 +67,7 @@

Installation
-

Usage

+

Usage

To use kinparse in a project:

from kinparse import parse_netlist
 
@@ -190,14 +191,14 @@

Usage