aboutsummaryrefslogtreecommitdiff
path: root/src/ee/kicad/sch_fact_types.py
Commit message (Collapse)AuthorAgeFilesLines
* souffle:Trygve Laugstøl2019-05-271-2/+3
| | | | | | | | o Allowing to set MPNs when importing facts. o ninja: Allowing the user to have its own datalog files under ee/custom/kicad-souffle.dl and ee/custom/$supplier-souffle.dl. make_bom: Generate per-field URIs for custom URIs. Better than making values that contain custom field name + value.
* ee:Trygve Laugstøl2019-05-201-0/+18
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.