aboutsummaryrefslogtreecommitdiff
path: root/src/ee/ds/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* o Ignore power flags too, they're not real components.Trygve Laugstøl2018-07-311-3/+33
| | | | o Fixing digikey product lookup.
* o Changing resolve-schematic-components to create genericTrygve Laugstøl2018-07-301-5/+17
| | | | | | '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-7/+14
| | | | '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-291-3/+11
| | | | | o Better demo, one generic order csv and two for digikey with different batch sizes.
* o Dumping MpnBomComponent, wtf.Trygve Laugstøl2018-07-281-58/+80
| | | | o Renaming bom.csv to order.csv.
* o Starting on some BOM code.Trygve Laugstøl2018-07-241-15/+45
|
* wip.Trygve Laugstøl2018-07-241-1/+1
|
* wip.Trygve Laugstøl2018-07-241-0/+363
o Renaming "fact" to "ds".