aboutsummaryrefslogtreecommitdiff
path: root/src/ee/tools
Commit message (Collapse)AuthorAgeFilesLines
* o Adding a 'kicad' format that can be used to compare the output to KiCAD's ↵Trygve Laugstøl2017-12-151-8/+57
| | | | output.
* o Adding a kicad-make-pos tool.Trygve Laugstøl2017-12-151-0/+56
|
* o Making digikey_download_facts and kicad_make_bom tools use read_schematics ↵Trygve Laugstøl2017-10-222-3/+3
| | | | instead of read_schematic.
* o Sorting products before downloading to be consistent across runs.Trygve Laugstøl2017-10-021-5/+3
| | | | o Storing the URL for each product.
* o Smarter searching in case of multiple hits. Look for the MPN we want and ↵Trygve Laugstøl2017-10-011-14/+15
| | | | not just all products to find a unique one.
* o Preventing ConfigParser from lower casing the keys in the ini file.Trygve Laugstøl2017-09-301-2/+2
| | | | | Thanks to https://stackoverflow.com/a/19359720/245614. o Using different colors for the different log levels.
* o Reformat all.Trygve Laugstøl2017-09-302-15/+36
|
* o Switching from YAML to INI files for downloaded facts.Trygve Laugstøl2017-09-301-18/+48
| | | | o Improved fact downloader.
* o Let digikey-download-facts read .sch files directly.Trygve Laugstøl2017-09-242-19/+25
|
* o Implementing kicad-make-bom as a tool.Trygve Laugstøl2017-09-123-5/+60
|
* setup.py: Adding install_requires.Trygve Laugstøl2017-09-101-6/+24
| | | | | 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 Reformat all.Trygve Laugstøl2017-09-072-10/+15
|
* o Adding two kicad tools from my kicad-utils repo.Trygve Laugstøl2017-09-072-0/+503
|
* o Better API for the Digikey downloader.Trygve Laugstøl2017-09-061-27/+34
|
* o Adding tools to download facts about parts from Digi-Key.Trygve Laugstøl2017-09-031-0/+59
|
* o Importing formatting tools.Trygve Laugstøl2017-08-022-0/+31