aboutsummaryrefslogtreecommitdiff
path: root/src/ee/xml/uris.py
Commit message (Collapse)AuthorAgeFilesLines
* ee.xsd:Trygve Laugstøl2019-05-141-0/+2
| | | | | | | | | o Removing distributor info, wasn't useful. o Removing part type, using a fact instead. part-search-list: o Putting in some smart rules about values for parts. Might be too smart for its own good. o Removing duplication checking, that is up to the searcher to decide.
* digikey:Trygve Laugstøl2019-04-141-3/+1
| | | | | | o More flexibility, making room for the multiple digikey stores. o Removing URLs from core code. new tools: split_parts_by_supplier.
* o Removing digikey specific DistributionInfo element. Can be generic.Trygve Laugstøl2019-02-261-0/+27
|
* Digikey: replacing requests-based code with selenium.Trygve Laugstøl2019-02-241-0/+7
Adding new tools: digikey-import-parts and digikey-refresh-parts.