Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | digikey-search-parts: Adding summary in download report. | Trygve Laugstøl | 2019-08-15 | 1 | -3/+31 |
| | |||||
* | datasheet: wip | Trygve Laugstøl | 2019-08-15 | 2 | -6/+14 |
| | |||||
* | digikey-search-parts: Sorting result table by SPN so the output is | Trygve Laugstøl | 2019-08-12 | 2 | -5/+5 |
| | | | | consistent. | ||||
* | digikey: Better discovery of form for searching. | Trygve Laugstøl | 2019-08-01 | 2 | -20/+74 |
| | |||||
* | bom-to-csv: Starting on a generic tool to generate CSV files from BOMs. | Trygve Laugstøl | 2019-06-14 | 1 | -57/+9 |
| | |||||
* | split-parts-by-supplier: rename to split-bom-by-supplier. | Trygve Laugstøl | 2019-06-14 | 1 | -0/+72 |
| | | | | digikey-create-bom: Implementing CSV generation for Digi-Key. | ||||
* | kicad.dl: Classifying net-ties and test points as such. | Trygve Laugstøl | 2019-05-29 | 1 | -0/+3 |
| | | | | | pn-part-search-list: Better value-based searches. Better filtering of irrelevant parts. | ||||
* | adding missing method. | Trygve Laugstøl | 2019-05-28 | 1 | -0/+7 |
| | |||||
* | digikey: Better search when getting multiple results back. Instead of | Trygve Laugstøl | 2019-05-28 | 2 | -20/+42 |
| | | | | | | doing a new search with the selected digikey part number, do a direct lookup with the product's URL instead. This ensures that we always get a match and don't get confused when multiple part numbers are returned. | ||||
* | digikey-search-parts: even better structure. | Trygve Laugstøl | 2019-05-24 | 1 | -65/+113 |
| | |||||
* | ninja/init: Let init specify defaults, ninja just drops arguments if not | Trygve Laugstøl | 2019-05-21 | 1 | -1/+4 |
| | | | | specified. | ||||
* | o Creating a map_footprints function for digikey's footprints similar to | Trygve Laugstøl | 2019-05-21 | 1 | -0/+9 |
| | | | | kicad's function. | ||||
* | o Replacing digikey-normalize-facts with part-apply-function. Moving | Trygve Laugstøl | 2019-05-20 | 1 | -31/+35 |
| | | | | code from tool to ee.digikey.functions. | ||||
* | digikey-search-parts: better structure, making room for searching by | Trygve Laugstøl | 2019-05-14 | 1 | -24/+45 |
| | | | | property. | ||||
* | digikey-search-parts: Logging output to file. | Trygve Laugstøl | 2019-05-14 | 1 | -10/+18 |
| | |||||
* | ee.xsd: | Trygve Laugstøl | 2019-05-14 | 1 | -16/+22 |
| | | | | | | | | | 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. | ||||
* | drawio-to-parts: new tool. | Trygve Laugstøl | 2019-05-11 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | digikey: | Trygve Laugstøl | 2019-04-14 | 2 | -15/+58 |
| | | | | | | o More flexibility, making room for the multiple digikey stores. o Removing URLs from core code. new tools: split_parts_by_supplier. | ||||
* | o Removing all doit code. It was a failed experiment. | Trygve Laugstøl | 2019-04-01 | 1 | -165/+0 |
| | |||||
* | Project: | Trygve Laugstøl | 2019-03-29 | 1 | -0/+1 |
| | | | | | | 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 specific | Trygve Laugstøl | 2019-03-29 | 1 | -2/+1 |
| | | | | when selecting description element. | ||||
* | digikey-normalize-facts: Don't drop parts without any facts, they're | Trygve Laugstøl | 2019-03-28 | 1 | -3/+0 |
| | | | | still useful. | ||||
* | ee.xsd: | Trygve Laugstøl | 2019-03-28 | 1 | -28/+32 |
| | | | | | | | | | | | | | 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. | ||||
* | xsd: | Trygve Laugstøl | 2019-03-23 | 2 | -1/+53 |
| | | | | | | | | | | | 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. | ||||
* | Refactoring: | Trygve Laugstøl | 2019-03-15 | 2 | -14/+17 |
| | | | | | | | | 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 single | Trygve Laugstøl | 2019-03-15 | 2 | -10/+6 |
| | | | | <part-db> document. | ||||
* | o Merging XSD files into one. | Trygve Laugstøl | 2019-03-15 | 2 | -23/+23 |
| | |||||
* | o Better searching for current currency. | Trygve Laugstøl | 2019-03-15 | 1 | -1/+6 |
| | |||||
* | o Adding PriceBreak. Parsing price breaks from DK. | Trygve Laugstøl | 2019-03-15 | 2 | -7/+60 |
| | | | | o Adding Money type with parsing. | ||||
* | Digikey: extracting http caching into its own class. | Trygve Laugstøl | 2019-03-08 | 1 | -14/+5 |
| | |||||
* | o Create a new part when storing result, use Digikey's PN as id. | Trygve Laugstøl | 2019-02-28 | 1 | -34/+42 |
| | |||||
* | o Better code structure for normalization. | Trygve Laugstøl | 2019-02-28 | 1 | -46/+54 |
| | |||||
* | o Always sorting index.xml for better git diffs. | Trygve Laugstøl | 2019-02-27 | 1 | -0/+150 |
| | | | | | | 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øl | 2019-02-26 | 1 | -12/+8 |
| | |||||
* | o Creating a PartDb that manages a file system directory with one xml | Trygve Laugstøl | 2019-02-26 | 2 | -114/+11 |
| | | | | | file per part. o Switching xml-based code to use PartDb. | ||||
* | Digikey: replacing requests-based code with selenium. | Trygve Laugstøl | 2019-02-24 | 3 | -24/+252 |
| | | | | Adding new tools: digikey-import-parts and digikey-refresh-parts. | ||||
* | o Updating digikey product parsing code. Using Selenium/WebDriver to | Trygve Laugstøl | 2019-02-07 | 1 | -1/+1 |
| | | | | fetch data. | ||||
* | o Using the old name for the digikey cache directory. | Trygve Laugstøl | 2018-08-04 | 1 | -1/+1 |
| | |||||
* | o Handling digikey pages with a special "exact match" header + list of | Trygve Laugstøl | 2018-08-02 | 1 | -16/+30 |
| | | | | | | | 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øl | 2018-08-02 | 1 | -1/+1 |
| | |||||
* | o Fixing a bad bug and learning some Python: list.insert(index, value) | Trygve Laugstøl | 2018-08-02 | 1 | -3/+1 |
| | | | | | | | | 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 Ignore power flags too, they're not real components. | Trygve Laugstøl | 2018-07-31 | 1 | -12/+33 |
| | | | | o Fixing digikey product lookup. | ||||
* | o Changing resolve-schematic-components to create generic | Trygve Laugstøl | 2018-07-30 | 1 | -16/+75 |
| | | | | | | '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. Creates | Trygve Laugstøl | 2018-07-29 | 2 | -2/+89 |
| | | | | 'digikey-part-stub', can be used to download the entire part later on. | ||||
* | o Formatting, fixing warnings. | Trygve Laugstøl | 2018-07-29 | 1 | -18/+20 |
| | |||||
* | digikey.to_pandas(): Make sure that 'Digi-Key', 'MPN' and 'URL' fields | Trygve Laugstøl | 2017-10-22 | 1 | -1/+4 |
| | | | | | | always are in the data frame. kicad.to_pandas(): support Schematics objects too. read_schematics(): Support hierarchical labels. | ||||
* | o Adding DigikeyRepository.to_pandas(). | Trygve Laugstøl | 2017-10-04 | 1 | -0/+17 |
| | |||||
* | o Sorting products before downloading to be consistent across runs. | Trygve Laugstøl | 2017-10-02 | 1 | -4/+19 |
| | | | | o Storing the URL for each product. | ||||
* | o Making sure attribute type's ids are int. | Trygve Laugstøl | 2017-10-02 | 1 | -5/+10 |
| | | | | o Making find_by_mpn return the first item found. | ||||
* | o Better text extraction, fixing bug where 'Packaging' was not included. | Trygve Laugstøl | 2017-10-01 | 1 | -2/+3 |
| |