aboutsummaryrefslogtreecommitdiff
path: root/demo
Commit message (Collapse)AuthorAgeFilesLines
* o More docs for the ee project.Trygve Laugstøl2018-08-053-5/+3
|
* o Starting on some code for building reports from the project.Trygve Laugstøl2018-08-058-1/+257
|
* 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 Updating demo project, reorganizing the demo a bit.Trygve Laugstøl2018-08-011-26/+35
| | | | o DataSetManager: renaming `add_ds` to `register_ds`.
* o Moving all doit modules to use DoitConfig().Trygve Laugstøl2018-08-011-2/+3
|
* o Changing resolve-schematic-components to create genericTrygve Laugstøl2018-07-3013-25/+116
| | | | | | '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-295-0/+34
| | | | '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-294-7/+17
| | | | | o Better demo, one generic order csv and two for digikey with different batch sizes.
* o Dumping MpnBomComponent, wtf.Trygve Laugstøl2018-07-2821-76/+253
| | | | o Renaming bom.csv to order.csv.
* o Starting on some BOM code.Trygve Laugstøl2018-07-241-1/+8
|
* wip.Trygve Laugstøl2018-07-241-1/+1
| | | | o Renaming "fact" to "ds".
* wip.Trygve Laugstøl2018-07-232-4/+12
| | | | o Support for loading CSV files.
* wip.Trygve Laugstøl2018-07-221-10/+9
| | | | o Moving to more standard doit task_xxx methods.
* wip.Trygve Laugstøl2018-07-193-20/+306
|
* wip. pcb.Trygve Laugstøl2018-07-171-33/+0
|
* wipTrygve Laugstøl2018-07-147-0/+233
|
* misc wip.Trygve Laugstøl2017-09-096-1400/+613
|
* o Going more jupyter.Trygve Laugstøl2017-08-132-2/+1609
|
* o KiCAD BOM parser.Trygve Laugstøl2017-08-082-0/+12343
|
* o Start on some electronics engineering code.Trygve Laugstøl2017-07-084-0/+143