KiBot/kibot
Salvador E. Tropea 320f1a38ff [iBoM] Fixed: G/SetFPIDAsString needs KiCad 6.0.6+ 2022-07-30 11:05:43 -03:00
..
PyPDF2
bom [Test] Added a message to test the missing XLSX behavior 2022-07-01 12:40:15 -03:00
config_templates
images
kicad [KiCad 6 SCH] Fixed problems with title block on variants 2022-07-21 12:58:46 -03:00
kicad_colors
kicad_layouts
mcpyrate Removed distutils use in mcpyrate 2022-06-30 13:58:54 -03:00
report_templates
svgutils
__init__.py Switched to v1.2.1 to identify git code 2022-07-13 10:38:26 -03:00
__main__.py Added `--dont-stop` command line option 2022-07-21 13:54:42 -03:00
config_reader.py Now configuration sections are parsed in a fixed order 2022-07-21 13:11:24 -03:00
create_pdf.py PDFUnite: added warnings and errors about missing input files 2022-06-13 08:56:25 -03:00
dep_downloader.py [Install Checker] Instruct to install pip when needed 2022-07-18 08:49:02 -03:00
docopt.py
drill_marks.py Simplified the drill_marks stuff 2022-06-10 17:50:11 -03:00
error.py
fil_base.py
fil_field_rename.py Moved comments in docstrings to comments 2022-07-05 12:42:16 -03:00
fil_generic.py Moved comments in docstrings to comments 2022-07-05 12:42:16 -03:00
fil_rot_footprint.py Moved comments in docstrings to comments 2022-07-05 12:42:16 -03:00
fil_subparts.py Moved comments in docstrings to comments 2022-07-05 12:42:16 -03:00
fil_var_rename.py Moved comments in docstrings to comments 2022-07-05 12:42:16 -03:00
fil_var_rename_kicost.py Moved comments in docstrings to comments 2022-07-05 12:42:16 -03:00
globals.py [SCH][Print] A global option to cross components without a body. 2022-07-12 08:44:05 -03:00
gs.py [SCH][Print] A global option to cross components without a body. 2022-07-12 08:44:05 -03:00
kiplot.py Suppress an excessive info message to console 2022-07-25 04:08:06 +08:00
layer.py
log.py Added log.debugl(LEVEL, msg) function, using verbose level 2022-06-18 16:35:31 -03:00
macros.py
misc.py Update user agent string to pretend being a recent version of Firefox 2022-07-26 10:27:01 +02:00
optionable.py Removed debug message 2022-07-21 13:46:09 -03:00
out_any_drill.py
out_any_layer.py
out_any_pcb_print.py Now the dependencies are YAML specs in docstrings 2022-07-05 12:43:49 -03:00
out_any_sch_print.py Added in SCH PDF Print: An all_pages option. 2022-07-22 23:48:30 +08:00
out_base.py [iBoM] Fixed: G/SetFPIDAsString needs KiCad 6.0.6+ 2022-07-30 11:05:43 -03:00
out_base_3d.py
out_boardview.py
out_bom.py Now the dependencies are YAML specs in docstrings 2022-07-05 12:43:49 -03:00
out_compress.py Now the dependencies are YAML specs in docstrings 2022-07-05 12:43:49 -03:00
out_download_datasheets.py catch possible SSLError when downloading datasheets to prevent KiBot crash. 2022-07-26 09:28:46 +02:00
out_dxf.py
out_excellon.py
out_gencad.py Now the dependencies are YAML specs in docstrings 2022-07-05 12:43:49 -03:00
out_gerb_drill.py
out_gerber.py
out_hpgl.py
out_ibom.py [iBoM] Added support for variants that change component fields 2022-07-30 10:39:48 -03:00
out_kibom.py Documented the added features. 2022-07-11 12:41:23 -03:00
out_kicost.py Now the dependencies are YAML specs in docstrings 2022-07-05 12:43:49 -03:00
out_navigate_results.py Now the dependencies are YAML specs in docstrings 2022-07-05 12:43:49 -03:00
out_netlist.py Now the dependencies are YAML specs in docstrings 2022-07-05 12:43:49 -03:00
out_pcb_print.py [PCB Print] Fixed problems with zones on multiple layers 2022-07-18 09:52:41 -03:00
out_pcbdraw.py Now the dependencies are YAML specs in docstrings 2022-07-05 12:43:49 -03:00
out_pdf.py
out_pdf_pcb_print.py Now the dependencies are YAML specs in docstrings 2022-07-05 12:43:49 -03:00
out_pdf_sch_print.py Now the dependencies are YAML specs in docstrings 2022-07-05 12:43:49 -03:00
out_pdfunite.py PDFUnite: added warnings and errors about missing input files 2022-06-13 08:56:25 -03:00
out_position.py Merge branch 'master' of https://github.com/INTI-CMNB/KiBot 2022-07-15 06:23:08 -03:00
out_ps.py
out_qr_lib.py Now the dependencies are YAML specs in docstrings 2022-07-05 12:43:49 -03:00
out_render_3d.py Now the dependencies are YAML specs in docstrings 2022-07-05 12:43:49 -03:00
out_report.py [Report] Fixed converted file wasn't stored at `dir` 2022-07-25 11:40:24 -03:00
out_sch_variant.py
out_step.py Now the dependencies are YAML specs in docstrings 2022-07-05 12:43:49 -03:00
out_svg.py
out_svg_pcb_print.py Now the dependencies are YAML specs in docstrings 2022-07-05 12:43:49 -03:00
out_svg_sch_print.py Now the dependencies are YAML specs in docstrings 2022-07-05 12:43:49 -03:00
pre_annotate_pcb.py
pre_annotate_power.py
pre_any_replace.py Now the dependencies are YAML specs in docstrings 2022-07-05 12:43:49 -03:00
pre_base.py Now %V/%v can be expanded in preflights 2022-07-21 13:07:24 -03:00
pre_check_zone_fills.py
pre_erc_warnings.py
pre_fill_zones.py
pre_filters.py
pre_ignore_unconnected.py
pre_pcb_replace.py Now the dependencies are YAML specs in docstrings 2022-07-05 12:43:49 -03:00
pre_run_drc.py Now the dependencies are YAML specs in docstrings 2022-07-05 12:43:49 -03:00
pre_run_erc.py Now the dependencies are YAML specs in docstrings 2022-07-05 12:43:49 -03:00
pre_sch_replace.py Now the dependencies are YAML specs in docstrings 2022-07-05 12:43:49 -03:00
pre_set_text_variables.py Now the dependencies are YAML specs in docstrings 2022-07-05 12:43:49 -03:00
pre_update_qr.py
pre_update_xml.py Now the dependencies are YAML specs in docstrings 2022-07-05 12:43:49 -03:00
registrable.py Now the dependencies are YAML specs in docstrings 2022-07-05 12:43:49 -03:00
var_base.py
var_ibom.py Moved comments in docstrings to comments 2022-07-05 12:42:16 -03:00
var_kibom.py Moved comments in docstrings to comments 2022-07-05 12:42:16 -03:00
var_kicost.py Moved comments in docstrings to comments 2022-07-05 12:42:16 -03:00