aboutsummaryrefslogtreecommitdiff
path: root/src/ee/xml/uris.py
Commit message (Collapse)AuthorAgeFilesLines
* ee.project: Making sure all projects have an UUID.Trygve Laugstøl2019-05-241-1/+6
| | | | | kicad-make-bom: Using the project's UUID to generate an URL for all parts.
* ee:Trygve Laugstøl2019-05-201-1/+1
| | | | | | | | | o Adding FactType as a smaller wrapper around the fact uri. o Adding ee.part.Facts, used as Part.facts o Renaming 'type' uri to 'ee-component-type'. kicad-make-bom: Removing strategy functionality, replaced with part-apply-function. Moving default strategy contents into ee.kicad.functions.
* 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.