..
__init__.py
…
__main__.py
Normalized the PCB and SCH file names.
2020-07-23 12:03:42 -03:00
__version__.py
Bumped version to 0.5.0
2020-07-11 14:02:09 -03:00
config_reader.py
Added a mechanism to keep docstring spaces at the begining.
2020-07-22 18:28:49 -03:00
docopt.py
Changed the command line parser from argparse to docopt.
2020-06-26 12:04:56 -03:00
drill_marks.py
Delayed the outputs configuration until last moment.
2020-07-22 18:26:12 -03:00
error.py
Refactored the BaseOutput class to make it more similar to the YAML
2020-07-08 15:17:24 -03:00
gs.py
Normalized the PCB and SCH file names.
2020-07-23 12:03:42 -03:00
kiplot.py
Added a cache to avoid running external scripts many times to check
2020-07-22 18:48:18 -03:00
layer.py
Delayed the outputs configuration until last moment.
2020-07-22 18:26:12 -03:00
log.py
…
macros.py
Excluded from coverage code in macros.py that we aren't using.
2020-06-27 19:18:32 -03:00
misc.py
Added support for PcbDraw
2020-07-11 13:49:03 -03:00
optionable.py
Fixed import no longer used.
2020-07-22 18:34:26 -03:00
out_any_drill.py
Fixed drill output default value not shown in help.
2020-07-22 18:30:58 -03:00
out_any_layer.py
Delayed the outputs configuration until last moment.
2020-07-22 18:26:12 -03:00
out_base.py
Delayed the outputs configuration until last moment.
2020-07-22 18:26:12 -03:00
out_dxf.py
Refactored the BaseOutput class to make it more similar to the YAML
2020-07-08 15:17:24 -03:00
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
Now IBoM output file is coherent with other outputs.
2020-07-22 19:51:35 -03:00
out_kibom.py
Normalized the PCB and SCH file names.
2020-07-23 12:03:42 -03:00
out_pcbdraw.py
Delayed the outputs configuration until last moment.
2020-07-22 18:26:12 -03:00
out_pdf.py
Refactored the BaseOutput class to make it more similar to the YAML
2020-07-08 15:17:24 -03:00
out_pdf_pcb_print.py
Added full KiBoM configuration from the YAML config.
2020-07-22 18:33:53 -03:00
out_pdf_sch_print.py
Added filename expansion for SCH related outputs.
2020-07-13 19:20:25 -03:00
out_position.py
Fixed flake8 warnings.
2020-07-22 18:16:18 -03:00
out_ps.py
Extra dot in step.metric_units docstring.
2020-07-09 12:50:27 -03:00
out_step.py
Fixed flake8 warnings.
2020-07-22 18:16:18 -03:00
out_svg.py
Refactored the BaseOutput class to make it more similar to the YAML
2020-07-08 15:17:24 -03:00
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
Refactored the BaseOutput class to make it more similar to the YAML
2020-07-08 15:17:24 -03:00