aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* o Merging XSD files into one.Trygve Laugstøl2019-03-1516-1240/+473
|
* o Adding module for searching on element14.Trygve Laugstøl2019-03-1514-28/+425
| | | | | | | 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-157-12/+729
| | | | o Adding Money type with parsing.
* Digikey: extracting http caching into its own class.Trygve Laugstøl2019-03-083-16/+43
|
* o PartDB: don't die if the directory exist *and* is empty. Ninja createsTrygve Laugstøl2019-03-048-3/+255
| | | | | | empty parent directories. o PartDB: escape some path names. o new comamnd: "ninja". Generates a build.ninja from a sch. Not done!
* o Create a new part when storing result, use Digikey's PN as id.Trygve Laugstøl2019-02-281-34/+42
|
* o Sort SCH_FILES.Trygve Laugstøl2019-02-281-3/+2
|
* o Better code structure for normalization.Trygve Laugstøl2019-02-281-46/+54
|
* o Emptying the directory before trying to remove it.Trygve Laugstøl2019-02-281-0/+4
|
* o Always sorting index.xml for better git diffs.Trygve Laugstøl2019-02-275-4/+179
| | | | | | o Normalizing more Digikey facts. o When creating distributor search lists, create a new plain <part> with containing only the part numbers.
* o Removing digikey specific DistributionInfo element. Can be generic.Trygve Laugstøl2019-02-265-360/+82
|
* o Creating a PartDb that manages a file system directory with one xmlTrygve Laugstøl2019-02-2615-285/+316
| | | | | file per part. o Switching xml-based code to use PartDb.
* Digikey: replacing requests-based code with selenium.Trygve Laugstøl2019-02-2429-2311/+2259
| | | | Adding new tools: digikey-import-parts and digikey-refresh-parts.
* o Prettier generated code.Trygve Laugstøl2019-02-213-4/+10
|
* o Working dpn strategy.Trygve Laugstøl2019-02-211-3/+5
|
* Trying a new way to generate way to generate files.Trygve Laugstøl2019-02-2111-21/+2709
|
* o Reformat.Trygve Laugstøl2019-02-213-17/+30
| | | | | | | to_bom: export to_tom_xml too. model: o More type annotations. o Parse ref_type and ref_num when constructed.
* o read_schematic: Adding support for GLabel.Trygve Laugstøl2019-02-211-0/+1
|
* o kicad-mkdeps: making individual dep files for sch and pcb.Trygve Laugstøl2019-02-101-34/+31
|
* o kicad-mkdeps: new tool, new -M option for kicad-gerber. Both output aTrygve Laugstøl2019-02-0911-62/+186
| | | | Makefile-compatible dependencies file.
* o Updating digikey product parsing code. Using Selenium/WebDriver toTrygve Laugstøl2019-02-0717-16391/+29298
| | | | fetch data.
* o More docs for the ee project.Trygve Laugstøl2018-08-0510-25/+81
|
* o Starting on some code for building reports from the project.Trygve Laugstøl2018-08-0516-10/+382
|
* o Reformat.Trygve Laugstøl2018-08-041-5/+11
|
* o Using the old name for the digikey cache directory.Trygve Laugstøl2018-08-041-1/+1
|
* o Handling digikey pages with a special "exact match" header + list ofTrygve Laugstøl2018-08-0214-31/+25164
| | | | | | | other categories to continue to search in. The header is just enough data for us. o Better digikey tests, saving local HTML instead of doing online requests.
* o Better logging when skipping digikey component resolving.Trygve Laugstøl2018-08-021-1/+1
|
* o No need to lower case the keys in the ini file.Trygve Laugstøl2018-08-024-45/+47
|
* o Fixing a bad bug and learning some Python: list.insert(index, value)Trygve Laugstøl2018-08-026-39/+49
| | | | | | | | will only insert at index if the list is index long. If not it will just append them. Yay. Much better digikey part data now. Creating a ValueList that automatically expands the list. o Stopping with silly key and value replacements. o Updating tests.
* o Updating demo project, reorganizing the demo a bit.Trygve Laugstøl2018-08-019-9/+18
| | | | o DataSetManager: renaming `add_ds` to `register_ds`.
* o Updating demo project, reorganizing the demo a bit.Trygve Laugstøl2018-08-015-43/+42
| | | | o DataSetManager: renaming `add_ds` to `register_ds`.
* o Moving all doit modules to use DoitConfig().Trygve Laugstøl2018-08-015-95/+53
|
* o Ignore power flags too, they're not real components.Trygve Laugstøl2018-07-314-41/+104
| | | | o Fixing digikey product lookup.
* o Starting on some docs.Trygve Laugstøl2018-07-306-0/+235
|
* o Changing resolve-schematic-components to create genericTrygve Laugstøl2018-07-3018-68/+264
| | | | | | 'component-to-part-mapping' objects with seller=digikey o Implementing 'task_digikey_fetch_full_part_facts' that downloads info about each mapped parts with seller=digikey.
* o Support for resolving 'mpn' fields from digikey. CreatesTrygve Laugstøl2018-07-2914-171/+361
| | | | 'digikey-part-stub', can be used to download the entire part later on.
* o Formatting, fixing warnings.Trygve Laugstøl2018-07-291-18/+20
|
* o Starting on a digikey-specific order csv.Trygve Laugstøl2018-07-296-33/+85
| | | | | o Better demo, one generic order csv and two for digikey with different batch sizes.
* o Dumping MpnBomComponent, wtf.Trygve Laugstøl2018-07-2827-240/+504
| | | | o Renaming bom.csv to order.csv.
* o Starting on some BOM code.Trygve Laugstøl2018-07-245-21/+153
|
* wip.Trygve Laugstøl2018-07-241-1/+1
| | | | o Bad set syntax.
* wip.Trygve Laugstøl2018-07-242-2/+4
|
* wip.Trygve Laugstøl2018-07-245-3/+3
| | | | o Renaming "fact" to "ds".
* wip.Trygve Laugstøl2018-07-236-53/+248
| | | | o Support for loading CSV files.
* wip.Trygve Laugstøl2018-07-223-44/+99
| | | | | o Changing the data sources to not implicitly starting as a union of all the input data sets.
* wip.Trygve Laugstøl2018-07-224-95/+73
| | | | o Moving to more standard doit task_xxx methods.
* Formatting.Trygve Laugstøl2018-07-221-14/+22
|
* wip.Trygve Laugstøl2018-07-195-47/+347
|
* wip. pcb.Trygve Laugstøl2018-07-178-117/+426
|