index
:
ee-python.git
fact
master
Trygve Laugstøl
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
o Making digikey_download_facts and kicad_make_bom tools use read_schematics ...
Trygve Laugstøl
2017-10-22
2
-3
/
+3
*
digikey.to_pandas(): Make sure that 'Digi-Key', 'MPN' and 'URL' fields
Trygve Laugstøl
2017-10-22
6
-19
/
+54
*
o Support for reading hierarchical schematics.
Trygve Laugstøl
2017-10-12
9
-27
/
+301
*
o Making 'footprint' a special field so it is always included in the to_panda...
Trygve Laugstøl
2017-10-12
1
-1
/
+1
*
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
2
-9
/
+22
*
o Making sure attribute type's ids are int.
Trygve Laugstøl
2017-10-02
1
-5
/
+10
*
o Better text extraction, fixing bug where 'Packaging' was not included.
Trygve Laugstøl
2017-10-01
1
-2
/
+3
*
o Smarter searching in case of multiple hits. Look for the MPN we want and no...
Trygve Laugstøl
2017-10-01
1
-14
/
+15
*
o Preventing ConfigParser from lower casing the keys in the ini file.
Trygve Laugstøl
2017-09-30
2
-6
/
+11
*
o Reformat all.
Trygve Laugstøl
2017-09-30
9
-89
/
+116
*
o Switching from YAML to INI files for downloaded facts.
Trygve Laugstøl
2017-09-30
4
-43
/
+144
*
o Stripping field values, setting to None if emtpy.
Trygve Laugstøl
2017-09-26
2
-1
/
+3
*
o Making EeVal hashable.
Trygve Laugstøl
2017-09-25
2
-0
/
+10
*
o Better implementation of EeVal's __eq__ and __lt__.
Trygve Laugstøl
2017-09-25
2
-2
/
+11
*
o We're Python3 only.
Trygve Laugstøl
2017-09-24
2
-1
/
+4
*
o Let digikey-download-facts read .sch files directly.
Trygve Laugstøl
2017-09-24
7
-23
/
+65
*
o Ignoring FLG type components when making bom.
Trygve Laugstøl
2017-09-23
1
-1
/
+1
*
o Handling smaller numbers that we have units for.
Trygve Laugstøl
2017-09-22
2
-4
/
+12
*
o Fixing parsing of '0.1' values too.
Trygve Laugstøl
2017-09-22
3
-27
/
+30
*
o Better to_pandas for schematics.
Trygve Laugstøl
2017-09-22
2
-6
/
+22
*
o EeVal: implememting unit parsing too.
Trygve Laugstøl
2017-09-22
2
-2
/
+13
*
o Properly implementing EeVal as a value parser. Still missing units.
Trygve Laugstøl
2017-09-22
3
-21
/
+41
*
o Adding ee.kicad.to_pandas().
Trygve Laugstøl
2017-09-20
3
-2
/
+45
*
o Fixing some inspections from PyCharm.
Trygve Laugstøl
2017-09-15
1
-8
/
+13
*
o Removing debug logging.
Trygve Laugstøl
2017-09-15
1
-5
/
+6
*
o Reformat.
Trygve Laugstøl
2017-09-15
1
-113
/
+114
*
o Make ee.kicad.Component implement @total_ordering.
Trygve Laugstøl
2017-09-15
2
-7
/
+44
*
o Reformat.
Trygve Laugstøl
2017-09-12
1
-100
/
+107
*
o Implementing kicad-make-bom as a tool.
Trygve Laugstøl
2017-09-12
3
-5
/
+60
*
o Reformat.
Trygve Laugstøl
2017-09-10
1
-21
/
+17
*
o List available tools when missing argument.
Trygve Laugstøl
2017-09-10
1
-0
/
+5
*
setup.py: Adding install_requires.
Trygve Laugstøl
2017-09-10
5
-47
/
+80
*
to_bom: A utility to create a KiCAD-like xml Element of a KiCAD schematic.
Trygve Laugstøl
2017-09-09
4
-3
/
+79
*
o Imporing some old parsing code into a EeVal type. Not quite done yet.
Trygve Laugstøl
2017-09-09
3
-2
/
+70
*
misc wip.
Trygve Laugstøl
2017-09-09
6
-1400
/
+613
*
o Splitting out read_schematic into its own file.
Trygve Laugstøl
2017-09-09
5
-240
/
+260
*
wip: Parsing schematics.
Trygve Laugstøl
2017-09-09
11
-4
/
+3182
*
o Reformat all.
Trygve Laugstøl
2017-09-07
12
-533
/
+578
*
o Adding two kicad tools from my kicad-utils repo.
Trygve Laugstøl
2017-09-07
2
-0
/
+503
*
o Adding a 'ee' binary entry point.
Trygve Laugstøl
2017-09-07
2
-2
/
+7
*
o Better API for the Digikey downloader.
Trygve Laugstøl
2017-09-06
3
-51
/
+92
*
o PEP 8 says python indent is 4 spaces.
Trygve Laugstøl
2017-09-03
2
-181
/
+176
*
o Adding tools to download facts about parts from Digi-Key.
Trygve Laugstøl
2017-09-03
7
-20
/
+391
*
o Going more jupyter.
Trygve Laugstøl
2017-08-13
10
-9
/
+1861
*
o KiCAD BOM parser.
Trygve Laugstøl
2017-08-08
7
-1
/
+12468
*
eng_str(): Adding unit argument.
Trygve Laugstøl
2017-08-03
2
-16
/
+58
*
o Indenting with two spaces.
Trygve Laugstøl
2017-08-02
4
-76
/
+58
*
o Importing formatting tools.
Trygve Laugstøl
2017-08-02
11
-15
/
+230
*
o Adding python2 compatibility.
Trygve Laugstøl
2017-07-10
4
-13
/
+36
[next]