aboutsummaryrefslogtreecommitdiff
path: root/test/test_digikey.py
Commit message (Collapse)AuthorAgeFilesLines
* digikey-search-parts: Sorting result table by SPN so the output isTrygve Laugstøl2019-08-121-1/+1
| | | | consistent.
* split-parts-by-supplier: rename to split-bom-by-supplier.Trygve Laugstøl2019-06-141-1/+1
| | | | digikey-create-bom: Implementing CSV generation for Digi-Key.
* digikey: Better search when getting multiple results back. Instead ofTrygve Laugstøl2019-05-281-4/+4
| | | | | | 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.
* o Updating requirements. Fixing broken test.Trygve Laugstøl2019-05-141-2/+2
|
* digikey:Trygve Laugstøl2019-04-141-1/+25
| | | | | | o More flexibility, making room for the multiple digikey stores. o Removing URLs from core code. new tools: split_parts_by_supplier.
* o Adding PriceBreak. Parsing price breaks from DK.Trygve Laugstøl2019-03-151-1/+5
| | | | o Adding Money type with parsing.
* Digikey: replacing requests-based code with selenium.Trygve Laugstøl2019-02-241-45/+10
| | | | Adding new tools: digikey-import-parts and digikey-refresh-parts.
* o kicad-mkdeps: new tool, new -M option for kicad-gerber. Both output aTrygve Laugstøl2019-02-091-1/+1
| | | | Makefile-compatible dependencies file.
* o Updating digikey product parsing code. Using Selenium/WebDriver toTrygve Laugstøl2019-02-071-14/+32
| | | | fetch data.
* o Handling digikey pages with a special "exact match" header + list ofTrygve Laugstøl2018-08-021-15/+55
| | | | | | | other categories to continue to search in. The header is just enough data for us. o Better digikey tests, saving local HTML instead of doing online requests.
* undoTrygve Laugstøl2018-07-151-1/+1
|
* wipTrygve Laugstøl2018-07-141-1/+2
|
* o Adding a kicad-make-pos tool.Trygve Laugstøl2017-12-151-1/+4
|
* digikey.to_pandas(): Make sure that 'Digi-Key', 'MPN' and 'URL' fieldsTrygve Laugstøl2017-10-221-4/+4
| | | | | | always are in the data frame. kicad.to_pandas(): support Schematics objects too. read_schematics(): Support hierarchical labels.
* o Switching from YAML to INI files for downloaded facts.Trygve Laugstøl2017-09-301-7/+33
| | | | o Improved fact downloader.
* setup.py: Adding install_requires.Trygve Laugstøl2017-09-101-10/+10
| | | | | 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 Reformat all.Trygve Laugstøl2017-09-071-13/+13
|
* o Adding tools to download facts about parts from Digi-Key.Trygve Laugstøl2017-09-031-12/+24
|
* o Going more jupyter.Trygve Laugstøl2017-08-131-0/+16