aboutsummaryrefslogtreecommitdiff
path: root/src/ee/kicad/model.py
Commit message (Collapse)AuthorAgeFilesLines
* o Make ee.kicad.Component implement @total_ordering.Trygve Laugstøl2017-09-151-3/+40
| | | | | o Adding ref_type and ref_num that is a split of ref. o Ignore #PWR components when exporting BOM.
* o Reformat.Trygve Laugstøl2017-09-121-100/+107
|
* to_bom: A utility to create a KiCAD-like xml Element of a KiCAD schematic.Trygve Laugstøl2017-09-091-1/+13
|
* o Splitting out read_schematic into its own file.Trygve Laugstøl2017-09-091-0/+109