KiBot/kiplot
SET 8ba17872dc Recoded get_user_fields.
The previous implementation worked but if we fail to load any of the
default fields we could fail to return one of the user defined ones.
The new code is more robust.
Also commented get_field_names that isn't currently used.
2020-08-15 11:04:25 -03:00
..
bom Added tests to exclude PCB and/or Stats info in CSV files. 2020-08-14 11:13:45 -03:00
kicad Recoded get_user_fields. 2020-08-15 11:04:25 -03:00
__init__.py
__main__.py Added test for decimal point locale support. 2020-08-13 16:59:12 -03:00
__version__.py Bumped version to 0.5.0 2020-07-11 14:02:09 -03:00
config_reader.py Removed the dots used to keep the indentation in the YAML example. 2020-08-12 20:07:47 -03:00
docopt.py Added missing empty line (flake8 detail) 2020-07-31 12:01:25 -03:00
drill_marks.py Delayed the outputs configuration until last moment. 2020-07-22 18:26:12 -03:00
error.py Added stack trace for the SCH loading. 2020-08-12 09:48:44 -03:00
gs.py Implemented the KiCad version in the Internal BoM. 2020-08-05 21:17:20 -03:00
kiplot.py Added SCH dependencies dump when using -vv or more 2020-08-14 19:33:38 -03:00
layer.py Delayed the outputs configuration until last moment. 2020-07-22 18:26:12 -03:00
log.py
macros.py Added default output file name pattern. 2020-07-23 18:26:03 -03:00
misc.py Added KiCad v5.x schematic support. 2020-07-27 22:01:12 -03:00
optionable.py Fixed the Optionable._type method for empty lists. 2020-08-11 13:20:01 -03:00
out_any_drill.py Added default output file name pattern. 2020-07-23 18:26:03 -03:00
out_any_layer.py Fixed flake8 style details 2020-08-11 12:46:36 -03:00
out_base.py Fixed initialization of empty sub-options. 2020-08-05 19:53:57 -03:00
out_bom.py Added tests for TXT and quote_all 2020-08-14 10:21:21 -03:00
out_dxf.py
out_excellon.py Added `drill` output configuration 2020-07-12 17:43:15 -03:00
out_gerb_drill.py Added `drill` output configuration 2020-07-12 17:43:15 -03:00
out_gerber.py Defined %i as 'job' for gerber job files. 2020-07-12 15:55:25 -03:00
out_hpgl.py Removed unused log import 2020-07-09 18:50:29 -03:00
out_ibom.py Added default output file name pattern. 2020-07-23 18:26:03 -03:00
out_kibom.py Added default output file name pattern. 2020-07-23 18:26:03 -03:00
out_pcbdraw.py Added default output file name pattern. 2020-07-23 18:26:03 -03:00
out_pdf.py
out_pdf_pcb_print.py Fixed flake8 style details 2020-08-11 12:46:36 -03:00
out_pdf_sch_print.py Added default output file name pattern. 2020-07-23 18:26:03 -03:00
out_position.py Added default output file name pattern. 2020-07-23 18:26:03 -03:00
out_ps.py Extra dot in step.metric_units docstring. 2020-07-09 12:50:27 -03:00
out_step.py Added default output file name pattern. 2020-07-23 18:26:03 -03:00
out_svg.py
pre_base.py Preflight filters parsed by Optionable class. 2020-07-12 11:52:44 -03:00
pre_check_zone_fills.py Fixed ignore_unconnected. 2020-07-08 16:29:30 -03:00
pre_drc.py Added more tests for errors 2020-07-08 20:41:16 -03:00
pre_erc.py Added more preflight tests 2020-07-08 19:49:33 -03:00
pre_filters.py Delayed the outputs configuration until last moment. 2020-07-22 18:26:12 -03:00
pre_ignore_unconnected.py Fixed ignore_unconnected. 2020-07-08 16:29:30 -03:00
pre_update_xml.py Fixed ignore_unconnected. 2020-07-08 16:29:30 -03:00
reg_out.py