aboutsummaryrefslogtreecommitdiff
path: root/src/ee/tools/digikey_search_parts.py
Commit message (Collapse)AuthorAgeFilesLines
* all tools: Creating a shared group of argument options. Processing thisTrygve Laugstøl2019-05-271-0/+3
| | | | | shared group too, changing the log level when logging options are specified.
* digikey-search-parts: Logging output to file.Trygve Laugstøl2019-05-141-1/+4
|
* digikey:Trygve Laugstøl2019-04-141-1/+7
| | | | | | o More flexibility, making room for the multiple digikey stores. o Removing URLs from core code. new tools: split_parts_by_supplier.
* Project:Trygve Laugstøl2019-03-291-2/+4
| | | | | | o adding cache_dir field, useful for controlling where cached data is placed from a central place. o Updating tools to use this new variable.
* o Switching PartDb to serialize into many xml files into a singleTrygve Laugstøl2019-03-151-5/+4
| | | | <part-db> document.
* Digikey: extracting http caching into its own class.Trygve Laugstøl2019-03-081-1/+1
|
* o Creating a PartDb that manages a file system directory with one xmlTrygve Laugstøl2019-02-261-0/+22
file per part. o Switching xml-based code to use PartDb.