aboutsummaryrefslogtreecommitdiff
path: root/src/ee/tools/part_apply_souffle_post.py
Commit message (Collapse)AuthorAgeFilesLines
* part: Adding category concept.Trygve Laugstøl2019-10-161-1/+3
| | | | Useful for later classifiying components.
* souffle: Better quoting for data with double quote signs (").Trygve Laugstøl2019-10-151-4/+6
|
* souffle: Using the same relation for inputs and outputs was not a goodTrygve Laugstøl2019-06-121-7/+2
| | | | | idea, change to use fact() for inputs and add_fact() for outputs. Leaves room for implementing remove_fact() later too.
* part-apply-souffle-port: Sorting the incoming CSV files beforeTrygve Laugstøl2019-05-281-2/+18
| | | | processing them. Keeps the diffs between runs to a minimum.
* all tools: Creating a shared group of argument options. Processing thisTrygve Laugstøl2019-05-271-1/+8
| | | | | shared group too, changing the log level when logging options are specified.
* souffle:Trygve Laugstøl2019-05-271-0/+13
| | | | | | | | o Allowing to set MPNs when importing facts. o ninja: Allowing the user to have its own datalog files under ee/custom/kicad-souffle.dl and ee/custom/$supplier-souffle.dl. make_bom: Generate per-field URIs for custom URIs. Better than making values that contain custom field name + value.
* Adding Soufflé based reasoning on parts. Replacing default configurationTrygve Laugstøl2019-05-271-0/+56
with applying python function with this new reasoner.