kicad-netlist-reader

KiCad python module for interpreting generic netlists which can be used to generate bills of materials.


License
GPL-3.0
Install
pip install kicad-netlist-reader==5.1.12

Documentation

kicad_netlist_reader

Package Information

Name
kicad_netlist_reader
Version
5.1.12
License
BSD
URL
https://github.com/janelia-pypi/kicad_netlist_reader
Author
Peter Polidoro
Email
peter@polidoro.io

KiCad python module for interpreting generic netlists which can be used to generate Bills of materials, etc. Simple repackaging of the original Kicad source file. Based on some code by Jean-Pierre Charras.

Installation

https://github.com/janelia-pypi/python_setup

Linux and Mac OS X

python3 -m venv ~/venvs/kicad_netlist_reader
source ~/venvs/kicad_netlist_reader/bin/activate
pip install kicad_netlist_reader

Windows

python3 -m venv C:\venvs\kicad_netlist_reader
C:\venvs\kicad_netlist_reader\Scripts\activate
pip install kicad_netlist_reader

Development

Guix

guix time-machine -C channels.scm -- shell -D -f guix.scm
python3 setup.py sdist bdist_wheel
twine upload dist/*
git clean -xdf