aboutsummaryrefslogtreecommitdiff
path: root/src/ee/bom.py
Commit message (Collapse)AuthorAgeFilesLines
* bom: Much better report.Trygve Laugstøl2019-10-161-3/+2
|
* kicad.dl: Always add fact-type/value for all components. Still addingTrygve Laugstøl2019-08-151-5/+11
| | | | | | the more specific values for known part types. bom: Use the correct URI for finding the value. Don't die if a part has both value and mpn, and they reference the same part.
* create-bom: Add support for passing arguments to tool. ImplementTrygve Laugstøl2019-08-151-4/+4
| | | | | | fail_on_missing_parts in the CLI. ee: Add StopToolException, makes for a more graceful exit(1) if a tool wants to stop immediately.
* create-bom: Adding a way to ignore schematic entries from the bom withTrygve Laugstøl2019-06-121-2/+10
| | | | the new "include-in-bom" fact.
* create-bom: Don't skip unmatched parts from the BOM.Trygve Laugstøl2019-05-281-4/+10
| | | | | | part-validate-parts: Read parts from the schematic, BOM and supplier's parts for even better rules. Enhancing footprint rule to check that the BOM part has the same footprint.
* Optimizing imports.Trygve Laugstøl2019-05-141-2/+2
|
* ee.logging: New module to handle logging. Need something better forTrygve Laugstøl2019-05-141-19/+48
| | | | | messages too. create-bom: Resolving parts from their value fact too.
* ee.bom: Moving it a single file, no need for more.Trygve Laugstøl2019-04-111-0/+124