KiBot/kiplot
Salvador E. Tropea 2f0f3f755d Changed the command line parser from argparse to docopt.
This make the code cleaner and better documented.
Now the usage is more clear, and also a little bit more strict.
I'm using a modified docopt because I preffer using args.option instead of
args['--option'], I also fixed a few flake8 issues in docopt.py.
2020-06-26 12:04:56 -03:00
..
__init__.py
__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
macros.py Documented the output_class macro 2020-06-26 12:02:18 -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 Added preflights help. 2020-06-25 10:31:23 -03:00
pre_drc.py Added preflights help. 2020-06-25 10:31:23 -03:00
pre_erc.py Added preflights help. 2020-06-25 10:31:23 -03:00
pre_filters.py Added preflights help. 2020-06-25 10:31:23 -03:00
pre_ignore_unconnected.py Added preflights help. 2020-06-25 10:31:23 -03:00
pre_update_xml.py Added preflights help. 2020-06-25 10:31:23 -03:00