aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* common_fact_types: Adding key for footprint.Trygve Laugstøl2019-05-208-44/+240
| | | | | | | | | | functions: o Changing the structure of the functions, they're now factories that will be given kwargs and must return a function that processes the parts. o Adding new function to default set; 'map_footprint' that maps the KiCAD footprints to common footprints. part_validate_parts: Using only common keys.
* make_bom: Skipping fields without values.Trygve Laugstøl2019-05-201-1/+2
|
* ee:Trygve Laugstøl2019-05-2014-173/+407
| | | | | | | | | 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.
* digikey-search-parts: better structure, making room for searching byTrygve Laugstøl2019-05-141-24/+45
| | | | property.
* digikey-search-parts: Logging output to file.Trygve Laugstøl2019-05-143-12/+23
|
* Optimizing imports.Trygve Laugstøl2019-05-1417-26/+32
|
* ee.logging: New module to handle logging. Need something better forTrygve Laugstøl2019-05-144-37/+89
| | | | | messages too. create-bom: Resolving parts from their value fact too.
* ee: Moving old ltspice code to its own file.Trygve Laugstøl2019-05-143-143/+143
|
* make-bom: removing debugging.Trygve Laugstøl2019-05-141-1/+0
|
* ee.xsd:Trygve Laugstøl2019-05-147-159/+134
| | | | | | | | | 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.
* ee.kicad.model: Adding Symbol, exposing in addition existing parsing of ↵Trygve Laugstøl2019-05-132-7/+25
| | | | value. v4 and v5 compatible.
* build.ninja: Renaming search-list.xml to pn-part-search-list.xml.Trygve Laugstøl2019-05-111-2/+2
|
* drawio: removing debugging output.Trygve Laugstøl2019-05-111-13/+0
|
* drawio-to-parts: new tool.Trygve Laugstøl2019-05-119-75/+670
| | | | | | ee.xsd: new type: Assembly and AssemblyPart. Should probably be its own file type. ee.part: Better DSL instead of using the raw xml types.
* kicad-to-bom: Checking if the component has a reference before using it.Trygve Laugstøl2019-05-071-1/+1
|
* report: checking for None strings.Trygve Laugstøl2019-05-071-4/+4
|
* kicad: Better export:Trygve Laugstøl2019-05-073-4/+48
| | | | | * Allow unannotated parts in the export. * Export value and footprint too.
* ninja: Generate everything to 'ee.ninja', generate 'build.ninja' only ifTrygve Laugstøl2019-04-301-1/+10
| | | | | | it is missing. A stub build.ninja which includes ee.ninja will be generated once. This makes it easier for the user to do custom stuff in the standard Ninja file.
* part:Trygve Laugstøl2019-04-302-6/+0
| | | | o Removing debugging info.
* part:Trygve Laugstøl2019-04-302-0/+88
| | | | o Experimental importer from Excel-like files.
* digikey:Trygve Laugstøl2019-04-149-30/+159
| | | | | | o More flexibility, making room for the multiple digikey stores. o Removing URLs from core code. new tools: split_parts_by_supplier.
* drawio: A little drawio experiment.Trygve Laugstøl2019-04-131-1/+1
|
* drawio: A little drawio experiment.Trygve Laugstøl2019-04-133-0/+236
|
* o Renaming part-create-distributor-search-list to pn-part-search-list.Trygve Laugstøl2019-04-135-19/+43
| | | | | Making the search more narrow, it is only responsible to find parts based on MPN or SPN.
* ee.bom: Moving it a single file, no need for more.Trygve Laugstøl2019-04-113-4/+4
|
* o Renaming create-order to create-bom.Trygve Laugstøl2019-04-026-53/+53
|
* o Removing all doit code. It was a failed experiment.Trygve Laugstøl2019-04-0110-1226/+0
|
* demo: Updating.Trygve Laugstøl2019-04-011-3/+3
|
* Project:Trygve Laugstøl2019-03-295-11/+17
| | | | | | 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.
* DigikeyParser: Picked last and thus wrong description. Be more specificTrygve Laugstøl2019-03-291-2/+1
| | | | when selecting description element.
* create-distributor-search-list: Ignore mechanical parts.Trygve Laugstøl2019-03-288-24/+69
| | | | | | create-order: Adding an option for a strategy to ignore/modify parts. ninja/init: Moving strategy from ninja to init so they're more persistent.
* digikey-normalize-facts: Don't drop parts without any facts, they'reTrygve Laugstøl2019-03-281-3/+0
| | | | still useful.
* to_bom: We allow both Schematic and Schematics.Trygve Laugstøl2019-03-281-2/+2
|
* create-order:Trygve Laugstøl2019-03-283-27/+49
| | | | | o Showing all unresolved parts first in the report. o Showing all MPNs and SPNs for unresolved parts.
* seeed-download-oplTrygve Laugstøl2019-03-285-90/+118
| | | | | | | o Change to download one OPL at the time. Enables Ninja to run the downloads concurrently. init/ninja: o Learning about seeed-download-opl.
* ee.xsd:Trygve Laugstøl2019-03-2812-297/+490
| | | | | | | | | | | | | o Renaming <part-uri> to <part-reference>. o Adding <supplier> on <part>, removing from <supplier-part-number>. A part can have exactly one part. create-order: o Creating anonymous part objects, with two references, one schematic reference and one part-uri reference to the selected part. o Redoing how the order is calculated with the new ObjDb structure. ee.part.Part: o Absorbing bom_file_utils into Part. Much better wrapper object around the xml goop.
* New command: init. Looks for kicad schematic and pcb files, createsTrygve Laugstøl2019-03-254-21/+86
| | | | | | | | .ee/config. ninja tool: o Use project's config to check for sch and pcb files. o Use some more conditionals in build.ninja.j2. unlockoslo: Adding demo project.
* ninja tool: changing to generate the files in the current directory.Trygve Laugstøl2019-03-255-8/+29
| | | | | build.ninja.j2: nits. olinuxino: Improving parsing of part values.
* order.rst.j2: Prettier internal links.Trygve Laugstøl2019-03-235-7/+13
| | | | ninja: Name the generated .rst file for orders too.
* order.rst.j2: Fixing typos.Trygve Laugstøl2019-03-231-4/+4
|
* xsd:Trygve Laugstøl2019-03-238-68/+559
| | | | | | | | | | | o Adding <link> list on <part>. For media, datasheets etc. digikey: o Parsing out media. PartDb: o starting on a more generic object db with indexes. order: o Using the new object db for building data while resolving parts. o Creating a report from the order.
* Starting some code around creating reports.Trygve Laugstøl2019-03-236-14/+74
|
* o Adding OPL downloader from Seeed studio.Trygve Laugstøl2019-03-204-5/+187
| | | | o Adding <description> to <part>
* Refactoring:Trygve Laugstøl2019-03-1510-181/+480
| | | | | | | | o Renaming part.id to part.uri. Changing to URIs and use that as an identifier if the part is known. Schematic part does not have an URI. o Merging <schema-reference> and <part-numbers> into <references> o Creating <part-uri> as a possible <reference>. Used by order to point to other parts.
* o Switching PartDb to serialize into many xml files into a singleTrygve Laugstøl2019-03-1515-379/+91
| | | | <part-db> document.
* o Merging XSD files into one.Trygve Laugstøl2019-03-1512-1207/+355
|
* o Adding module for searching on element14.Trygve Laugstøl2019-03-1511-26/+389
| | | | | | | 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.
* o Better searching for current currency.Trygve Laugstøl2019-03-151-1/+6
|
* o Adding PriceBreak. Parsing price breaks from DK.Trygve Laugstøl2019-03-154-11/+645
| | | | o Adding Money type with parsing.
* Digikey: extracting http caching into its own class.Trygve Laugstøl2019-03-083-16/+43
|