KiBot/kibot
Salvador E. Tropea 2f37a5c6b4 [3D models] Various small details about missing models
- Fail to expand a VAR is reported once. Not for every model.
- Warnings no longer printed if the model is missing but we can
  download it. It confuses people when the problem is solved.
- When we fail to expand a VAR and the result is "${VAR}..."
  we tried to make it an absolute path creating a path that was
  confusing. Now we keep the original name.
2022-09-07 14:15:31 -03:00
..
PyPDF2
bom [Test] Added a message to test the missing XLSX behavior 2022-07-01 12:40:15 -03:00
config_templates Added the first stepof the new `--quick-start` option 2022-04-26 09:51:14 -03:00
images Added compress output to the navigate_results 2022-06-08 11:29:49 -03:00
kicad [3D models] Various small details about missing models 2022-09-07 14:15:31 -03:00
kicad_colors
kicad_layouts
mcpyrate Removed distutils use in mcpyrate 2022-06-30 13:58:54 -03:00
report_templates Added the first stepof the new `--quick-start` option 2022-04-26 09:51:14 -03:00
svgutils Added background image to pcb_print 2022-04-23 08:48:32 -03:00
__init__.py Switched to v1.2.1 to identify git code 2022-07-13 10:38:26 -03:00
__main__.py [Debug] Added KiBot version and verbose level to the logs 2022-08-16 09:24:13 -03:00
config_reader.py [Dependencies] Boosted PcbDraw version to 0.9.0.3 2022-08-16 09:47:15 -03:00
create_pdf.py [PCB Print] Changed the conversion strategy 2022-09-07 08:40:18 -03:00
dep_downloader.py [Dependencies] Boosted PcbDraw version to 0.9.0.3 2022-08-16 09:47:15 -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 [BoM] Added support for text variables expansion 2022-08-12 09:09:09 -03:00
fil_expand_text_vars.py [BoM] Added support for text variables expansion 2022-08-12 09:09:09 -03:00
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 [Global options] Restore the project at exit 2022-08-19 09:39:25 -03:00
gs.py When restoring the project now we maintain the original EOLs 2022-09-02 09:38:16 -03:00
kiplot.py [Quick Start] Avoid starting a browser when no index is generated 2022-09-07 13:26:06 -03:00
layer.py Now GS.ki5() and GS.ki6() are just GS.ki5 and GS.ki6 2022-07-31 17:45:55 -03:00
log.py [Tests] Make the logger tollerant to wrong init sequence 2022-09-07 14:05:02 -03:00
macros.py Fixed the code that moves the basic indicator 2022-06-08 08:53:03 -03:00
misc.py [BoM] Added support for text variables expansion 2022-08-12 09:09:09 -03:00
optionable.py [PCB Print] Changed the conversion strategy 2022-09-07 08:40:18 -03:00
out_any_drill.py Now GS.ki5() and GS.ki6() are just GS.ki5 and GS.ki6 2022-07-31 17:45:55 -03:00
out_any_layer.py Now GS.ki5() and GS.ki6() are just GS.ki5 and GS.ki6 2022-07-31 17:45:55 -03:00
out_any_pcb_print.py Now GS.ki5() and GS.ki6() are just GS.ki5 and GS.ki6 2022-07-31 17:45:55 -03:00
out_any_sch_print.py [SCH Print][Netlist][Fixed] Problems with name collisions 2022-08-11 13:31:26 -03:00
out_base.py [Fixed][PCB_Print] Problems with `hide_excluded: true` 2022-08-23 07:18:12 -03:00
out_base_3d.py [3D models] Various small details about missing models 2022-09-07 14:15:31 -03:00
out_boardview.py Now GS.ki5() and GS.ki6() are just GS.ki5 and GS.ki6 2022-07-31 17:45:55 -03:00
out_bom.py [DOCs] Added some extra clarifications about the internal BoM filters 2022-08-22 08:08:01 -03:00
out_compress.py [Compress] Added option to store symlinks. 2022-08-31 13:36:20 -03:00
out_diff.py [Diff] Added example for quick start 2022-09-07 13:26:48 -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 [DOCs] Added note about DXF output and dimensions 2022-09-07 09:01:55 -03:00
out_excellon.py Highlighted the most relevant options 2022-06-08 08:37:30 -03:00
out_gencad.py Now the dependencies are YAML specs in docstrings 2022-07-05 12:43:49 -03:00
out_gerb_drill.py Highlighted the most relevant options 2022-06-08 08:37:30 -03:00
out_gerber.py Now GS.ki5() and GS.ki6() are just GS.ki5 and GS.ki6 2022-07-31 17:45:55 -03:00
out_hpgl.py Highlighted the most relevant options 2022-06-08 08:37:30 -03:00
out_ibom.py [Dependencies] Added more local share plug-in dirs 2022-08-12 12:59:44 -03:00
out_info.py [Info] Added environment vars, KiBot paths and KiAuto info. 2022-09-07 12:45:56 -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 [Debug] Logged executed command in a cut & paste friendly way 2022-09-02 08:49:39 -03:00
out_netlist.py [SCH Print][Netlist][Fixed] Problems with name collisions 2022-08-11 13:31:26 -03:00
out_pcb_print.py [PCB Print] Added option to move the page number to the extension 2022-09-07 09:46:57 -03:00
out_pcbdraw.py [Debug] Logged executed command in a cut & paste friendly way 2022-09-02 08:49:39 -03:00
out_pdf.py Now GS.ki5() and GS.ki6() are just GS.ki5 and GS.ki6 2022-07-31 17:45:55 -03:00
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 [SCH Print][Netlist][Fixed] Problems with name collisions 2022-08-11 13:31:26 -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 Now GS.ki5() and GS.ki6() are just GS.ki5 and GS.ki6 2022-07-31 17:45:55 -03:00
out_ps.py Now GS.ki5() and GS.ki6() are just GS.ki5 and GS.ki6 2022-07-31 17:45:55 -03:00
out_qr_lib.py [QR_Lib][Fixed] Problems when moving the footprint to the bottom. 2022-09-01 10:29:28 -03:00
out_render_3d.py Fixed missing changes in out_render_3d.py 2022-08-01 18:40:00 -03:00
out_report.py [Debug] Logged executed command in a cut & paste friendly way 2022-09-02 08:49:39 -03:00
out_sch_variant.py Highlighted the most relevant options 2022-06-08 08:37:30 -03:00
out_step.py [Debug] Logged executed command in a cut & paste friendly way 2022-09-02 08:49:39 -03:00
out_svg.py Now GS.ki5() and GS.ki6() are just GS.ki5 and GS.ki6 2022-07-31 17:45:55 -03:00
out_svg_pcb_print.py Now GS.ki5() and GS.ki6() are just GS.ki5 and GS.ki6 2022-07-31 17:45:55 -03:00
out_svg_sch_print.py [SCH Print][Netlist][Fixed] Problems with name collisions 2022-08-11 13:31:26 -03:00
pre_annotate_pcb.py Now GS.ki5() and GS.ki6() are just GS.ki5 and GS.ki6 2022-07-31 17:45:55 -03:00
pre_annotate_power.py Now GS.ki5() and GS.ki6() are just GS.ki5 and GS.ki6 2022-07-31 17:45:55 -03:00
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 [DRC] Another workaround for KiCad lack of exclusions support in Python 2022-08-17 13:33:57 -03:00
pre_filters.py Allow to skip the `regex` value in filters 2022-04-28 14:06:46 -03:00
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 [DRC] Added Workaround for problems with DRC exclusions 2022-08-10 14:01:32 -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 GS.ki5() and GS.ki6() are just GS.ki5 and GS.ki6 2022-07-31 17:45:55 -03:00
pre_set_text_variables.py [Fixed] Avoid reloading the project is none loaded 2022-09-05 10:30:29 -03:00
pre_update_qr.py Implemented output priorities 2022-06-07 13:57:32 -03:00
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