aboutsummaryrefslogtreecommitdiff
path: root/src/ee/kicad
Commit message (Expand)AuthorAgeFilesLines
* o Let digikey-download-facts read .sch files directly.Trygve Laugstøl2017-09-243-3/+17
* o Ignoring FLG type components when making bom.Trygve Laugstøl2017-09-231-1/+1
* o Better to_pandas for schematics.Trygve Laugstøl2017-09-222-6/+22
* o Adding ee.kicad.to_pandas().Trygve Laugstøl2017-09-203-2/+45
* o Fixing some inspections from PyCharm.Trygve Laugstøl2017-09-151-8/+13
* o Removing debug logging.Trygve Laugstøl2017-09-151-5/+6
* o Reformat.Trygve Laugstøl2017-09-151-113/+114
* o Make ee.kicad.Component implement @total_ordering.Trygve Laugstøl2017-09-152-7/+44
* 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-093-1/+62
* o Splitting out read_schematic into its own file.Trygve Laugstøl2017-09-093-236/+248
* wip: Parsing schematics.Trygve Laugstøl2017-09-091-0/+238
* o Reformat all.Trygve Laugstøl2017-09-074-238/+254
* o Going more jupyter.Trygve Laugstøl2017-08-133-5/+188
* o KiCAD BOM parser.Trygve Laugstøl2017-08-083-0/+102