aboutsummaryrefslogtreecommitdiff
path: root/src/ee/part/common_fact_types.py
Commit message (Collapse)AuthorAgeFilesLines
* part-find-requirements: wipTrygve Laugstøl2019-05-261-0/+1
|
* common_fact_types: Adding key for footprint.Trygve Laugstøl2019-05-201-1/+3
| | | | | | | | | | functions: o Changing the structure of the functions, they're now factories that will be given kwargs and must return a function that processes the parts. o Adding new function to default set; 'map_footprint' that maps the KiCAD footprints to common footprints. part_validate_parts: Using only common keys.
* ee:Trygve Laugstøl2019-05-201-0/+7
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.