aboutsummaryrefslogtreecommitdiff
path: root/demo/doit/ee/digikey-parts/digikey-part/493-4771-1-ND.ini
Commit message (Collapse)AuthorAgeFilesLines
* o Removing all doit code. It was a failed experiment.Trygve Laugstøl2019-04-011-27/+0
|
* o No need to lower case the keys in the ini file.Trygve Laugstøl2018-08-021-19/+19
|
* o Fixing a bad bug and learning some Python: list.insert(index, value)Trygve Laugstøl2018-08-021-1/+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 Changing resolve-schematic-components to create genericTrygve Laugstøl2018-07-301-0/+27
'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.