aboutsummaryrefslogtreecommitdiff
path: root/src/ee/xml/uris.py
Commit message (Collapse)AuthorAgeFilesLines
* datasheet: wipTrygve Laugstøl2019-08-151-0/+4
|
* kicad.dl: Better organization of rules for classifying resistors,Trygve Laugstøl2019-06-121-0/+1
| | | | | | | | capacitors, inductors, net ties, test points and mounting holes. This new (and consistent) style provides extension points for projects to use for their own rules. build.ninja.j2: Adding --no-warn to souffle rule, souffle complains when the relations are empty.
* kicad.dl: Classifying net-ties and test points as such.Trygve Laugstøl2019-05-291-0/+3
| | | | | pn-part-search-list: Better value-based searches. Better filtering of irrelevant parts.
* 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.