Home

Awesome

KiCad-RW : Python library to read/write KiCad Sexpr file format

KiCadRW
license KiCadRW python
version

KiCadRW last
version

Quick Links

Overview

What is KiCaD-RW ?

A WORK IN PROGRESS...

keywords: kicad, 6, sexpr, python, schema

KiCad-RW is a Python module to read the KiCad version 6 schema file format (<span class="title-ref">.kicad_sch</span> file extension) and to compute the netlist which is not actually stored by KiCad. This module is standalone and independent of the KiCad Python API, thus it don't require KiCad to work.

Examples of use cases:

KiCad-RW uses the Python library sexpdata to parse the file.

How to go further:

Look at this project

Comprehensive bibliography and relevant links on the topic

Where is the Documentation ?

TO BE COMPLETED

Where to get help or talk about KiCaD-RW ?

TO BE COMPLETED:

What are the main features ?

How to install it ?

TO BE COMPLETED

Pull Request Recommendation

To make it easier to merge your pull request, you should divide your PR into smaller and easier-to-verify units.

Please do not make a pull requests with a lot of modifications which are difficult to check.

Credits

Authors: Fabrice Salvaire and contributors

News

V0 2020-05-xx

Started project...