PyWebWinUI3 1.0.2__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.
Files changed (150) hide show
  1. {pywebwinui3-1.0.2/PyWebWinUI3.egg-info → pywebwinui3-1.1.0}/PKG-INFO +29 -25
  2. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0/PyWebWinUI3.egg-info}/PKG-INFO +29 -25
  3. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/PyWebWinUI3.egg-info/SOURCES.txt +15 -16
  4. pywebwinui3-1.1.0/PyWebWinUI3.egg-info/requires.txt +2 -0
  5. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/README.md +14 -19
  6. pywebwinui3-1.1.0/pyproject.toml +3 -0
  7. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/__init__.py +1 -1
  8. pywebwinui3-1.1.0/pywebwinui3/core.py +321 -0
  9. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/event.py +31 -45
  10. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/util.py +2 -14
  11. pywebwinui3-1.1.0/pywebwinui3/web/_app/immutable/assets/2.DFa7Tulp.css +1 -0
  12. pywebwinui3-1.1.0/pywebwinui3/web/_app/immutable/chunks/6pQH9Hkv.js +1 -0
  13. pywebwinui3-1.0.2/pywebwinui3/web/_app/immutable/chunks/CEpW9fsN.js → pywebwinui3-1.1.0/pywebwinui3/web/_app/immutable/chunks/B-XLOWlt.js +1 -1
  14. pywebwinui3-1.1.0/pywebwinui3/web/_app/immutable/chunks/BrxDGwA4.js +1 -0
  15. pywebwinui3-1.1.0/pywebwinui3/web/_app/immutable/chunks/CGGCsFu4.js +1 -0
  16. pywebwinui3-1.1.0/pywebwinui3/web/_app/immutable/chunks/CW0wlPPy.js +1 -0
  17. pywebwinui3-1.1.0/pywebwinui3/web/_app/immutable/chunks/CZPLFskb.js +1 -0
  18. pywebwinui3-1.1.0/pywebwinui3/web/_app/immutable/chunks/CZuXpvpo.js +2 -0
  19. pywebwinui3-1.0.2/pywebwinui3/web/_app/immutable/chunks/DQYyt0Qv.js → pywebwinui3-1.1.0/pywebwinui3/web/_app/immutable/chunks/DF1x2LYX.js +1 -1
  20. pywebwinui3-1.1.0/pywebwinui3/web/_app/immutable/entry/app.COvDX_WQ.js +2 -0
  21. pywebwinui3-1.1.0/pywebwinui3/web/_app/immutable/entry/start.D-PUi8dH.js +1 -0
  22. pywebwinui3-1.1.0/pywebwinui3/web/_app/immutable/nodes/0.C49PHrK2.js +54 -0
  23. pywebwinui3-1.1.0/pywebwinui3/web/_app/immutable/nodes/1.Qo_2yB_V.js +1 -0
  24. pywebwinui3-1.1.0/pywebwinui3/web/_app/immutable/nodes/2.DAAD9EkZ.js +98 -0
  25. pywebwinui3-1.1.0/pywebwinui3/web/_app/version.json +1 -0
  26. pywebwinui3-1.1.0/pywebwinui3/web/index.html +100 -0
  27. pywebwinui3-1.1.0/requirements.txt +2 -0
  28. pywebwinui3-1.1.0/setup.py +60 -0
  29. pywebwinui3-1.0.2/PyWebWinUI3.egg-info/requires.txt +0 -2
  30. pywebwinui3-1.0.2/pywebwinui3/core.py +0 -176
  31. pywebwinui3-1.0.2/pywebwinui3/qt.py +0 -887
  32. pywebwinui3-1.0.2/pywebwinui3/web/_app/immutable/assets/2.dPO3j65h.css +0 -1
  33. pywebwinui3-1.0.2/pywebwinui3/web/_app/immutable/chunks/B8k5Ccj7.js +0 -1
  34. pywebwinui3-1.0.2/pywebwinui3/web/_app/immutable/chunks/BHMqm3g9.js +0 -2
  35. pywebwinui3-1.0.2/pywebwinui3/web/_app/immutable/chunks/BSWpFUU-.js +0 -1
  36. pywebwinui3-1.0.2/pywebwinui3/web/_app/immutable/chunks/Cd1tg9Ma.js +0 -1
  37. pywebwinui3-1.0.2/pywebwinui3/web/_app/immutable/chunks/DNMsE6fi.js +0 -1
  38. pywebwinui3-1.0.2/pywebwinui3/web/_app/immutable/chunks/DbLPBgK4.js +0 -1
  39. pywebwinui3-1.0.2/pywebwinui3/web/_app/immutable/chunks/fGsU50sd.js +0 -1
  40. pywebwinui3-1.0.2/pywebwinui3/web/_app/immutable/entry/app.CPz0HPhz.js +0 -2
  41. pywebwinui3-1.0.2/pywebwinui3/web/_app/immutable/entry/start.CyHEmn6u.js +0 -1
  42. pywebwinui3-1.0.2/pywebwinui3/web/_app/immutable/nodes/0.CqNsePPe.js +0 -54
  43. pywebwinui3-1.0.2/pywebwinui3/web/_app/immutable/nodes/1.DAr48YPc.js +0 -1
  44. pywebwinui3-1.0.2/pywebwinui3/web/_app/immutable/nodes/2.ClEcS3Ed.js +0 -94
  45. pywebwinui3-1.0.2/pywebwinui3/web/_app/version.json +0 -1
  46. pywebwinui3-1.0.2/pywebwinui3/web/index.html +0 -101
  47. pywebwinui3-1.0.2/requirements.txt +0 -2
  48. pywebwinui3-1.0.2/setup.py +0 -18
  49. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/LICENSE +0 -0
  50. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/MANIFEST.in +0 -0
  51. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/NOTICE +0 -0
  52. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/PyWebWinUI3.egg-info/dependency_links.txt +0 -0
  53. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/PyWebWinUI3.egg-info/top_level.txt +0 -0
  54. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/type.py +0 -0
  55. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.0.woff2 +0 -0
  56. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.1.woff2 +0 -0
  57. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.10.woff2 +0 -0
  58. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.11.woff2 +0 -0
  59. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.12.woff2 +0 -0
  60. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.13.woff2 +0 -0
  61. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.14.woff2 +0 -0
  62. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.15.woff2 +0 -0
  63. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.16.woff2 +0 -0
  64. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.17.woff2 +0 -0
  65. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.18.woff2 +0 -0
  66. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.19.woff2 +0 -0
  67. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.2.woff2 +0 -0
  68. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.20.woff2 +0 -0
  69. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.21.woff2 +0 -0
  70. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.22.woff2 +0 -0
  71. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.23.woff2 +0 -0
  72. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.24.woff2 +0 -0
  73. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.25.woff2 +0 -0
  74. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.26.woff2 +0 -0
  75. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.27.woff2 +0 -0
  76. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.28.woff2 +0 -0
  77. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.29.woff2 +0 -0
  78. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.3.woff2 +0 -0
  79. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.30.woff2 +0 -0
  80. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.31.woff2 +0 -0
  81. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.32.woff2 +0 -0
  82. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.33.woff2 +0 -0
  83. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.34.woff2 +0 -0
  84. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.35.woff2 +0 -0
  85. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.36.woff2 +0 -0
  86. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.37.woff2 +0 -0
  87. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.38.woff2 +0 -0
  88. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.39.woff2 +0 -0
  89. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.4.woff2 +0 -0
  90. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.40.woff2 +0 -0
  91. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.41.woff2 +0 -0
  92. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.42.woff2 +0 -0
  93. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.43.woff2 +0 -0
  94. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.44.woff2 +0 -0
  95. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.45.woff2 +0 -0
  96. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.46.woff2 +0 -0
  97. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.47.woff2 +0 -0
  98. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.48.woff2 +0 -0
  99. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.49.woff2 +0 -0
  100. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.5.woff2 +0 -0
  101. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.50.woff2 +0 -0
  102. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.51.woff2 +0 -0
  103. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.52.woff2 +0 -0
  104. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.53.woff2 +0 -0
  105. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.54.woff2 +0 -0
  106. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.55.woff2 +0 -0
  107. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.56.woff2 +0 -0
  108. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.57.woff2 +0 -0
  109. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.58.woff2 +0 -0
  110. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.59.woff2 +0 -0
  111. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.6.woff2 +0 -0
  112. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.60.woff2 +0 -0
  113. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.61.woff2 +0 -0
  114. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.62.woff2 +0 -0
  115. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.63.woff2 +0 -0
  116. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.64.woff2 +0 -0
  117. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.65.woff2 +0 -0
  118. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.66.woff2 +0 -0
  119. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.67.woff2 +0 -0
  120. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.68.woff2 +0 -0
  121. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.69.woff2 +0 -0
  122. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.7.woff2 +0 -0
  123. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.70.woff2 +0 -0
  124. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.71.woff2 +0 -0
  125. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.72.woff2 +0 -0
  126. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.73.woff2 +0 -0
  127. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.74.woff2 +0 -0
  128. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.75.woff2 +0 -0
  129. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.76.woff2 +0 -0
  130. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.77.woff2 +0 -0
  131. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.78.woff2 +0 -0
  132. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.79.woff2 +0 -0
  133. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.8.woff2 +0 -0
  134. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.80.woff2 +0 -0
  135. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.81.woff2 +0 -0
  136. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.82.woff2 +0 -0
  137. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.83.woff2 +0 -0
  138. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.84.woff2 +0 -0
  139. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.85.woff2 +0 -0
  140. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.86.woff2 +0 -0
  141. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.87.woff2 +0 -0
  142. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.88.woff2 +0 -0
  143. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.89.woff2 +0 -0
  144. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.9.woff2 +0 -0
  145. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.90.woff2 +0 -0
  146. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/PretendardVariable.subset.91.woff2 +0 -0
  147. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/Pretendard/Variable-dynamic-subset.min.css +0 -0
  148. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/SegoeFluentIcons.ttf +0 -0
  149. {pywebwinui3-1.0.2 → pywebwinui3-1.1.0}/pywebwinui3/web/_app/env.js +0 -0
  150. {pywebwinui3-1.0.2 → 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.2
4
- Summary: Create modern WinUI3-style desktop UIs in Python effortlessly using PySide6 and QtWebEngine.
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 2.0
9
- Keywords: PyWebWinUI3,pywebwinui3,Haruna5718,pyside6,qtwebengine,winui3,pypi
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: PySide6
14
- Requires-Dist: pywin32
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 frameless PySide6 / Qt shell
32
- - a Svelte frontend rendered inside Qt WebEngine
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
- - use a static bundled frontend without running a local web server
45
- - keep a modern Windows-style shell with theme and accent synchronization
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, Qt hosts the window and WebEngine, and the Svelte app renders the page tree received from Python.
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
- - `PySide6`
56
- - `pywin32`
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("test.xaml")
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 in Qt and provides:
242
+ The desktop shell is implemented with pywebview and provides:
238
243
 
239
- - frameless custom window chrome
244
+ - a hidden-title-bar host window
240
245
  - theme and accent synchronization with Windows
241
246
  - always-on-top pinning
242
- - WebChannel bridge between Python and the frontend
243
- - external link handling through the desktop layer
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 Python API
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.2
4
- Summary: Create modern WinUI3-style desktop UIs in Python effortlessly using PySide6 and QtWebEngine.
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 2.0
9
- Keywords: PyWebWinUI3,pywebwinui3,Haruna5718,pyside6,qtwebengine,winui3,pypi
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: PySide6
14
- Requires-Dist: pywin32
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 frameless PySide6 / Qt shell
32
- - a Svelte frontend rendered inside Qt WebEngine
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
- - use a static bundled frontend without running a local web server
45
- - keep a modern Windows-style shell with theme and accent synchronization
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, Qt hosts the window and WebEngine, and the Svelte app renders the page tree received from Python.
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
- - `PySide6`
56
- - `pywin32`
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("test.xaml")
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 in Qt and provides:
242
+ The desktop shell is implemented with pywebview and provides:
238
243
 
239
- - frameless custom window chrome
244
+ - a hidden-title-bar host window
240
245
  - theme and accent synchronization with Windows
241
246
  - always-on-top pinning
242
- - WebChannel bridge between Python and the frontend
243
- - external link handling through the desktop layer
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 Python API
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.dPO3j65h.css
116
- pywebwinui3/web/_app/immutable/chunks/B8k5Ccj7.js
117
- pywebwinui3/web/_app/immutable/chunks/BHMqm3g9.js
118
- pywebwinui3/web/_app/immutable/chunks/BSWpFUU-.js
119
- pywebwinui3/web/_app/immutable/chunks/CEpW9fsN.js
120
- pywebwinui3/web/_app/immutable/chunks/Cd1tg9Ma.js
121
- pywebwinui3/web/_app/immutable/chunks/DNMsE6fi.js
122
- pywebwinui3/web/_app/immutable/chunks/DQYyt0Qv.js
123
- pywebwinui3/web/_app/immutable/chunks/DbLPBgK4.js
124
- pywebwinui3/web/_app/immutable/chunks/fGsU50sd.js
125
- pywebwinui3/web/_app/immutable/entry/app.CPz0HPhz.js
126
- pywebwinui3/web/_app/immutable/entry/start.CyHEmn6u.js
127
- pywebwinui3/web/_app/immutable/nodes/0.CqNsePPe.js
128
- pywebwinui3/web/_app/immutable/nodes/1.DAr48YPc.js
129
- pywebwinui3/web/_app/immutable/nodes/2.ClEcS3Ed.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
@@ -0,0 +1,2 @@
1
+ pywebview
2
+ hPyT
@@ -3,8 +3,8 @@
3
3
  PyWebWinUI3 is a Windows desktop UI framework that combines:
4
4
 
5
5
  - a Python backend
6
- - a frameless PySide6 / Qt shell
7
- - a Svelte frontend rendered inside Qt WebEngine
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
- - use a static bundled frontend without running a local web server
20
- - keep a modern Windows-style shell with theme and accent synchronization
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, Qt hosts the window and WebEngine, and the Svelte app renders the page tree received from Python.
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
- - `PySide6`
31
- - `pywin32`
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("test.xaml")
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 in Qt and provides:
208
+ The desktop shell is implemented with pywebview and provides:
213
209
 
214
- - frameless custom window chrome
210
+ - a hidden-title-bar host window
215
211
  - theme and accent synchronization with Windows
216
212
  - always-on-top pinning
217
- - WebChannel bridge between Python and the frontend
218
- - external link handling through the desktop layer
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 Python API
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
@@ -0,0 +1,3 @@
1
+ [build-system]
2
+ requires = ["setuptools>=69", "wheel"]
3
+ build-backend = "setuptools.build_meta"
@@ -1,3 +1,3 @@
1
1
  __all__ = ["core", "event", "util", "type"]
2
2
 
3
- __version__ = '1.0.2'
3
+ __version__ = '1.1.0'