..
__init__.py
…
__main__.py
Now outputs and preflights are loaded as plugins.
2020-07-02 12:30:30 -03:00
__version__.py
Bumped version to 0.4.0.
2020-06-17 15:38:49 -03:00
config_reader.py
Now outputs and preflights are loaded as plugins.
2020-07-02 12:30:30 -03:00
docopt.py
Changed the command line parser from argparse to docopt.
2020-06-26 12:04:56 -03:00
drill_marks.py
Added option to copy plot options from the PCB to the YAML example.
2020-07-01 20:43:03 -03:00
error.py
Major code refactor
2020-06-19 15:54:55 -03:00
gs.py
Now the schematic can be specified separately.
2020-06-29 19:25:54 -03:00
kiplot.py
Now outputs and preflights are loaded as plugins.
2020-07-02 12:30:30 -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 option to copy plot options from the PCB to the YAML example.
2020-07-01 20:43:03 -03:00
out_any_drill.py
Added check for string in outputs.drill.map/report.
2020-06-30 19:59:21 -03:00
out_any_layer.py
Added option to copy plot options from the PCB to the YAML example.
2020-07-01 20:43:03 -03:00
out_base.py
Now the docstring for string options can specify a list of allowed values
2020-07-02 09:25:06 -03:00
out_dxf.py
Added option to copy plot options from the PCB to the YAML example.
2020-07-01 20:43:03 -03:00
out_excellon.py
Excluded from coverage the last line of the with document block
2020-06-26 14:46:09 -03:00
out_gerb_drill.py
Added a macro decorator to register output classes.
2020-06-25 11:32:13 -03:00
out_gerber.py
Added option to copy plot options from the PCB to the YAML example.
2020-07-01 20:43:03 -03:00
out_hpgl.py
Added option to copy plot options from the PCB to the YAML example.
2020-07-01 20:43:03 -03:00
out_ibom.py
Now the docstring for string options can specify a list of allowed values
2020-07-02 09:25:06 -03:00
out_kibom.py
Now the docstring for string options can specify a list of allowed values
2020-07-02 09:25:06 -03:00
out_pdf.py
Added option to copy plot options from the PCB to the YAML example.
2020-07-01 20:43:03 -03:00
out_pdf_pcb_print.py
Added --example/-x option to generate a configuration example.
2020-06-30 20:09:14 -03:00
out_pdf_sch_print.py
Now the schematic can be specified separately.
2020-06-29 19:25:54 -03:00
out_position.py
Now the docstring for string options can specify a list of allowed values
2020-07-02 09:25:06 -03:00
out_ps.py
Added option to copy plot options from the PCB to the YAML example.
2020-07-01 20:43:03 -03:00
out_step.py
Now the schematic can be specified separately.
2020-06-29 19:25:54 -03:00
out_svg.py
Added option to copy plot options from the PCB to the YAML example.
2020-07-01 20:43:03 -03:00
pre_base.py
Added --example/-x option to generate a configuration example.
2020-06-30 20:09:14 -03:00
pre_check_zone_fills.py
Now the schematic can be specified separately.
2020-06-29 19:25:54 -03:00
pre_drc.py
Now the schematic can be specified separately.
2020-06-29 19:25:54 -03:00
pre_erc.py
Now the schematic can be specified separately.
2020-06-29 19:25:54 -03:00
pre_filters.py
Added --example/-x option to generate a configuration example.
2020-06-30 20:09:14 -03:00
pre_ignore_unconnected.py
Added --example/-x option to generate a configuration example.
2020-06-30 20:09:14 -03:00
pre_update_xml.py
Now the schematic can be specified separately.
2020-06-29 19:25:54 -03:00