InteractiveHtmlBom 2.11.1__tar.gz → 2.11.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/ecad/kicad.py +3 -3
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/version.py +1 -1
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/PKG-INFO +1 -1
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/.github/workflows/ci.yml +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/.github/workflows/release.yml +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/.gitignore +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/.jsbeautifyrc +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/DATAFORMAT.md +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/.gitattributes +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/Run.bat +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/__init__.py +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/compat.py +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/core/__init__.py +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/core/config.py +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/core/fontparser.py +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/core/ibom.py +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/core/lzstring.py +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/core/newstroke_font.py +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/core/units.py +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/dialog/__init__.py +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/dialog/bitmaps/btn-arrow-down.png +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/dialog/bitmaps/btn-arrow-up.png +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/dialog/bitmaps/btn-minus.png +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/dialog/bitmaps/btn-plus.png +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/dialog/bitmaps/btn-question.png +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/dialog/dialog_base.py +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/dialog/settings_dialog.py +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/dialog_test.py +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/ecad/__init__.py +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/ecad/common.py +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/ecad/easyeda.py +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/ecad/fusion_eagle.py +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/ecad/genericjson.py +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/ecad/kicad_extra/__init__.py +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/ecad/kicad_extra/netlistparser.py +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/ecad/kicad_extra/parser_base.py +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/ecad/kicad_extra/sexpressions.py +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/ecad/kicad_extra/xmlparser.py +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/ecad/schema/genericjsonpcbdata_v1.schema +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/ecad/svgpath.py +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/errors.py +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/generate_interactive_bom.py +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/i18n/language_en.bat +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/i18n/language_zh.bat +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/icon.png +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/web/ibom.css +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/web/ibom.html +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/web/ibom.js +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/web/lz-string.js +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/web/pep.js +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/web/render.js +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/web/split.js +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/web/table-util.js +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/web/util.js +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/LICENSE +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/README.md +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/__init__.py +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/icons/baseline-settings-20px.svg +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/icons/bom-grouped-32px.svg +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/icons/bom-left-right-32px.svg +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/icons/bom-netlist-32px.svg +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/icons/bom-only-32px.svg +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/icons/bom-top-bot-32px.svg +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/icons/bom-ungrouped-32px.svg +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/icons/btn-arrow-down.svg +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/icons/btn-arrow-up.svg +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/icons/btn-minus.svg +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/icons/btn-plus.svg +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/icons/btn-question.svg +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/icons/copy-48px.svg +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/icons/io-36px.svg +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/icons/plugin.svg +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/icons/plugin_icon_big.png +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/icons/stats-36px.svg +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/make_release.py +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/pyproject.toml +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/settings_dialog.fbp +0 -0
- {interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/tests/test_module.py +0 -0
|
@@ -71,8 +71,7 @@ class PcbnewParser(EcadParser):
|
|
|
71
71
|
var_fields = variant.GetFields()
|
|
72
72
|
for k in var_fields.keys():
|
|
73
73
|
props[str(k)] = str(f.GetFieldShownText(str(k)))
|
|
74
|
-
if variant.GetDNP()
|
|
75
|
-
props["kicad_dnp"] = "DNP"
|
|
74
|
+
props["kicad_dnp"] = "DNP" if variant.GetDNP() else ""
|
|
76
75
|
|
|
77
76
|
return props
|
|
78
77
|
|
|
@@ -494,7 +493,8 @@ class PcbnewParser(EcadParser):
|
|
|
494
493
|
pads.append(pad_dict)
|
|
495
494
|
return pads
|
|
496
495
|
else:
|
|
497
|
-
|
|
496
|
+
pad_layer = layers_set[0] if layers_set else pcbnew.F_Cu
|
|
497
|
+
pad_dict = self.parse_pad_layer(pad, pad_layer)
|
|
498
498
|
pad_dict["layers"] = layers
|
|
499
499
|
return [pad_dict]
|
|
500
500
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: InteractiveHtmlBom
|
|
3
|
-
Version: 2.11.
|
|
3
|
+
Version: 2.11.2
|
|
4
4
|
Summary: Generate Interactive Html BOM for your electronics projects
|
|
5
5
|
Project-URL: Documentation, https://github.com/openscopeproject/InteractiveHtmlBom/wiki
|
|
6
6
|
Project-URL: Issues, https://github.com/openscopeproject/InteractiveHtmlBom/issues
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/core/fontparser.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/core/newstroke_font.py
RENAMED
|
File without changes
|
|
File without changes
|
{interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/dialog/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/dialog/dialog_base.py
RENAMED
|
File without changes
|
{interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/dialog/settings_dialog.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/ecad/fusion_eagle.py
RENAMED
|
File without changes
|
{interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/ecad/genericjson.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/i18n/language_en.bat
RENAMED
|
File without changes
|
{interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/i18n/language_zh.bat
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{interactivehtmlbom-2.11.1 → interactivehtmlbom-2.11.2}/InteractiveHtmlBom/web/table-util.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|