aboutsummaryrefslogtreecommitdiff
path: root/src/ee/kicad/model.py
Commit message (Collapse)AuthorAgeFilesLines
* ee:Trygve Laugstøl2019-05-201-11/+13
| | | | | | | | | o Adding FactType as a smaller wrapper around the fact uri. o Adding ee.part.Facts, used as Part.facts o Renaming 'type' uri to 'ee-component-type'. kicad-make-bom: Removing strategy functionality, replaced with part-apply-function. Moving default strategy contents into ee.kicad.functions.
* Optimizing imports.Trygve Laugstøl2019-05-141-2/+1
|
* ee.kicad.model: Adding Symbol, exposing in addition existing parsing of ↵Trygve Laugstøl2019-05-131-4/+22
| | | | value. v4 and v5 compatible.
* o Reformat.Trygve Laugstøl2019-02-211-10/+23
| | | | | | | to_bom: export to_tom_xml too. model: o More type annotations. o Parse ref_type and ref_num when constructed.
* o kicad-mkdeps: new tool, new -M option for kicad-gerber. Both output aTrygve Laugstøl2019-02-091-2/+4
| | | | Makefile-compatible dependencies file.
* o Adding @property accessor for timestamp.Trygve Laugstøl2018-07-141-0/+4
|
* o Support for reading hierarchical schematics.Trygve Laugstøl2017-10-121-20/+60
|
* o Reformat all.Trygve Laugstøl2017-09-301-1/+1
|
* o Stripping field values, setting to None if emtpy.Trygve Laugstøl2017-09-261-0/+2
|
* o Let digikey-download-facts read .sch files directly.Trygve Laugstøl2017-09-241-0/+9
|
* o Better to_pandas for schematics.Trygve Laugstøl2017-09-221-0/+4
|
* o Adding ee.kicad.to_pandas().Trygve Laugstøl2017-09-201-0/+4
|
* 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