KiBot/kibot
Salvador E. Tropea 50f38ea71b We no longer need to plot the files to know the KiCad's name.
Much faster.
2021-01-18 17:23:27 -03:00
..
bom Internal BoM: The "Quantity" column no longer includes the DNF/C status. 2021-01-12 15:21:34 -03:00
kicad Now you can ask to compress the targets of an output (by out put name) 2021-01-18 16:12:30 -03:00
mcpyrate Fix import issue when a shorter base path matches before a shorter one 2020-12-09 16:49:18 +02:00
__init__.py Marked sub-packages using __init__.py 2020-08-18 12:08:52 -03:00
__main__.py Now you can ask to compress the targets of an output (by out put name) 2021-01-18 16:12:30 -03:00
ansi.py Adjusted flake8 details 2020-11-02 16:06:02 -03:00
config_reader.py Made clear that generic_plot.kibot.yaml is just a template. 2021-01-05 15:14:22 -03:00
docopt.py Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
drill_marks.py Added support for relative imports to mcpy 2020-08-19 12:29:38 -03:00
error.py Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
fil_base.py Added a new filter used to rotate footprints. 2020-12-28 18:26:27 -03:00
fil_generic.py Added a new filter used to rotate footprints. 2020-12-28 18:26:27 -03:00
fil_rot_footprint.py Added a new filter used to rotate footprints. 2020-12-28 18:26:27 -03:00
fil_var_rename.py Added a new filter used to rotate footprints. 2020-12-28 18:26:27 -03:00
globals.py Added KiBot warning filters. 2020-10-12 16:31:47 -03:00
gs.py Now you can ask to compress the targets of an output (by out put name) 2021-01-18 16:12:30 -03:00
kiplot.py Now you can ask to compress the targets of an output (by out put name) 2021-01-18 16:12:30 -03:00
layer.py We no longer need to plot the files to know the KiCad's name. 2021-01-18 17:23:27 -03:00
log.py Adjusted flake8 details 2020-11-02 16:06:02 -03:00
macros.py Removed dead code in macros.py 2020-10-17 16:51:17 -03:00
misc.py Added support for ZIP/TAR/RAR generation. 2021-01-15 13:33:33 -03:00
optionable.py Now you can ask to compress the targets of an output (by out put name) 2021-01-18 16:12:30 -03:00
out_any_drill.py Now you can ask to compress the targets of an output (by out put name) 2021-01-18 16:12:30 -03:00
out_any_layer.py We no longer need to plot the files to know the KiCad's name. 2021-01-18 17:23:27 -03:00
out_base.py Now you can ask to compress the targets of an output (by out put name) 2021-01-18 16:12:30 -03:00
out_bom.py Now you can ask to compress the targets of an output (by out put name) 2021-01-18 16:12:30 -03:00
out_compress.py Now you can ask to compress the targets of an output (by out put name) 2021-01-18 16:12:30 -03:00
out_dxf.py Unified the capitalization after colons. 2021-01-12 15:39:05 -03:00
out_excellon.py Now you can ask to compress the targets of an output (by out put name) 2021-01-18 16:12:30 -03:00
out_gerb_drill.py Now you can ask to compress the targets of an output (by out put name) 2021-01-18 16:12:30 -03:00
out_gerber.py Fixed extra data about drill marks in gerber files. 2021-01-13 11:44:20 -03:00
out_hpgl.py Unified the capitalization after colons. 2021-01-12 15:39:05 -03:00
out_ibom.py Now you can ask to compress the targets of an output (by out put name) 2021-01-18 16:12:30 -03:00
out_kibom.py Now you can ask to compress the targets of an output (by out put name) 2021-01-18 16:12:30 -03:00
out_pcbdraw.py Now you can ask to compress the targets of an output (by out put name) 2021-01-18 16:12:30 -03:00
out_pdf.py Unified the capitalization after colons. 2021-01-12 15:39:05 -03:00
out_pdf_pcb_print.py Now you can ask to compress the targets of an output (by out put name) 2021-01-18 16:12:30 -03:00
out_pdf_sch_print.py Now you can ask to compress the targets of an output (by out put name) 2021-01-18 16:12:30 -03:00
out_position.py Now you can ask to compress the targets of an output (by out put name) 2021-01-18 16:12:30 -03:00
out_ps.py Unified the capitalization after colons. 2021-01-12 15:39:05 -03:00
out_sch_variant.py Now you can ask to compress the targets of an output (by out put name) 2021-01-18 16:12:30 -03:00
out_step.py Now you can ask to compress the targets of an output (by out put name) 2021-01-18 16:12:30 -03:00
out_svg.py Unified the capitalization after colons. 2021-01-12 15:39:05 -03:00
out_svg_sch_print.py Now you can ask to compress the targets of an output (by out put name) 2021-01-18 16:12:30 -03:00
pre_base.py Added the basic infraestructure for variants. 2020-08-28 16:46:24 -03:00
pre_check_zone_fills.py Added support for relative imports to mcpy 2020-08-19 12:29:38 -03:00
pre_drc.py Now the default output name applies to the DRC and ERC report names. 2021-01-12 13:44:09 -03:00
pre_erc.py Now the default output name applies to the DRC and ERC report names. 2021-01-12 13:44:09 -03:00
pre_filters.py Added support for KiCad 6 error filters. 2020-10-15 17:00:58 -03:00
pre_ignore_unconnected.py Added support for relative imports to mcpy 2020-08-19 12:29:38 -03:00
pre_update_xml.py Added support for relative imports to mcpy 2020-08-19 12:29:38 -03:00
registrable.py Added support for filters and variants to pdf_print_sch 2020-09-01 16:54:51 -03:00
var_base.py Changed how variant field renamer is implemented. 2020-12-23 10:19:23 -03:00
var_ibom.py Changed how variant field renamer is implemented. 2020-12-23 10:19:23 -03:00
var_kibom.py Changed how variant field renamer is implemented. 2020-12-23 10:19:23 -03:00