PyWebWinUI3 1.0.3__tar.gz → 1.1.0__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.
- {pywebwinui3-1.0.3/PyWebWinUI3.egg-info → pywebwinui3-1.1.0}/PKG-INFO +29 -25
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0/PyWebWinUI3.egg-info}/PKG-INFO +29 -25
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/PyWebWinUI3.egg-info/SOURCES.txt +15 -16
- pywebwinui3-1.1.0/PyWebWinUI3.egg-info/requires.txt +2 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/README.md +14 -19
- pywebwinui3-1.1.0/pyproject.toml +3 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/__init__.py +1 -1
- pywebwinui3-1.1.0/pywebwinui3/core.py +321 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/event.py +31 -45
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/util.py +2 -14
- pywebwinui3-1.1.0/pywebwinui3/web/_app/immutable/assets/2.DFa7Tulp.css +1 -0
- pywebwinui3-1.1.0/pywebwinui3/web/_app/immutable/chunks/6pQH9Hkv.js +1 -0
- pywebwinui3-1.0.3/pywebwinui3/web/_app/immutable/chunks/CEpW9fsN.js → pywebwinui3-1.1.0/pywebwinui3/web/_app/immutable/chunks/B-XLOWlt.js +1 -1
- pywebwinui3-1.0.3/pywebwinui3/web/_app/immutable/chunks/CLgPPBq9.js → pywebwinui3-1.1.0/pywebwinui3/web/_app/immutable/chunks/BrxDGwA4.js +1 -1
- pywebwinui3-1.1.0/pywebwinui3/web/_app/immutable/chunks/CGGCsFu4.js +1 -0
- pywebwinui3-1.1.0/pywebwinui3/web/_app/immutable/chunks/CW0wlPPy.js +1 -0
- pywebwinui3-1.1.0/pywebwinui3/web/_app/immutable/chunks/CZPLFskb.js +1 -0
- pywebwinui3-1.1.0/pywebwinui3/web/_app/immutable/chunks/CZuXpvpo.js +2 -0
- pywebwinui3-1.0.3/pywebwinui3/web/_app/immutable/chunks/DQYyt0Qv.js → pywebwinui3-1.1.0/pywebwinui3/web/_app/immutable/chunks/DF1x2LYX.js +1 -1
- pywebwinui3-1.1.0/pywebwinui3/web/_app/immutable/entry/app.COvDX_WQ.js +2 -0
- pywebwinui3-1.1.0/pywebwinui3/web/_app/immutable/entry/start.D-PUi8dH.js +1 -0
- pywebwinui3-1.1.0/pywebwinui3/web/_app/immutable/nodes/0.C49PHrK2.js +54 -0
- pywebwinui3-1.1.0/pywebwinui3/web/_app/immutable/nodes/1.Qo_2yB_V.js +1 -0
- pywebwinui3-1.1.0/pywebwinui3/web/_app/immutable/nodes/2.DAAD9EkZ.js +98 -0
- pywebwinui3-1.1.0/pywebwinui3/web/_app/version.json +1 -0
- pywebwinui3-1.1.0/pywebwinui3/web/index.html +100 -0
- pywebwinui3-1.1.0/requirements.txt +2 -0
- pywebwinui3-1.1.0/setup.py +60 -0
- pywebwinui3-1.0.3/PyWebWinUI3.egg-info/requires.txt +0 -2
- pywebwinui3-1.0.3/pywebwinui3/core.py +0 -176
- pywebwinui3-1.0.3/pywebwinui3/qt.py +0 -887
- pywebwinui3-1.0.3/pywebwinui3/web/_app/immutable/assets/2.dPO3j65h.css +0 -1
- pywebwinui3-1.0.3/pywebwinui3/web/_app/immutable/chunks/B8k5Ccj7.js +0 -1
- pywebwinui3-1.0.3/pywebwinui3/web/_app/immutable/chunks/BHMqm3g9.js +0 -2
- pywebwinui3-1.0.3/pywebwinui3/web/_app/immutable/chunks/Cd1tg9Ma.js +0 -1
- pywebwinui3-1.0.3/pywebwinui3/web/_app/immutable/chunks/DNMsE6fi.js +0 -1
- pywebwinui3-1.0.3/pywebwinui3/web/_app/immutable/chunks/DbLPBgK4.js +0 -1
- pywebwinui3-1.0.3/pywebwinui3/web/_app/immutable/chunks/fGsU50sd.js +0 -1
- pywebwinui3-1.0.3/pywebwinui3/web/_app/immutable/entry/app.D0i2RG-S.js +0 -2
- pywebwinui3-1.0.3/pywebwinui3/web/_app/immutable/entry/start.dJKMwvgv.js +0 -1
- pywebwinui3-1.0.3/pywebwinui3/web/_app/immutable/nodes/0.CqNsePPe.js +0 -54
- pywebwinui3-1.0.3/pywebwinui3/web/_app/immutable/nodes/1.GqMcuUYV.js +0 -1
- pywebwinui3-1.0.3/pywebwinui3/web/_app/immutable/nodes/2.D0-SBIC3.js +0 -94
- pywebwinui3-1.0.3/pywebwinui3/web/_app/version.json +0 -1
- pywebwinui3-1.0.3/pywebwinui3/web/index.html +0 -101
- pywebwinui3-1.0.3/requirements.txt +0 -2
- pywebwinui3-1.0.3/setup.py +0 -18
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/LICENSE +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/MANIFEST.in +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/NOTICE +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/PyWebWinUI3.egg-info/dependency_links.txt +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/PyWebWinUI3.egg-info/top_level.txt +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/type.py +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.0.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.1.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.10.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.11.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.12.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.13.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.14.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.15.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.16.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.17.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.18.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.19.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.2.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.20.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.21.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.22.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.23.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.24.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.25.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.26.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.27.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.28.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.29.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.3.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.30.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.31.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.32.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.33.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.34.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.35.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.36.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.37.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.38.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.39.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.4.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.40.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.41.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.42.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.43.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.44.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.45.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.46.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.47.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.48.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.49.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.5.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.50.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.51.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.52.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.53.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.54.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.55.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.56.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.57.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.58.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.59.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.6.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.60.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.61.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.62.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.63.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.64.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.65.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.66.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.67.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.68.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.69.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.7.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.70.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.71.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.72.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.73.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.74.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.75.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.76.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.77.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.78.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.79.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.8.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.80.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.81.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.82.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.83.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.84.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.85.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.86.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.87.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.88.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.89.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.9.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.90.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.91.woff2 +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/Variable-dynamic-subset.min.css +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/SegoeFluentIcons.ttf +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/pywebwinui3/web/_app/env.js +0 -0
- {pywebwinui3-1.0.3 → pywebwinui3-1.1.0}/setup.cfg +0 -0
|
@@ -1,19 +1,27 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyWebWinUI3
|
|
3
|
-
Version: 1.0
|
|
4
|
-
Summary: Create modern WinUI3-style desktop UIs in Python
|
|
3
|
+
Version: 1.1.0
|
|
4
|
+
Summary: Create modern WinUI3-style desktop UIs in Python using pywebview and a Svelte frontend.
|
|
5
5
|
Home-page: https://github.com/Haruna5718/PyWebWinUI3
|
|
6
6
|
Author: Haruna5718
|
|
7
7
|
Author-email: me@haruna5718.dev
|
|
8
|
-
License: Apache
|
|
9
|
-
Keywords: PyWebWinUI3,pywebwinui3,Haruna5718,
|
|
8
|
+
License: Apache-2.0
|
|
9
|
+
Keywords: PyWebWinUI3,pywebwinui3,Haruna5718,pywebview,svelte,winui3,pypi
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
15
|
+
Classifier: Operating System :: Microsoft :: Windows
|
|
16
|
+
Requires-Python: >=3.10
|
|
10
17
|
Description-Content-Type: text/markdown
|
|
11
18
|
License-File: LICENSE
|
|
12
19
|
License-File: NOTICE
|
|
13
|
-
Requires-Dist:
|
|
14
|
-
Requires-Dist:
|
|
20
|
+
Requires-Dist: pywebview
|
|
21
|
+
Requires-Dist: hPyT
|
|
15
22
|
Dynamic: author
|
|
16
23
|
Dynamic: author-email
|
|
24
|
+
Dynamic: classifier
|
|
17
25
|
Dynamic: description
|
|
18
26
|
Dynamic: description-content-type
|
|
19
27
|
Dynamic: home-page
|
|
@@ -21,6 +29,7 @@ Dynamic: keywords
|
|
|
21
29
|
Dynamic: license
|
|
22
30
|
Dynamic: license-file
|
|
23
31
|
Dynamic: requires-dist
|
|
32
|
+
Dynamic: requires-python
|
|
24
33
|
Dynamic: summary
|
|
25
34
|
|
|
26
35
|
# PyWebWinUI3
|
|
@@ -28,8 +37,8 @@ Dynamic: summary
|
|
|
28
37
|
PyWebWinUI3 is a Windows desktop UI framework that combines:
|
|
29
38
|
|
|
30
39
|
- a Python backend
|
|
31
|
-
- a
|
|
32
|
-
- a Svelte frontend rendered inside
|
|
40
|
+
- a pywebview host window
|
|
41
|
+
- a Svelte frontend rendered inside Edge WebView2
|
|
33
42
|
- an XAML-like page format for declaring UI
|
|
34
43
|
|
|
35
44
|
The goal is to make desktop apps feel like WinUI3-style apps while still being driven from Python.
|
|
@@ -41,10 +50,10 @@ PyWebWinUI3 lets you:
|
|
|
41
50
|
- declare pages in XAML-like markup
|
|
42
51
|
- bind controls to Python values
|
|
43
52
|
- react to value changes and lifecycle events from Python
|
|
44
|
-
-
|
|
45
|
-
- keep a
|
|
53
|
+
- serve a bundled frontend from the Python runtime
|
|
54
|
+
- keep a Windows-style shell with theme and accent synchronization
|
|
46
55
|
|
|
47
|
-
At runtime, Python owns the application state,
|
|
56
|
+
At runtime, Python owns the application state, pywebview hosts the window, and the Svelte app renders the page tree loaded from the bundled frontend.
|
|
48
57
|
|
|
49
58
|
## Platform
|
|
50
59
|
|
|
@@ -52,8 +61,8 @@ PyWebWinUI3 is currently aimed at Windows.
|
|
|
52
61
|
|
|
53
62
|
Runtime dependencies:
|
|
54
63
|
|
|
55
|
-
- `
|
|
56
|
-
- `
|
|
64
|
+
- `pywebview`
|
|
65
|
+
- `hPyT`
|
|
57
66
|
|
|
58
67
|
## Installation
|
|
59
68
|
|
|
@@ -71,7 +80,7 @@ app = MainWindow("PyWebWinUI3")
|
|
|
71
80
|
|
|
72
81
|
app.addSettings("Settings.xaml")
|
|
73
82
|
app.addPage("Dashboard.xaml")
|
|
74
|
-
app.addPage("
|
|
83
|
+
app.addPage("Test.xaml")
|
|
75
84
|
|
|
76
85
|
app.values["test_input"] = "Hello, world"
|
|
77
86
|
app.values["test_switch"] = False
|
|
@@ -111,7 +120,7 @@ Important methods:
|
|
|
111
120
|
|
|
112
121
|
- `addPage(...)`
|
|
113
122
|
- `addSettings(...)`
|
|
114
|
-
- `start(debug=False, min_width=900, min_height=600)`
|
|
123
|
+
- `start(debug=False, hidden=False, on_top=None, width=None, height=None, min_width=900, min_height=600)`
|
|
115
124
|
- `notice(level, title, description, item=None)`
|
|
116
125
|
- `pin(state)`
|
|
117
126
|
- `syncValue(key, value)`
|
|
@@ -135,14 +144,11 @@ Built-in system values include keys such as:
|
|
|
135
144
|
- `system_title`
|
|
136
145
|
- `system_icon`
|
|
137
146
|
- `system_theme`
|
|
138
|
-
- `system_theme_resolved`
|
|
139
147
|
- `system_accent`
|
|
140
148
|
- `system_pages`
|
|
141
149
|
- `system_settings`
|
|
142
150
|
- `system_nofication`
|
|
143
151
|
- `system_pin`
|
|
144
|
-
- `system_window_width`
|
|
145
|
-
- `system_window_height`
|
|
146
152
|
|
|
147
153
|
### Events
|
|
148
154
|
|
|
@@ -150,7 +156,6 @@ Built-in system values include keys such as:
|
|
|
150
156
|
|
|
151
157
|
- `@app.onValueChange(key)`
|
|
152
158
|
- `@app.onAccentColorChange()`
|
|
153
|
-
- `@app.onThemeChange()`
|
|
154
159
|
- `@app.onSetup()`
|
|
155
160
|
- `@app.onExit()`
|
|
156
161
|
|
|
@@ -234,21 +239,20 @@ External URLs such as `https://...` and `file://...` are passed through as-is.
|
|
|
234
239
|
|
|
235
240
|
## Window / Shell Behavior
|
|
236
241
|
|
|
237
|
-
The desktop shell is implemented
|
|
242
|
+
The desktop shell is implemented with pywebview and provides:
|
|
238
243
|
|
|
239
|
-
-
|
|
244
|
+
- a hidden-title-bar host window
|
|
240
245
|
- theme and accent synchronization with Windows
|
|
241
246
|
- always-on-top pinning
|
|
242
|
-
-
|
|
243
|
-
-
|
|
247
|
+
- a pywebview API bridge between Python and the frontend
|
|
248
|
+
- direct bundled frontend hosting from `pywebwinui3/web/`
|
|
244
249
|
|
|
245
250
|
## Project Structure
|
|
246
251
|
|
|
247
252
|
```text
|
|
248
253
|
PyWebWinUI3/
|
|
249
254
|
├─ pywebwinui3/
|
|
250
|
-
│ ├─ core.py # public
|
|
251
|
-
│ ├─ qt.py # Qt shell and bridge
|
|
255
|
+
│ ├─ core.py # public API, app state, pywebview host
|
|
252
256
|
│ ├─ util.py # XAML loader, sync dict, accent watcher
|
|
253
257
|
│ ├─ event.py # event system
|
|
254
258
|
│ ├─ type.py # status and theme resource constants
|
|
@@ -1,19 +1,27 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyWebWinUI3
|
|
3
|
-
Version: 1.0
|
|
4
|
-
Summary: Create modern WinUI3-style desktop UIs in Python
|
|
3
|
+
Version: 1.1.0
|
|
4
|
+
Summary: Create modern WinUI3-style desktop UIs in Python using pywebview and a Svelte frontend.
|
|
5
5
|
Home-page: https://github.com/Haruna5718/PyWebWinUI3
|
|
6
6
|
Author: Haruna5718
|
|
7
7
|
Author-email: me@haruna5718.dev
|
|
8
|
-
License: Apache
|
|
9
|
-
Keywords: PyWebWinUI3,pywebwinui3,Haruna5718,
|
|
8
|
+
License: Apache-2.0
|
|
9
|
+
Keywords: PyWebWinUI3,pywebwinui3,Haruna5718,pywebview,svelte,winui3,pypi
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
15
|
+
Classifier: Operating System :: Microsoft :: Windows
|
|
16
|
+
Requires-Python: >=3.10
|
|
10
17
|
Description-Content-Type: text/markdown
|
|
11
18
|
License-File: LICENSE
|
|
12
19
|
License-File: NOTICE
|
|
13
|
-
Requires-Dist:
|
|
14
|
-
Requires-Dist:
|
|
20
|
+
Requires-Dist: pywebview
|
|
21
|
+
Requires-Dist: hPyT
|
|
15
22
|
Dynamic: author
|
|
16
23
|
Dynamic: author-email
|
|
24
|
+
Dynamic: classifier
|
|
17
25
|
Dynamic: description
|
|
18
26
|
Dynamic: description-content-type
|
|
19
27
|
Dynamic: home-page
|
|
@@ -21,6 +29,7 @@ Dynamic: keywords
|
|
|
21
29
|
Dynamic: license
|
|
22
30
|
Dynamic: license-file
|
|
23
31
|
Dynamic: requires-dist
|
|
32
|
+
Dynamic: requires-python
|
|
24
33
|
Dynamic: summary
|
|
25
34
|
|
|
26
35
|
# PyWebWinUI3
|
|
@@ -28,8 +37,8 @@ Dynamic: summary
|
|
|
28
37
|
PyWebWinUI3 is a Windows desktop UI framework that combines:
|
|
29
38
|
|
|
30
39
|
- a Python backend
|
|
31
|
-
- a
|
|
32
|
-
- a Svelte frontend rendered inside
|
|
40
|
+
- a pywebview host window
|
|
41
|
+
- a Svelte frontend rendered inside Edge WebView2
|
|
33
42
|
- an XAML-like page format for declaring UI
|
|
34
43
|
|
|
35
44
|
The goal is to make desktop apps feel like WinUI3-style apps while still being driven from Python.
|
|
@@ -41,10 +50,10 @@ PyWebWinUI3 lets you:
|
|
|
41
50
|
- declare pages in XAML-like markup
|
|
42
51
|
- bind controls to Python values
|
|
43
52
|
- react to value changes and lifecycle events from Python
|
|
44
|
-
-
|
|
45
|
-
- keep a
|
|
53
|
+
- serve a bundled frontend from the Python runtime
|
|
54
|
+
- keep a Windows-style shell with theme and accent synchronization
|
|
46
55
|
|
|
47
|
-
At runtime, Python owns the application state,
|
|
56
|
+
At runtime, Python owns the application state, pywebview hosts the window, and the Svelte app renders the page tree loaded from the bundled frontend.
|
|
48
57
|
|
|
49
58
|
## Platform
|
|
50
59
|
|
|
@@ -52,8 +61,8 @@ PyWebWinUI3 is currently aimed at Windows.
|
|
|
52
61
|
|
|
53
62
|
Runtime dependencies:
|
|
54
63
|
|
|
55
|
-
- `
|
|
56
|
-
- `
|
|
64
|
+
- `pywebview`
|
|
65
|
+
- `hPyT`
|
|
57
66
|
|
|
58
67
|
## Installation
|
|
59
68
|
|
|
@@ -71,7 +80,7 @@ app = MainWindow("PyWebWinUI3")
|
|
|
71
80
|
|
|
72
81
|
app.addSettings("Settings.xaml")
|
|
73
82
|
app.addPage("Dashboard.xaml")
|
|
74
|
-
app.addPage("
|
|
83
|
+
app.addPage("Test.xaml")
|
|
75
84
|
|
|
76
85
|
app.values["test_input"] = "Hello, world"
|
|
77
86
|
app.values["test_switch"] = False
|
|
@@ -111,7 +120,7 @@ Important methods:
|
|
|
111
120
|
|
|
112
121
|
- `addPage(...)`
|
|
113
122
|
- `addSettings(...)`
|
|
114
|
-
- `start(debug=False, min_width=900, min_height=600)`
|
|
123
|
+
- `start(debug=False, hidden=False, on_top=None, width=None, height=None, min_width=900, min_height=600)`
|
|
115
124
|
- `notice(level, title, description, item=None)`
|
|
116
125
|
- `pin(state)`
|
|
117
126
|
- `syncValue(key, value)`
|
|
@@ -135,14 +144,11 @@ Built-in system values include keys such as:
|
|
|
135
144
|
- `system_title`
|
|
136
145
|
- `system_icon`
|
|
137
146
|
- `system_theme`
|
|
138
|
-
- `system_theme_resolved`
|
|
139
147
|
- `system_accent`
|
|
140
148
|
- `system_pages`
|
|
141
149
|
- `system_settings`
|
|
142
150
|
- `system_nofication`
|
|
143
151
|
- `system_pin`
|
|
144
|
-
- `system_window_width`
|
|
145
|
-
- `system_window_height`
|
|
146
152
|
|
|
147
153
|
### Events
|
|
148
154
|
|
|
@@ -150,7 +156,6 @@ Built-in system values include keys such as:
|
|
|
150
156
|
|
|
151
157
|
- `@app.onValueChange(key)`
|
|
152
158
|
- `@app.onAccentColorChange()`
|
|
153
|
-
- `@app.onThemeChange()`
|
|
154
159
|
- `@app.onSetup()`
|
|
155
160
|
- `@app.onExit()`
|
|
156
161
|
|
|
@@ -234,21 +239,20 @@ External URLs such as `https://...` and `file://...` are passed through as-is.
|
|
|
234
239
|
|
|
235
240
|
## Window / Shell Behavior
|
|
236
241
|
|
|
237
|
-
The desktop shell is implemented
|
|
242
|
+
The desktop shell is implemented with pywebview and provides:
|
|
238
243
|
|
|
239
|
-
-
|
|
244
|
+
- a hidden-title-bar host window
|
|
240
245
|
- theme and accent synchronization with Windows
|
|
241
246
|
- always-on-top pinning
|
|
242
|
-
-
|
|
243
|
-
-
|
|
247
|
+
- a pywebview API bridge between Python and the frontend
|
|
248
|
+
- direct bundled frontend hosting from `pywebwinui3/web/`
|
|
244
249
|
|
|
245
250
|
## Project Structure
|
|
246
251
|
|
|
247
252
|
```text
|
|
248
253
|
PyWebWinUI3/
|
|
249
254
|
├─ pywebwinui3/
|
|
250
|
-
│ ├─ core.py # public
|
|
251
|
-
│ ├─ qt.py # Qt shell and bridge
|
|
255
|
+
│ ├─ core.py # public API, app state, pywebview host
|
|
252
256
|
│ ├─ util.py # XAML loader, sync dict, accent watcher
|
|
253
257
|
│ ├─ event.py # event system
|
|
254
258
|
│ ├─ type.py # status and theme resource constants
|
|
@@ -2,6 +2,7 @@ LICENSE
|
|
|
2
2
|
MANIFEST.in
|
|
3
3
|
NOTICE
|
|
4
4
|
README.md
|
|
5
|
+
pyproject.toml
|
|
5
6
|
requirements.txt
|
|
6
7
|
setup.py
|
|
7
8
|
PyWebWinUI3.egg-info/PKG-INFO
|
|
@@ -12,7 +13,6 @@ PyWebWinUI3.egg-info/top_level.txt
|
|
|
12
13
|
pywebwinui3/__init__.py
|
|
13
14
|
pywebwinui3/core.py
|
|
14
15
|
pywebwinui3/event.py
|
|
15
|
-
pywebwinui3/qt.py
|
|
16
16
|
pywebwinui3/type.py
|
|
17
17
|
pywebwinui3/util.py
|
|
18
18
|
pywebwinui3/web/SegoeFluentIcons.ttf
|
|
@@ -112,18 +112,17 @@ pywebwinui3/web/Pretendard/PretendardVariable.subset.91.woff2
|
|
|
112
112
|
pywebwinui3/web/Pretendard/Variable-dynamic-subset.min.css
|
|
113
113
|
pywebwinui3/web/_app/env.js
|
|
114
114
|
pywebwinui3/web/_app/version.json
|
|
115
|
-
pywebwinui3/web/_app/immutable/assets/2.
|
|
116
|
-
pywebwinui3/web/_app/immutable/chunks/
|
|
117
|
-
pywebwinui3/web/_app/immutable/chunks/
|
|
118
|
-
pywebwinui3/web/_app/immutable/chunks/
|
|
119
|
-
pywebwinui3/web/_app/immutable/chunks/
|
|
120
|
-
pywebwinui3/web/_app/immutable/chunks/
|
|
121
|
-
pywebwinui3/web/_app/immutable/chunks/
|
|
122
|
-
pywebwinui3/web/_app/immutable/chunks/
|
|
123
|
-
pywebwinui3/web/_app/immutable/chunks/
|
|
124
|
-
pywebwinui3/web/_app/immutable/
|
|
125
|
-
pywebwinui3/web/_app/immutable/entry/
|
|
126
|
-
pywebwinui3/web/_app/immutable/
|
|
127
|
-
pywebwinui3/web/_app/immutable/nodes/
|
|
128
|
-
pywebwinui3/web/_app/immutable/nodes/
|
|
129
|
-
pywebwinui3/web/_app/immutable/nodes/2.D0-SBIC3.js
|
|
115
|
+
pywebwinui3/web/_app/immutable/assets/2.DFa7Tulp.css
|
|
116
|
+
pywebwinui3/web/_app/immutable/chunks/6pQH9Hkv.js
|
|
117
|
+
pywebwinui3/web/_app/immutable/chunks/B-XLOWlt.js
|
|
118
|
+
pywebwinui3/web/_app/immutable/chunks/BrxDGwA4.js
|
|
119
|
+
pywebwinui3/web/_app/immutable/chunks/CGGCsFu4.js
|
|
120
|
+
pywebwinui3/web/_app/immutable/chunks/CW0wlPPy.js
|
|
121
|
+
pywebwinui3/web/_app/immutable/chunks/CZPLFskb.js
|
|
122
|
+
pywebwinui3/web/_app/immutable/chunks/CZuXpvpo.js
|
|
123
|
+
pywebwinui3/web/_app/immutable/chunks/DF1x2LYX.js
|
|
124
|
+
pywebwinui3/web/_app/immutable/entry/app.COvDX_WQ.js
|
|
125
|
+
pywebwinui3/web/_app/immutable/entry/start.D-PUi8dH.js
|
|
126
|
+
pywebwinui3/web/_app/immutable/nodes/0.C49PHrK2.js
|
|
127
|
+
pywebwinui3/web/_app/immutable/nodes/1.Qo_2yB_V.js
|
|
128
|
+
pywebwinui3/web/_app/immutable/nodes/2.DAAD9EkZ.js
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
PyWebWinUI3 is a Windows desktop UI framework that combines:
|
|
4
4
|
|
|
5
5
|
- a Python backend
|
|
6
|
-
- a
|
|
7
|
-
- a Svelte frontend rendered inside
|
|
6
|
+
- a pywebview host window
|
|
7
|
+
- a Svelte frontend rendered inside Edge WebView2
|
|
8
8
|
- an XAML-like page format for declaring UI
|
|
9
9
|
|
|
10
10
|
The goal is to make desktop apps feel like WinUI3-style apps while still being driven from Python.
|
|
@@ -16,10 +16,10 @@ PyWebWinUI3 lets you:
|
|
|
16
16
|
- declare pages in XAML-like markup
|
|
17
17
|
- bind controls to Python values
|
|
18
18
|
- react to value changes and lifecycle events from Python
|
|
19
|
-
-
|
|
20
|
-
- keep a
|
|
19
|
+
- serve a bundled frontend from the Python runtime
|
|
20
|
+
- keep a Windows-style shell with theme and accent synchronization
|
|
21
21
|
|
|
22
|
-
At runtime, Python owns the application state,
|
|
22
|
+
At runtime, Python owns the application state, pywebview hosts the window, and the Svelte app renders the page tree loaded from the bundled frontend.
|
|
23
23
|
|
|
24
24
|
## Platform
|
|
25
25
|
|
|
@@ -27,8 +27,8 @@ PyWebWinUI3 is currently aimed at Windows.
|
|
|
27
27
|
|
|
28
28
|
Runtime dependencies:
|
|
29
29
|
|
|
30
|
-
- `
|
|
31
|
-
- `
|
|
30
|
+
- `pywebview`
|
|
31
|
+
- `hPyT`
|
|
32
32
|
|
|
33
33
|
## Installation
|
|
34
34
|
|
|
@@ -46,7 +46,7 @@ app = MainWindow("PyWebWinUI3")
|
|
|
46
46
|
|
|
47
47
|
app.addSettings("Settings.xaml")
|
|
48
48
|
app.addPage("Dashboard.xaml")
|
|
49
|
-
app.addPage("
|
|
49
|
+
app.addPage("Test.xaml")
|
|
50
50
|
|
|
51
51
|
app.values["test_input"] = "Hello, world"
|
|
52
52
|
app.values["test_switch"] = False
|
|
@@ -86,7 +86,7 @@ Important methods:
|
|
|
86
86
|
|
|
87
87
|
- `addPage(...)`
|
|
88
88
|
- `addSettings(...)`
|
|
89
|
-
- `start(debug=False, min_width=900, min_height=600)`
|
|
89
|
+
- `start(debug=False, hidden=False, on_top=None, width=None, height=None, min_width=900, min_height=600)`
|
|
90
90
|
- `notice(level, title, description, item=None)`
|
|
91
91
|
- `pin(state)`
|
|
92
92
|
- `syncValue(key, value)`
|
|
@@ -110,14 +110,11 @@ Built-in system values include keys such as:
|
|
|
110
110
|
- `system_title`
|
|
111
111
|
- `system_icon`
|
|
112
112
|
- `system_theme`
|
|
113
|
-
- `system_theme_resolved`
|
|
114
113
|
- `system_accent`
|
|
115
114
|
- `system_pages`
|
|
116
115
|
- `system_settings`
|
|
117
116
|
- `system_nofication`
|
|
118
117
|
- `system_pin`
|
|
119
|
-
- `system_window_width`
|
|
120
|
-
- `system_window_height`
|
|
121
118
|
|
|
122
119
|
### Events
|
|
123
120
|
|
|
@@ -125,7 +122,6 @@ Built-in system values include keys such as:
|
|
|
125
122
|
|
|
126
123
|
- `@app.onValueChange(key)`
|
|
127
124
|
- `@app.onAccentColorChange()`
|
|
128
|
-
- `@app.onThemeChange()`
|
|
129
125
|
- `@app.onSetup()`
|
|
130
126
|
- `@app.onExit()`
|
|
131
127
|
|
|
@@ -209,21 +205,20 @@ External URLs such as `https://...` and `file://...` are passed through as-is.
|
|
|
209
205
|
|
|
210
206
|
## Window / Shell Behavior
|
|
211
207
|
|
|
212
|
-
The desktop shell is implemented
|
|
208
|
+
The desktop shell is implemented with pywebview and provides:
|
|
213
209
|
|
|
214
|
-
-
|
|
210
|
+
- a hidden-title-bar host window
|
|
215
211
|
- theme and accent synchronization with Windows
|
|
216
212
|
- always-on-top pinning
|
|
217
|
-
-
|
|
218
|
-
-
|
|
213
|
+
- a pywebview API bridge between Python and the frontend
|
|
214
|
+
- direct bundled frontend hosting from `pywebwinui3/web/`
|
|
219
215
|
|
|
220
216
|
## Project Structure
|
|
221
217
|
|
|
222
218
|
```text
|
|
223
219
|
PyWebWinUI3/
|
|
224
220
|
├─ pywebwinui3/
|
|
225
|
-
│ ├─ core.py # public
|
|
226
|
-
│ ├─ qt.py # Qt shell and bridge
|
|
221
|
+
│ ├─ core.py # public API, app state, pywebview host
|
|
227
222
|
│ ├─ util.py # XAML loader, sync dict, accent watcher
|
|
228
223
|
│ ├─ event.py # event system
|
|
229
224
|
│ ├─ type.py # status and theme resource constants
|