├── KiJLC_32x32.png ├── LICENSE ├── README.md ├── __init__.py ├── bom2jlc.py └── img ├── BOM_dialog.png ├── KiJLC.svg └── KiJLC_128x128.png /KiJLC_32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fullyautomated/KiJLC/HEAD/KiJLC_32x32.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fullyautomated/KiJLC/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fullyautomated/KiJLC/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fullyautomated/KiJLC/HEAD/__init__.py -------------------------------------------------------------------------------- /bom2jlc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fullyautomated/KiJLC/HEAD/bom2jlc.py -------------------------------------------------------------------------------- /img/BOM_dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fullyautomated/KiJLC/HEAD/img/BOM_dialog.png -------------------------------------------------------------------------------- /img/KiJLC.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fullyautomated/KiJLC/HEAD/img/KiJLC.svg -------------------------------------------------------------------------------- /img/KiJLC_128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fullyautomated/KiJLC/HEAD/img/KiJLC_128x128.png --------------------------------------------------------------------------------