aboutsummaryrefslogtreecommitdiff
path: root/src/ee/digikey/doit.py
Commit message (Collapse)AuthorAgeFilesLines
* o Removing all doit code. It was a failed experiment.Trygve Laugstøl2019-04-011-165/+0
|
* o Better logging when skipping digikey component resolving.Trygve Laugstøl2018-08-021-1/+1
|
* o Fixing a bad bug and learning some Python: list.insert(index, value)Trygve Laugstøl2018-08-021-3/+1
| | | | | | | | will only insert at index if the list is index long. If not it will just append them. Yay. Much better digikey part data now. Creating a ValueList that automatically expands the list. o Stopping with silly key and value replacements. o Updating tests.
* o Ignore power flags too, they're not real components.Trygve Laugstøl2018-07-311-12/+33
| | | | o Fixing digikey product lookup.
* o Changing resolve-schematic-components to create genericTrygve Laugstøl2018-07-301-16/+75
| | | | | | 'component-to-part-mapping' objects with seller=digikey o Implementing 'task_digikey_fetch_full_part_facts' that downloads info about each mapped parts with seller=digikey.
* o Support for resolving 'mpn' fields from digikey. CreatesTrygve Laugstøl2018-07-291-0/+87
'digikey-part-stub', can be used to download the entire part later on.