aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* o Replace all NaN values with None values when converting kicad object to a D...Trygve Laugstøl2017-10-301-2/+5
* o Removing debug logging.Trygve Laugstøl2017-10-241-1/+0
* o Making digikey_download_facts and kicad_make_bom tools use read_schematics ...Trygve Laugstøl2017-10-222-3/+3
* digikey.to_pandas(): Make sure that 'Digi-Key', 'MPN' and 'URL' fieldsTrygve Laugstøl2017-10-224-15/+36
* o Support for reading hierarchical schematics.Trygve Laugstøl2017-10-123-26/+92
* o Making 'footprint' a special field so it is always included in the to_panda...Trygve Laugstøl2017-10-121-1/+1
* 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-022-9/+22
* o Making sure attribute type's ids are int.Trygve Laugstøl2017-10-021-5/+10
* o Better text extraction, fixing bug where 'Packaging' was not included.Trygve Laugstøl2017-10-011-2/+3
* o Smarter searching in case of multiple hits. Look for the MPN we want and no...Trygve Laugstøl2017-10-011-14/+15
* o Preventing ConfigParser from lower casing the keys in the ini file.Trygve Laugstøl2017-09-302-6/+11
* o Reformat all.Trygve Laugstøl2017-09-309-89/+116
* o Switching from YAML to INI files for downloaded facts.Trygve Laugstøl2017-09-302-35/+111
* o Stripping field values, setting to None if emtpy.Trygve Laugstøl2017-09-262-1/+3
* o Making EeVal hashable.Trygve Laugstøl2017-09-251-0/+3
* o Better implementation of EeVal's __eq__ and __lt__.Trygve Laugstøl2017-09-251-2/+2
* o Let digikey-download-facts read .sch files directly.Trygve Laugstøl2017-09-246-22/+64
* o Ignoring FLG type components when making bom.Trygve Laugstøl2017-09-231-1/+1
* o Handling smaller numbers that we have units for.Trygve Laugstøl2017-09-221-3/+9
* o Fixing parsing of '0.1' values too.Trygve Laugstøl2017-09-222-27/+26
* o Better to_pandas for schematics.Trygve Laugstøl2017-09-222-6/+22
* o EeVal: implememting unit parsing too.Trygve Laugstøl2017-09-221-2/+2
* o Properly implementing EeVal as a value parser. Still missing units.Trygve Laugstøl2017-09-222-10/+17
* o Adding ee.kicad.to_pandas().Trygve Laugstøl2017-09-203-2/+45
* o Fixing some inspections from PyCharm.Trygve Laugstøl2017-09-151-8/+13
* o Removing debug logging.Trygve Laugstøl2017-09-151-5/+6
* o Reformat.Trygve Laugstøl2017-09-151-113/+114
* o Make ee.kicad.Component implement @total_ordering.Trygve Laugstøl2017-09-152-7/+44
* o Reformat.Trygve Laugstøl2017-09-121-100/+107
* o Implementing kicad-make-bom as a tool.Trygve Laugstøl2017-09-123-5/+60
* o List available tools when missing argument.Trygve Laugstøl2017-09-101-0/+5
* setup.py: Adding install_requires.Trygve Laugstøl2017-09-102-24/+42
* to_bom: A utility to create a KiCAD-like xml Element of a KiCAD schematic.Trygve Laugstøl2017-09-093-1/+62
* o Imporing some old parsing code into a EeVal type. Not quite done yet.Trygve Laugstøl2017-09-092-2/+56
* o Splitting out read_schematic into its own file.Trygve Laugstøl2017-09-093-236/+248
* wip: Parsing schematics.Trygve Laugstøl2017-09-093-4/+240
* o Reformat all.Trygve Laugstøl2017-09-079-472/+507
* o Adding two kicad tools from my kicad-utils repo.Trygve Laugstøl2017-09-072-0/+503
* o Adding a 'ee' binary entry point.Trygve Laugstøl2017-09-071-2/+4
* o Better API for the Digikey downloader.Trygve Laugstøl2017-09-062-51/+91
* 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-033-0/+352
* o Going more jupyter.Trygve Laugstøl2017-08-133-5/+188
* o KiCAD BOM parser.Trygve Laugstøl2017-08-083-0/+102
* eng_str(): Adding unit argument.Trygve Laugstøl2017-08-031-12/+34
* o Indenting with two spaces.Trygve Laugstøl2017-08-021-28/+19
* o Importing formatting tools.Trygve Laugstøl2017-08-024-0/+261