KiBot/kiplot
Salvador E. Tropea 1c4c94cfa2 Some super() use clean-up.
Now using Python3 style everywhere.
Added some missing calls to allow more cases of use.
2020-07-05 19:11:52 -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 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 Some super() use clean-up. 2020-07-05 19:11:52 -03:00
docopt.py Changed the command line parser from argparse to docopt. 2020-06-26 12:04:56 -03:00
drill_marks.py Some super() use clean-up. 2020-07-05 19:11:52 -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 Applied abspath to the output path to make is cleaner. 2020-07-02 23:29:53 -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 Some super() use clean-up. 2020-07-05 19:11:52 -03:00
out_any_drill.py Some super() use clean-up. 2020-07-05 19:11:52 -03:00
out_any_layer.py Some super() use clean-up. 2020-07-05 19:11:52 -03:00
out_base.py Some super() use clean-up. 2020-07-05 19:11:52 -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 Some super() use clean-up. 2020-07-05 19:11:52 -03:00
out_gerb_drill.py Some super() use clean-up. 2020-07-05 19:11:52 -03:00
out_gerber.py Some super() use clean-up. 2020-07-05 19:11:52 -03:00
out_hpgl.py Some super() use clean-up. 2020-07-05 19:11:52 -03:00
out_ibom.py Some super() use clean-up. 2020-07-05 19:11:52 -03:00
out_kibom.py Some super() use clean-up. 2020-07-05 19:11:52 -03:00
out_pdf.py Some super() use clean-up. 2020-07-05 19:11:52 -03:00
out_pdf_pcb_print.py Some super() use clean-up. 2020-07-05 19:11:52 -03:00
out_pdf_sch_print.py Some super() use clean-up. 2020-07-05 19:11:52 -03:00
out_position.py Some super() use clean-up. 2020-07-05 19:11:52 -03:00
out_ps.py Some super() use clean-up. 2020-07-05 19:11:52 -03:00
out_step.py Some super() use clean-up. 2020-07-05 19:11:52 -03:00
out_svg.py Some super() use clean-up. 2020-07-05 19:11:52 -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