aboutsummaryrefslogtreecommitdiff
path: root/src/ee/kicad/functions.py
Commit message (Collapse)AuthorAgeFilesLines
* digikey: Better discovery of form for searching.Trygve Laugstøl2019-08-011-1/+1
|
* part-find-requirements: wipTrygve Laugstøl2019-05-261-5/+20
|
* o Creating a map_footprints function for digikey's footprints similar toTrygve Laugstøl2019-05-211-33/+3
| | | | kicad's function.
* o Replacing digikey-normalize-facts with part-apply-function. MovingTrygve Laugstøl2019-05-201-0/+4
| | | | code from tool to ee.digikey.functions.
* common_fact_types: Adding key for footprint.Trygve Laugstøl2019-05-201-37/+91
| | | | | | | | | | 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/+105
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.