pyloid 0.24.6__tar.gz → 0.24.8__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pyloid
3
- Version: 0.24.6
3
+ Version: 0.24.8
4
4
  Summary:
5
5
  Author: aesthetics-of-record
6
6
  Author-email: 111675679+aesthetics-of-record@users.noreply.github.com
@@ -14,7 +14,7 @@ Classifier: Programming Language :: Python :: 3.13
14
14
  Requires-Dist: aiohttp-cors (>=0.8.1,<0.9.0)
15
15
  Requires-Dist: pickledb (>=1.3.2,<2.0.0)
16
16
  Requires-Dist: platformdirs (>=4.3.7,<5.0.0)
17
- Requires-Dist: pyside6 (==6.8.3)
17
+ Requires-Dist: pyside6 (==6.9.1)
18
18
  Description-Content-Type: text/markdown
19
19
 
20
20
  <h1 style="text-align: center; font-size: 200px; font-weight: 500;">
@@ -25,8 +25,7 @@ Description-Content-Type: text/markdown
25
25
 
26
26
  <h2 align="center" style="font-size: 28px;"><b>Pyloid: Thread-Safe Desktop Apps—Unified with Any Frontend and Python Technology</b></h2>
27
27
 
28
-
29
- ## 💡 Key Features
28
+ ## 💡 Key Features
30
29
 
31
30
  - **All Frontend Frameworks** are supported
32
31
  - **All features necessary** for a desktop application are implemented
@@ -39,8 +38,6 @@ Description-Content-Type: text/markdown
39
38
  - Window Customization
40
39
  - **Detailed Numpy-style Docstrings**
41
40
 
42
-
43
-
44
41
  ## 🚀 Getting Started
45
42
 
46
43
  ### [Prerequisites](https://docs.pyloid.com/getting-started/prerequisites)
@@ -55,6 +52,10 @@ Description-Content-Type: text/markdown
55
52
  npm create pyloid-app@latest
56
53
  ```
57
54
 
55
+ ## Discord 🎉
56
+
57
+ [Our Discord!](https://discord.gg/VTqexxxTy9)
58
+
58
59
  ## Documentation 📚
59
60
 
60
61
  [Pyloid Documentation](https://docs.pyloid.com/)
@@ -6,8 +6,7 @@
6
6
 
7
7
  <h2 align="center" style="font-size: 28px;"><b>Pyloid: Thread-Safe Desktop Apps—Unified with Any Frontend and Python Technology</b></h2>
8
8
 
9
-
10
- ## 💡 Key Features
9
+ ## 💡 Key Features
11
10
 
12
11
  - **All Frontend Frameworks** are supported
13
12
  - **All features necessary** for a desktop application are implemented
@@ -20,8 +19,6 @@
20
19
  - Window Customization
21
20
  - **Detailed Numpy-style Docstrings**
22
21
 
23
-
24
-
25
22
  ## 🚀 Getting Started
26
23
 
27
24
  ### [Prerequisites](https://docs.pyloid.com/getting-started/prerequisites)
@@ -36,6 +33,10 @@
36
33
  npm create pyloid-app@latest
37
34
  ```
38
35
 
36
+ ## Discord 🎉
37
+
38
+ [Our Discord!](https://discord.gg/VTqexxxTy9)
39
+
39
40
  ## Documentation 📚
40
41
 
41
42
  [Pyloid Documentation](https://docs.pyloid.com/)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pyloid"
3
- version = "0.24.6"
3
+ version = "0.24.8"
4
4
  description = ""
5
5
  authors = ["aesthetics-of-record <111675679+aesthetics-of-record@users.noreply.github.com>"]
6
6
  readme = "README.md"
@@ -10,7 +10,7 @@ packages = [
10
10
 
11
11
  [tool.poetry.dependencies]
12
12
  python = ">=3.9,<3.14"
13
- pyside6 = "6.8.3"
13
+ pyside6 = "6.9.1"
14
14
  platformdirs = "^4.3.7"
15
15
  pickledb = "^1.3.2"
16
16
  aiohttp-cors = "^0.8.1"
@@ -490,6 +490,9 @@ class _BrowserWindow:
490
490
  self.web_view.settings().setAttribute(
491
491
  QWebEngineSettings.WebAttribute.WebRTCPublicInterfacesOnly, False
492
492
  )
493
+ self.web_view.settings().setAttribute(
494
+ QWebEngineSettings.WebAttribute.WebGLEnabled, True
495
+ )
493
496
 
494
497
  # Set icon
495
498
  if self.app.icon:
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