fit-webview-bridge 0.1.1a5__cp311-cp311-macosx_11_0_arm64.whl → 0.2.0a1__cp311-cp311-macosx_11_0_arm64.whl

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.

Potentially problematic release.


This version of fit-webview-bridge might be problematic. Click here for more details.

@@ -1 +1,10 @@
1
+ import builtins as _builtins
2
+ import importlib
3
+ import sys as _sys
4
+
5
+ _wkm = importlib.import_module(__name__ + ".wkwebview")
6
+ _sys.modules.setdefault("wkwebview", _wkm)
7
+ setattr(_wkm, "wkwebview", _wkm)
8
+ setattr(_builtins, "wkwebview", _wkm)
9
+
1
10
  from .wkwebview import WKWebViewWidget as SystemWebView
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: fit-webview-bridge
3
- Version: 0.1.1a5
3
+ Version: 0.2.0a1
4
4
  Summary: Qt native WebView bridge with PySide6 bindings
5
5
  Author: FIT Project
6
6
  License: LGPL-3.0-or-later
@@ -13,8 +13,6 @@ Description-Content-Type: text/markdown
13
13
 
14
14
  # FIT WebView Bridge
15
15
 
16
- [🇬🇧 English](README.md) | [🇮🇹 Italiano](README.it.md)
17
-
18
16
  ### Description
19
17
 
20
18
  **FIT WebView Bridge** is a cross‑platform Qt widget (C++/Objective‑C++) with **PySide6** bindings that wraps the OS‑native web engines:
@@ -0,0 +1,5 @@
1
+ fit_webview_bridge/__init__.py,sha256=KQIE2-ZcVVqRpcrC4X9e9Iub-6uXXKlQBoyRk_I9RP8,293
2
+ fit_webview_bridge/wkwebview.cpython-311-darwin.so,sha256=TfUA7wb38JbIN1DVnIT0GK0315jgm9VmJxp2nSj6lu4,220112
3
+ fit_webview_bridge-0.2.0a1.dist-info/METADATA,sha256=a1erYX8Fdl7iaui3dRlWHwgwjaiKCbM8n5_kriDX56I,5721
4
+ fit_webview_bridge-0.2.0a1.dist-info/WHEEL,sha256=J4k32aYfy8FqV_eDPQK88Q49UIff400pvjsv-be8I-M,114
5
+ fit_webview_bridge-0.2.0a1.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- fit_webview_bridge/__init__.py,sha256=RZDTNi7m_2Ioyhhpefk0AxCNj2eYKHWhQrNPdY01m5w,56
2
- fit_webview_bridge/wkwebview.cpython-311-darwin.so,sha256=OOTx_DJnWgbApWKemeq1Mzdl3WHM4NAjiX7wOLVSM3g,218848
3
- fit_webview_bridge-0.1.1a5.dist-info/METADATA,sha256=7Wx45goYGJoxdxIjaB13X8BEXYBOUByqy8nx-0mKldU,5788
4
- fit_webview_bridge-0.1.1a5.dist-info/WHEEL,sha256=J4k32aYfy8FqV_eDPQK88Q49UIff400pvjsv-be8I-M,114
5
- fit_webview_bridge-0.1.1a5.dist-info/RECORD,,