aboutsummaryrefslogtreecommitdiff
path: root/demo/doit/ee/digikey-parts/digikey-part
Commit message (Collapse)AuthorAgeFilesLines
* o Fixing a bad bug and learning some Python: list.insert(index, value)Trygve Laugstøl2018-08-023-22/+22
| | | | | | | | 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 Updating demo project, reorganizing the demo a bit.Trygve Laugstøl2018-08-012-5/+5
| | | | o DataSetManager: renaming `add_ds` to `register_ds`.
* o Changing resolve-schematic-components to create genericTrygve Laugstøl2018-07-303-0/+68
'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.