KiBot/kiplot
Salvador E. Tropea 7726732df9 Created a decorator to register the preflight options 2020-06-26 14:45:33 -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 Changed the command line parser from argparse to docopt. 2020-06-26 12:04:56 -03:00
__version__.py Bumped version to 0.4.0. 2020-06-17 15:38:49 -03:00
config_reader.py Changed the command line parser from argparse to docopt. 2020-06-26 12:04:56 -03:00
docopt.py Changed the command line parser from argparse to docopt. 2020-06-26 12:04:56 -03:00
error.py Major code refactor 2020-06-19 15:54:55 -03:00
kiplot.py Changed the command line parser from argparse to docopt. 2020-06-26 12:04:56 -03:00
log.py Made flake8 compliant 2020-03-22 20:16:57 -03:00
macros.py Created a decorator to register the preflight options 2020-06-26 14:45:33 -03:00
misc.py Added STEP file output 2020-06-15 13:21:24 -03:00
out_any_drill.py Now the map.type and report.filename are deprecated in favor of map and report. 2020-06-25 09:37:43 -03:00
out_any_layer.py Implemented the `sketch_plot` option. 2020-06-24 12:00:53 -03:00
out_base.py Outputs help and options review 2020-06-25 09:05:46 -03:00
out_dxf.py Added a macro decorator to register output classes. 2020-06-25 11:32:13 -03:00
out_excellon.py Added a macro decorator to register output classes. 2020-06-25 11:32:13 -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 a macro decorator to register output classes. 2020-06-25 11:32:13 -03:00
out_hpgl.py Added a macro decorator to register output classes. 2020-06-25 11:32:13 -03:00
out_ibom.py Added a macro decorator to register output classes. 2020-06-25 11:32:13 -03:00
out_kibom.py Added a macro decorator to register output classes. 2020-06-25 11:32:13 -03:00
out_pdf.py Added a macro decorator to register output classes. 2020-06-25 11:32:13 -03:00
out_pdf_pcb_print.py Added a macro decorator to register output classes. 2020-06-25 11:32:13 -03:00
out_pdf_sch_print.py Added a macro decorator to register output classes. 2020-06-25 11:32:13 -03:00
out_position.py Added a macro decorator to register output classes. 2020-06-25 11:32:13 -03:00
out_ps.py Added a macro decorator to register output classes. 2020-06-25 11:32:13 -03:00
out_step.py Added a macro decorator to register output classes. 2020-06-25 11:32:13 -03:00
out_svg.py Added a macro decorator to register output classes. 2020-06-25 11:32:13 -03:00
pre_base.py Added preflights help. 2020-06-25 10:31:23 -03:00
pre_check_zone_fills.py Created a decorator to register the preflight options 2020-06-26 14:45:33 -03:00
pre_drc.py Created a decorator to register the preflight options 2020-06-26 14:45:33 -03:00
pre_erc.py Created a decorator to register the preflight options 2020-06-26 14:45:33 -03:00
pre_filters.py Created a decorator to register the preflight options 2020-06-26 14:45:33 -03:00
pre_ignore_unconnected.py Created a decorator to register the preflight options 2020-06-26 14:45:33 -03:00
pre_update_xml.py Created a decorator to register the preflight options 2020-06-26 14:45:33 -03:00