aboutsummaryrefslogtreecommitdiff
path: root/src/ee/digikey/normalize_facts.py
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring:Trygve Laugstøl2019-03-151-1/+1
| | | | | | | | o Renaming part.id to part.uri. Changing to URIs and use that as an identifier if the part is known. Schematic part does not have an URI. o Merging <schema-reference> and <part-numbers> into <references> o Creating <part-uri> as a possible <reference>. Used by order to point to other parts.
* o Switching PartDb to serialize into many xml files into a singleTrygve Laugstøl2019-03-151-5/+3
| | | | <part-db> document.
* o Merging XSD files into one.Trygve Laugstøl2019-03-151-7/+7
|
* o Better code structure for normalization.Trygve Laugstøl2019-02-281-46/+54
|
* o Always sorting index.xml for better git diffs.Trygve Laugstøl2019-02-271-0/+150
o Normalizing more Digikey facts. o When creating distributor search lists, create a new plain <part> with containing only the part numbers.