KiBot/kibot
Salvador E. Tropea 2689ccbca2 Made the ibom output smarter about the netlist
- Now a warning is issued if needed and absent
- We now also pass it to iBoM if needed and is there
Fixes #68
2021-04-12 12:42:26 -03:00
..
bom Added a BoM option to disable the ceil() "rounding" 2021-03-19 12:46:37 -03:00
kicad New KiCost variant style. 2021-03-30 09:37:36 -03:00
mcpyrate Updated mcpyrate. 2021-02-01 11:13:52 -03:00
__init__.py Marked sub-packages using __init__.py 2020-08-18 12:08:52 -03:00
__main__.py Added detection of gzip compressed configuration files. 2021-04-01 08:08:20 -03:00
config_reader.py Added pattern expansion in the `dir` option for outputs 2021-03-12 21:14:39 -03:00
docopt.py Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
drill_marks.py Added pattern expansion in the `dir` option for outputs 2021-03-12 21:14:39 -03:00
error.py Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
fil_base.py Basic KiCost support. 2021-03-31 12:27:55 -03:00
fil_field_rename.py Basic KiCost support. 2021-03-31 12:27:55 -03:00
fil_generic.py New KiCost variant style. 2021-03-30 09:37:36 -03:00
fil_rot_footprint.py Added field rename filter. 2021-03-23 13:20:26 -03:00
fil_subparts.py Basic KiCost support. 2021-03-31 12:27:55 -03:00
fil_var_rename.py Experimental mechanism to change 3D models according to the variant. 2021-03-31 18:00:43 -03:00
fil_var_rename_kicost.py Basic KiCost support. 2021-03-31 12:27:55 -03:00
globals.py Added pattern expansion in the `dir` option for outputs 2021-03-12 21:14:39 -03:00
gs.py Experimental mechanism to change 3D models according to the variant. 2021-03-31 18:00:43 -03:00
kiplot.py Added pattern expansion in the `dir` option for outputs 2021-03-12 21:14:39 -03:00
layer.py Added pattern expansion in the `dir` option for outputs 2021-03-12 21:14:39 -03:00
log.py Fixed problem using Python 3.6 2021-02-16 12:02:41 -03:00
macros.py Removed dead code in macros.py 2021-02-04 16:38:38 -03:00
misc.py Made the ibom output smarter about the netlist 2021-04-12 12:42:26 -03:00
optionable.py Basic KiCost support. 2021-03-31 12:27:55 -03:00
out_any_drill.py Fixed Typos in source files per recommendation from @set-soft. 2021-03-31 15:10:21 -07:00
out_any_layer.py Added pattern expansion in the `dir` option for outputs 2021-03-12 21:14:39 -03:00
out_base.py New KiCost variant style. 2021-03-30 09:37:36 -03:00
out_bom.py Added field rename filter. 2021-03-23 13:20:26 -03:00
out_compress.py Added pattern expansion in the `dir` option for outputs 2021-03-12 21:14:39 -03:00
out_dxf.py Fixed Typos in source files per recommendation from @set-soft. 2021-03-31 15:10:21 -07: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 Typos in source files per recommendation from @set-soft. 2021-03-31 15:10:21 -07:00
out_hpgl.py Unified the capitalization after colons. 2021-01-12 15:39:05 -03:00
out_ibom.py Made the ibom output smarter about the netlist 2021-04-12 12:42:26 -03:00
out_kibom.py Added pattern expansion in the `dir` option for outputs 2021-03-12 21:14:39 -03:00
out_kicost.py Basic KiCost support. 2021-03-31 12:27:55 -03:00
out_pcbdraw.py Added pattern expansion in the `dir` option for outputs 2021-03-12 21:14:39 -03:00
out_pdf.py Unified the capitalization after colons. 2021-01-12 15:39:05 -03:00
out_pdf_pcb_print.py Added pattern expansion in the `dir` option for outputs 2021-03-12 21:14:39 -03:00
out_pdf_sch_print.py Added pattern expansion in the `dir` option for outputs 2021-03-12 21:14:39 -03:00
out_position.py Added pattern expansion in the `dir` option for outputs 2021-03-12 21:14:39 -03:00
out_ps.py Unified the capitalization after colons. 2021-01-12 15:39:05 -03:00
out_sch_variant.py Added pattern expansion in the `dir` option for outputs 2021-03-12 21:14:39 -03:00
out_step.py Merge pull request #63 from sethkaz/master 2021-04-01 08:44:22 -03:00
out_svg.py Unified the capitalization after colons. 2021-01-12 15:39:05 -03:00
out_svg_sch_print.py Added pattern expansion in the `dir` option for outputs 2021-03-12 21:14:39 -03:00
pre_base.py Added pattern expansion in the `dir` option for outputs 2021-03-12 21:14:39 -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 Added pattern expansion in the `dir` option for outputs 2021-03-12 21:14:39 -03:00
pre_erc.py Added pattern expansion in the `dir` option for outputs 2021-03-12 21:14:39 -03:00
pre_erc_warnings.py Added `erc_warnings` option to consider ERC warnings as errors. 2021-02-24 12:34:49 -03:00
pre_filters.py Added pattern expansion in the `dir` option for outputs 2021-03-12 21:14:39 -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 remove of forced video in GitLab CI 2021-02-22 12:55:02 -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 New KiCost variant style. 2021-03-30 09:37:36 -03:00
var_ibom.py Basic KiCost support. 2021-03-31 12:27:55 -03:00
var_kibom.py Basic KiCost support. 2021-03-31 12:27:55 -03:00
var_kicost.py Basic KiCost support. 2021-03-31 12:27:55 -03:00