aboutsummaryrefslogtreecommitdiff
path: root/src/ee/digikey/__init__.py
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-251-2/+2
| | | | Also formatting the output a little better.
* part: Adding category concept.Trygve Laugstøl2019-10-161-30/+27
| | | | Useful for later classifiying components.
* digikey: Handling updated web site.Trygve Laugstøl2019-10-151-7/+20
|
* 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.
* datasheet: wipTrygve Laugstøl2019-08-151-3/+6
|
* digikey-search-parts: Sorting result table by SPN so the output isTrygve Laugstøl2019-08-121-4/+3
| | | | consistent.
* digikey: Better discovery of form for searching.Trygve Laugstøl2019-08-011-10/+50
|
* 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-281-14/+19
| | | | | | 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:Trygve Laugstøl2019-04-141-4/+46
| | | | | | o More flexibility, making room for the multiple digikey stores. o Removing URLs from core code. new tools: split_parts_by_supplier.
* DigikeyParser: Picked last and thus wrong description. Be more specificTrygve Laugstøl2019-03-291-2/+1
| | | | when selecting description element.
* xsd:Trygve Laugstøl2019-03-231-0/+41
| | | | | | | | | | | 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.
* 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-151-7/+52
| | | | o Adding Money type with parsing.
* Digikey: extracting http caching into its own class.Trygve Laugstøl2019-03-081-14/+5
|
* Digikey: replacing requests-based code with selenium.Trygve Laugstøl2019-02-241-24/+55
| | | | 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 Support for resolving 'mpn' fields from digikey. CreatesTrygve Laugstøl2018-07-291-2/+2
| | | | 'digikey-part-stub', can be used to download the entire part later on.
* o Formatting, fixing warnings.Trygve Laugstøl2018-07-291-18/+20
|
* digikey.to_pandas(): Make sure that 'Digi-Key', 'MPN' and 'URL' fieldsTrygve Laugstøl2017-10-221-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øl2017-10-041-0/+17
|
* o Sorting products before downloading to be consistent across runs.Trygve Laugstøl2017-10-021-4/+19
| | | | o Storing the URL for each product.
* o Making sure attribute type's ids are int.Trygve Laugstøl2017-10-021-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øl2017-10-011-2/+3
|
* o Preventing ConfigParser from lower casing the keys in the ini file.Trygve Laugstøl2017-09-301-4/+9
| | | | | Thanks to https://stackoverflow.com/a/19359720/245614. o Using different colors for the different log levels.
* o Reformat all.Trygve Laugstøl2017-09-301-3/+5
|
* o Switching from YAML to INI files for downloaded facts.Trygve Laugstøl2017-09-301-17/+63
| | | | o Improved fact downloader.
* o Let digikey-download-facts read .sch files directly.Trygve Laugstøl2017-09-241-0/+22
|
* setup.py: Adding install_requires.Trygve Laugstøl2017-09-101-18/+18
| | | | | digikey: Updating tests. Making sure the directory exist before writing facts. Stop recursing into new searches when a search returns multiple hits. Let the frontends do that.
* o Better API for the Digikey downloader.Trygve Laugstøl2017-09-061-24/+57
|
* o PEP 8 says python indent is 4 spaces.Trygve Laugstøl2017-09-031-180/+175
|
* o Adding tools to download facts about parts from Digi-Key.Trygve Laugstøl2017-09-031-0/+240