KiBot/kiplot
Salvador E. Tropea 42d1f14056 Now layers are solved when we really need it.
So we can do some operations (like --list) without loading the board.
Also: now the names for the layers are asked to pcbnew classes (not from file)
2020-06-29 12:55:02 -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 layers are solved when we really need it. 2020-06-29 12:55:02 -03:00
__version__.py Bumped version to 0.4.0. 2020-06-17 15:38:49 -03:00
config_reader.py Now layers are solved when we really need it. 2020-06-29 12:55:02 -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 Now layers are solved when we really need it. 2020-06-29 12:55:02 -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 STEP file output 2020-06-15 13:21:24 -03:00
out_any_drill.py Excluded from coverage the last line of the with document block 2020-06-26 14:46:09 -03:00
out_any_layer.py Now layers are solved when we really need it. 2020-06-29 12:55:02 -03:00
out_base.py Added support for all the missing IBoM options. 2020-06-27 15:04:35 -03:00
out_dxf.py Excluded from coverage the last line of the with document block 2020-06-26 14:46:09 -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 Excluded from coverage the last line of the with document block 2020-06-26 14:46:09 -03:00
out_hpgl.py Excluded from coverage the last line of the with document block 2020-06-26 14:46:09 -03:00
out_ibom.py Added support for all the missing IBoM options. 2020-06-27 15:04:35 -03:00
out_kibom.py Excluded from coverage the last line of the with document block 2020-06-26 14:46:09 -03:00
out_pdf.py Excluded from coverage the last line of the with document block 2020-06-26 14:46:09 -03:00
out_pdf_pcb_print.py Now layers are solved when we really need it. 2020-06-29 12:55:02 -03:00
out_pdf_sch_print.py Excluded from coverage the last line of the with document block 2020-06-26 14:46:09 -03:00
out_position.py Excluded from coverage the last line of the with document block 2020-06-26 14:46:09 -03:00
out_ps.py Excluded from coverage the last line of the with document block 2020-06-26 14:46:09 -03:00
out_step.py Excluded from coverage the last line of the with document block 2020-06-26 14:46:09 -03:00
out_svg.py Excluded from coverage the last line of the with document block 2020-06-26 14:46:09 -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