KiBot/kiplot
Salvador E. Tropea 4368364489 Refactored the BaseOutput class to make it more similar to the YAML
Now the options are just an attribute of the outputs.
It means we have a set of classes for the options.
All the output content is parsed by the classes, including the Layers.
Now the layers support a simple string (with interesting shortcuts), a list of
strings or the original list of dicts.
2020-07-08 15:17:24 -03:00
..
__init__.py Moved the module to the root and added a script named kiplot to call it from /usr/bin. 2020-03-10 14:49:18 -03:00
__main__.py Refactored the BaseOutput class to make it more similar to the YAML 2020-07-08 15:17:24 -03:00
__version__.py Bumped version to 0.4.0. 2020-06-17 15:38:49 -03:00
config_reader.py Refactored the BaseOutput class to make it more similar to the YAML 2020-07-08 15:17:24 -03:00
docopt.py Changed the command line parser from argparse to docopt. 2020-06-26 12:04:56 -03:00
drill_marks.py Refactored the BaseOutput class to make it more similar to the YAML 2020-07-08 15:17:24 -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 Refactored the BaseOutput class to make it more similar to the YAML 2020-07-08 15:17:24 -03:00
kiplot.py Refactored the BaseOutput class to make it more similar to the YAML 2020-07-08 15:17:24 -03:00
layer.py Refactored the BaseOutput class to make it more similar to the YAML 2020-07-08 15:17:24 -03:00
log.py Made flake8 compliant 2020-03-22 20:16:57 -03:00
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
optionable.py Refactored the BaseOutput class to make it more similar to the YAML 2020-07-08 15:17:24 -03:00
out_any_drill.py Refactored the BaseOutput class to make it more similar to the YAML 2020-07-08 15:17:24 -03:00
out_any_layer.py Refactored the BaseOutput class to make it more similar to the YAML 2020-07-08 15:17:24 -03:00
out_base.py Refactored the BaseOutput class to make it more similar to the YAML 2020-07-08 15:17:24 -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 Refactored the BaseOutput class to make it more similar to the YAML 2020-07-08 15:17:24 -03:00
out_gerb_drill.py Refactored the BaseOutput class to make it more similar to the YAML 2020-07-08 15:17:24 -03:00
out_gerber.py Refactored the BaseOutput class to make it more similar to the YAML 2020-07-08 15:17:24 -03:00
out_hpgl.py Refactored the BaseOutput class to make it more similar to the YAML 2020-07-08 15:17:24 -03:00
out_ibom.py Refactored the BaseOutput class to make it more similar to the YAML 2020-07-08 15:17:24 -03:00
out_kibom.py Refactored the BaseOutput class to make it more similar to the YAML 2020-07-08 15:17:24 -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 Refactored the BaseOutput class to make it more similar to the YAML 2020-07-08 15:17:24 -03:00
out_pdf_sch_print.py Refactored the BaseOutput class to make it more similar to the YAML 2020-07-08 15:17:24 -03:00
out_position.py Refactored the BaseOutput class to make it more similar to the YAML 2020-07-08 15:17:24 -03:00
out_ps.py Refactored the BaseOutput class to make it more similar to the YAML 2020-07-08 15:17:24 -03:00
out_step.py Refactored the BaseOutput class to make it more similar to the YAML 2020-07-08 15:17:24 -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 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
reg_out.py Refactored the BaseOutput class to make it more similar to the YAML 2020-07-08 15:17:24 -03:00