aboutsummaryrefslogtreecommitdiff
path: root/src/ee/digikey
Commit message (Collapse)AuthorAgeFilesLines
* digikey: Better webdriver creation.Trygve Laugstøl2019-10-261-6/+5
| | | | | Making the instantiation of the web driver a bit more generic, starting on making it possible to try out other browsers.
* digikey search: Updating expressions for exact part patch.Trygve Laugstøl2019-10-252-8/+8
| | | | Also formatting the output a little better.
* part: Adding category concept.Trygve Laugstøl2019-10-162-35/+45
| | | | Useful for later classifiying components.
* digikey bom: Adding MPN in addition to SPN.Trygve Laugstøl2019-10-151-1/+2
|
* digikey: Handling updated web site.Trygve Laugstøl2019-10-151-7/+20
|
* ee.part.bom: Creating a proper Bom class to keep BomLines.Trygve Laugstøl2019-08-231-7/+12
| | | | digikey-create-bom: Adding support for --quantity.
* digikey-search-parts: assert that the part we got was actually the oneTrygve Laugstøl2019-08-191-0/+8
| | | | we searched for.
* digikey:Trygve Laugstøl2019-08-191-0/+13
| | | | | o Checking that the URL changed after clicking a button. o Click the accept cookie button if found after navigating.
* digikey-search-parts: Sorting summary statistics so the output isTrygve Laugstøl2019-08-191-1/+1
| | | | consistent.
* digikey-search-parts: Adding summary in download report.Trygve Laugstøl2019-08-151-3/+31
|
* datasheet: wipTrygve Laugstøl2019-08-152-6/+14
|
* digikey-search-parts: Sorting result table by SPN so the output isTrygve Laugstøl2019-08-122-5/+5
| | | | consistent.
* digikey: Better discovery of form for searching.Trygve Laugstøl2019-08-012-20/+74
|
* bom-to-csv: Starting on a generic tool to generate CSV files from BOMs.Trygve Laugstøl2019-06-141-57/+9
|
* split-parts-by-supplier: rename to split-bom-by-supplier.Trygve Laugstøl2019-06-141-0/+72
| | | | digikey-create-bom: Implementing CSV generation for Digi-Key.
* kicad.dl: Classifying net-ties and test points as such.Trygve Laugstøl2019-05-291-0/+3
| | | | | pn-part-search-list: Better value-based searches. Better filtering of irrelevant parts.
* adding missing method.Trygve Laugstøl2019-05-281-0/+7
|
* digikey: Better search when getting multiple results back. Instead ofTrygve Laugstøl2019-05-282-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øl2019-05-241-65/+113
|
* ninja/init: Let init specify defaults, ninja just drops arguments if notTrygve Laugstøl2019-05-211-1/+4
| | | | specified.
* o Creating a map_footprints function for digikey's footprints similar toTrygve Laugstøl2019-05-211-0/+9
| | | | kicad's function.
* o Replacing digikey-normalize-facts with part-apply-function. MovingTrygve Laugstøl2019-05-201-31/+35
| | | | code from tool to ee.digikey.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-141-10/+18
|
* ee.xsd:Trygve Laugstøl2019-05-141-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øl2019-05-111-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øl2019-04-142-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øl2019-04-011-165/+0
|
* Project:Trygve Laugstøl2019-03-291-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 specificTrygve Laugstøl2019-03-291-2/+1
| | | | when selecting description element.
* digikey-normalize-facts: Don't drop parts without any facts, they'reTrygve Laugstøl2019-03-281-3/+0
| | | | still useful.
* ee.xsd:Trygve Laugstøl2019-03-281-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øl2019-03-232-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øl2019-03-152-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 singleTrygve Laugstøl2019-03-152-10/+6
| | | | <part-db> document.
* o Merging XSD files into one.Trygve Laugstøl2019-03-152-23/+23
|
* 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-152-7/+60
| | | | o Adding Money type with parsing.
* Digikey: extracting http caching into its own class.Trygve Laugstøl2019-03-081-14/+5
|
* o Create a new part when storing result, use Digikey's PN as id.Trygve Laugstøl2019-02-281-34/+42
|
* o Better code structure for normalization.Trygve Laugstøl2019-02-281-46/+54
|
* o Always sorting index.xml for better git diffs.Trygve Laugstøl2019-02-271-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øl2019-02-261-12/+8
|
* o Creating a PartDb that manages a file system directory with one xmlTrygve Laugstøl2019-02-262-114/+11
| | | | | file per part. o Switching xml-based code to use PartDb.
* Digikey: replacing requests-based code with selenium.Trygve Laugstøl2019-02-243-24/+252
| | | | Adding new tools: digikey-import-parts and digikey-refresh-parts.
* o Updating digikey product parsing code. Using Selenium/WebDriver toTrygve Laugstøl2019-02-071-1/+1
| | | | fetch data.
* 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-021-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øl2018-08-021-1/+1
|
* o Fixing a bad bug and learning some Python: list.insert(index, value)Trygve Laugstøl2018-08-021-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.