aboutsummaryrefslogtreecommitdiff
path: root/test/test_digikey.py
Commit message (Collapse)AuthorAgeFilesLines
* 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