aboutsummaryrefslogtreecommitdiff
path: root/src/ee/_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* digikey: Better webdriver creation.Trygve Laugstøl2019-10-261-0/+19
| | | | | Making the instantiation of the web driver a bit more generic, starting on making it possible to try out other browsers.
* digikey: Better search when getting multiple results back. Instead ofTrygve Laugstøl2019-05-281-0/+21
| | | | | | 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 Adding OPL downloader from Seeed studio.Trygve Laugstøl2019-03-201-4/+5
| | | | o Adding <description> to <part>
* Digikey: extracting http caching into its own class.Trygve Laugstøl2019-03-081-1/+37
|
* o kicad-mkdeps: new tool, new -M option for kicad-gerber. Both output aTrygve Laugstøl2019-02-091-2/+3
| | | | Makefile-compatible dependencies file.
* o Reformat.Trygve Laugstøl2018-08-041-5/+11
|
* o Making a setter for EeVal that returns a new EeVal.Trygve Laugstøl2017-12-201-0/+17
|
* o Adding a kicad-make-pos tool.Trygve Laugstøl2017-12-151-0/+6
|
* digikey.to_pandas(): Make sure that 'Digi-Key', 'MPN' and 'URL' fieldsTrygve Laugstøl2017-10-221-0/+12
always are in the data frame. kicad.to_pandas(): support Schematics objects too. read_schematics(): Support hierarchical labels.