aboutsummaryrefslogtreecommitdiff
path: root/src/ee/tools/element14_search_parts.py
Commit message (Collapse)AuthorAgeFilesLines
* all tools: Creating a shared group of argument options. Processing thisTrygve Laugstøl2019-05-271-0/+3
| | | | | shared group too, changing the log level when logging options are specified.
* Project:Trygve Laugstøl2019-03-291-6/+6
| | | | | | o adding cache_dir field, useful for controlling where cached data is placed from a central place. o Updating tools to use this new variable.
* o Switching PartDb to serialize into many xml files into a singleTrygve Laugstøl2019-03-151-4/+4
| | | | <part-db> document.
* o Adding module for searching on element14.Trygve Laugstøl2019-03-151-0/+30
o Starting on functionality create orders. Very WIP. o Adding a concept of an "ee project". Can load a gitconfig-like config file. o Adding a tool to import a yaml file into a part xml file.