aboutsummaryrefslogtreecommitdiff
path: root/src/ee/tools/digikey_download_facts.py
Commit message (Collapse)AuthorAgeFilesLines
* digikey: Better search when getting multiple results back. Instead ofTrygve Laugstøl2019-05-281-5/+5
| | | | | | doing a new search with the selected digikey part number, do a direct lookup with the product's URL instead. This ensures that we always get a match and don't get confused when multiple part numbers are returned.
* digikey:Trygve Laugstøl2019-04-141-2/+6
| | | | | | o More flexibility, making room for the multiple digikey stores. o Removing URLs from core code. new tools: split_parts_by_supplier.
* Digikey: replacing requests-based code with selenium.Trygve Laugstøl2019-02-241-3/+4
| | | | Adding new tools: digikey-import-parts and digikey-refresh-parts.
* o Changing resolve-schematic-components to create genericTrygve Laugstøl2018-07-301-1/+0
| | | | | | '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.
* undoTrygve Laugstøl2018-07-151-1/+1
|
* wipTrygve Laugstøl2018-07-141-1/+1
|
* o Making digikey_download_facts and kicad_make_bom tools use read_schematics ↵Trygve Laugstøl2017-10-221-2/+2
| | | | instead of read_schematic.
* o Sorting products before downloading to be consistent across runs.Trygve Laugstøl2017-10-021-5/+3
| | | | o Storing the URL for each product.
* o Smarter searching in case of multiple hits. Look for the MPN we want and ↵Trygve Laugstøl2017-10-011-14/+15
| | | | not just all products to find a unique one.
* o Reformat all.Trygve Laugstøl2017-09-301-15/+18
|
* o Switching from YAML to INI files for downloaded facts.Trygve Laugstøl2017-09-301-18/+48
| | | | o Improved fact downloader.
* o Let digikey-download-facts read .sch files directly.Trygve Laugstøl2017-09-241-18/+24
|
* o Implementing kicad-make-bom as a tool.Trygve Laugstøl2017-09-121-5/+2
|
* setup.py: Adding install_requires.Trygve Laugstøl2017-09-101-6/+24
| | | | | digikey: Updating tests. Making sure the directory exist before writing facts. Stop recursing into new searches when a search returns multiple hits. Let the frontends do that.
* o Better API for the Digikey downloader.Trygve Laugstøl2017-09-061-27/+34
|
* o Adding tools to download facts about parts from Digi-Key.Trygve Laugstøl2017-09-031-0/+59