aboutsummaryrefslogtreecommitdiff
path: root/demo/doit/ee
Commit message (Collapse)AuthorAgeFilesLines
* o Removing all doit code. It was a failed experiment.Trygve Laugstøl2019-04-0132-265/+0
|
* o No need to lower case the keys in the ini file.Trygve Laugstøl2018-08-023-44/+44
|
* 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-019-9/+18
| | | | o DataSetManager: renaming `add_ds` to `register_ds`.
* o Changing resolve-schematic-components to create genericTrygve Laugstøl2018-07-3012-24/+111
| | | | | | '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-294-0/+28
| | | | 'digikey-part-stub', can be used to download the entire part later on.
* o Starting on a digikey-specific order csv.Trygve Laugstøl2018-07-293-4/+8
| | | | | o Better demo, one generic order csv and two for digikey with different batch sizes.
* o Dumping MpnBomComponent, wtf.Trygve Laugstøl2018-07-2818-0/+135
| | | | o Renaming bom.csv to order.csv.
* wip.Trygve Laugstøl2018-07-231-0/+2
o Support for loading CSV files.