aboutsummaryrefslogtreecommitdiff
path: root/src/ee/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* create-bom: Add support for passing arguments to tool. ImplementTrygve Laugstøl2019-08-151-0/+5
| | | | | | fail_on_missing_parts in the CLI. ee: Add StopToolException, makes for a more graceful exit(1) if a tool wants to stop immediately.
* EeVal: Supporting omega symbol in addition to ohm symbol (which areTrygve Laugstøl2019-05-271-1/+3
| | | | usually graphically equal).
* part-find-requirements: wipTrygve Laugstøl2019-05-261-4/+22
|
* ee:Trygve Laugstøl2019-05-201-1/+17
| | | | | | | | | 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: Moving old ltspice code to its own file.Trygve Laugstøl2019-05-141-141/+3
|
* o Always sorting index.xml for better git diffs.Trygve Laugstøl2019-02-271-1/+1
| | | | | | o Normalizing more Digikey facts. o When creating distributor search lists, create a new plain <part> with containing only the part numbers.
* o kicad-mkdeps: new tool, new -M option for kicad-gerber. Both output aTrygve Laugstøl2019-02-091-7/+7
| | | | Makefile-compatible dependencies file.
* o Allow __lt__ to work when only one unit is set.Trygve Laugstøl2017-12-221-1/+11
|
* o Making a setter for EeVal that returns a new EeVal.Trygve Laugstøl2017-12-201-6/+23
|
* o Fixing an EeVal parsing bug of '0 Ohms'.Trygve Laugstøl2017-12-151-1/+1
| | | | o Moving EeVal tests to it's main test file.
* o Reformat all.Trygve Laugstøl2017-09-301-59/+62
|
* o Making EeVal hashable.Trygve Laugstøl2017-09-251-0/+3
|
* o Better implementation of EeVal's __eq__ and __lt__.Trygve Laugstøl2017-09-251-2/+2
|
* o Fixing parsing of '0.1' values too.Trygve Laugstøl2017-09-221-22/+25
|
* o EeVal: implememting unit parsing too.Trygve Laugstøl2017-09-221-2/+2
|
* o Properly implementing EeVal as a value parser. Still missing units.Trygve Laugstøl2017-09-221-9/+16
|
* o Imporing some old parsing code into a EeVal type. Not quite done yet.Trygve Laugstøl2017-09-091-2/+55
|
* wip: Parsing schematics.Trygve Laugstøl2017-09-091-3/+2
|
* o Reformat all.Trygve Laugstøl2017-09-071-129/+132
|
* o Importing formatting tools.Trygve Laugstøl2017-08-021-0/+145