pyloid 0.24.4__tar.gz → 0.24.4.dev0__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 (23) hide show
  1. {pyloid-0.24.4 → pyloid-0.24.4.dev0}/LICENSE +1 -1
  2. {pyloid-0.24.4 → pyloid-0.24.4.dev0}/PKG-INFO +3 -4
  3. {pyloid-0.24.4 → pyloid-0.24.4.dev0}/pyproject.toml +3 -3
  4. {pyloid-0.24.4 → pyloid-0.24.4.dev0}/src/pyloid/browser_window.py +23 -23
  5. {pyloid-0.24.4 → pyloid-0.24.4.dev0}/README.md +0 -0
  6. {pyloid-0.24.4 → pyloid-0.24.4.dev0}/src/pyloid/__init__.py +0 -0
  7. {pyloid-0.24.4 → pyloid-0.24.4.dev0}/src/pyloid/api.py +0 -0
  8. {pyloid-0.24.4 → pyloid-0.24.4.dev0}/src/pyloid/autostart.py +0 -0
  9. {pyloid-0.24.4 → pyloid-0.24.4.dev0}/src/pyloid/custom/titlebar.py +0 -0
  10. {pyloid-0.24.4 → pyloid-0.24.4.dev0}/src/pyloid/filewatcher.py +0 -0
  11. {pyloid-0.24.4 → pyloid-0.24.4.dev0}/src/pyloid/js_api/base.py +0 -0
  12. {pyloid-0.24.4 → pyloid-0.24.4.dev0}/src/pyloid/js_api/event_api.py +0 -0
  13. {pyloid-0.24.4 → pyloid-0.24.4.dev0}/src/pyloid/js_api/window_api.py +0 -0
  14. {pyloid-0.24.4 → pyloid-0.24.4.dev0}/src/pyloid/monitor.py +0 -0
  15. {pyloid-0.24.4 → pyloid-0.24.4.dev0}/src/pyloid/pyloid.py +0 -0
  16. {pyloid-0.24.4 → pyloid-0.24.4.dev0}/src/pyloid/rpc.py +0 -0
  17. {pyloid-0.24.4 → pyloid-0.24.4.dev0}/src/pyloid/serve.py +0 -0
  18. {pyloid-0.24.4 → pyloid-0.24.4.dev0}/src/pyloid/store.py +0 -0
  19. {pyloid-0.24.4 → pyloid-0.24.4.dev0}/src/pyloid/thread_pool.py +0 -0
  20. {pyloid-0.24.4 → pyloid-0.24.4.dev0}/src/pyloid/timer.py +0 -0
  21. {pyloid-0.24.4 → pyloid-0.24.4.dev0}/src/pyloid/tray.py +0 -0
  22. {pyloid-0.24.4 → pyloid-0.24.4.dev0}/src/pyloid/url_interceptor.py +0 -0
  23. {pyloid-0.24.4 → pyloid-0.24.4.dev0}/src/pyloid/utils.py +0 -0
@@ -198,4 +198,4 @@ Apache License
198
198
  distributed under the License is distributed on an "AS IS" BASIS,
199
199
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
200
  See the License for the specific language governing permissions and
201
- limitations under the License.
201
+ limitations under the License.
@@ -1,20 +1,19 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pyloid
3
- Version: 0.24.4
3
+ Version: 0.24.4.dev0
4
4
  Summary:
5
5
  Author: aesthetics-of-record
6
6
  Author-email: 111675679+aesthetics-of-record@users.noreply.github.com
7
- Requires-Python: >=3.9,<3.14
7
+ Requires-Python: >=3.9,<3.13
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Programming Language :: Python :: 3.9
10
10
  Classifier: Programming Language :: Python :: 3.10
11
11
  Classifier: Programming Language :: Python :: 3.11
12
12
  Classifier: Programming Language :: Python :: 3.12
13
- Classifier: Programming Language :: Python :: 3.13
14
13
  Requires-Dist: aiohttp-cors (>=0.8.1,<0.9.0)
15
14
  Requires-Dist: pickledb (>=1.3.2,<2.0.0)
16
15
  Requires-Dist: platformdirs (>=4.3.7,<5.0.0)
17
- Requires-Dist: pyside6 (==6.8.3)
16
+ Requires-Dist: pyside6 (==6.8.0)
18
17
  Description-Content-Type: text/markdown
19
18
 
20
19
  <h1 style="text-align: center; font-size: 200px; font-weight: 500;">
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pyloid"
3
- version = "0.24.4"
3
+ version = "0.24.4-dev"
4
4
  description = ""
5
5
  authors = ["aesthetics-of-record <111675679+aesthetics-of-record@users.noreply.github.com>"]
6
6
  readme = "README.md"
@@ -9,8 +9,8 @@ packages = [
9
9
  ]
10
10
 
11
11
  [tool.poetry.dependencies]
12
- python = ">=3.9,<3.14"
13
- pyside6 = "6.8.3"
12
+ python = ">=3.9,<3.13"
13
+ pyside6 = "6.8.0"
14
14
  platformdirs = "^4.3.7"
15
15
  pickledb = "^1.3.2"
16
16
  aiohttp-cors = "^0.8.1"
@@ -40,7 +40,7 @@ from PySide6.QtWidgets import QSplashScreen, QLabel
40
40
  from typing import TYPE_CHECKING, Any
41
41
  from PySide6.QtWebEngineCore import (
42
42
  QWebEngineSettings,
43
- QWebEngineDesktopMediaRequest,
43
+ # QWebEngineDesktopMediaRequest, # 6.8.3 부터
44
44
  )
45
45
  import threading
46
46
 
@@ -55,7 +55,7 @@ class CustomWebPage(QWebEnginePage):
55
55
  def __init__(self, profile=None):
56
56
  super().__init__(profile)
57
57
  self.featurePermissionRequested.connect(self._handlePermissionRequest)
58
- self.desktopMediaRequested.connect(self._handleDesktopMediaRequest)
58
+ # self.desktopMediaRequested.connect(self._handleDesktopMediaRequest)
59
59
  self._permission_handlers = {}
60
60
  self._desktop_media_handler = None
61
61
  self._url_handlers = {} # URL 핸들러 저장을 위한 딕셔너리 추가
@@ -78,27 +78,27 @@ class CustomWebPage(QWebEnginePage):
78
78
  """Register a handler for a specific permission"""
79
79
  self._permission_handlers[feature] = handler
80
80
 
81
- def _handleDesktopMediaRequest(self, request: QWebEngineDesktopMediaRequest):
82
- return
83
- print("Desktop media request received:", request)
84
-
85
- # 사용 가능한 화면 목록 확인
86
- screens_model = request.screensModel()
87
- print("\n=== Available Screens ===")
88
- for i in range(screens_model.rowCount()):
89
- screen_index = screens_model.index(i)
90
- screen_name = screens_model.data(screen_index)
91
- print(f"Screen {i}: {screen_name}")
92
-
93
- # 사용 가능한 창 목록 확인
94
- windows_model = request.windowsModel()
95
- print("\n=== Available Windows ===")
96
- for i in range(windows_model.rowCount()):
97
- window_index = windows_model.index(i)
98
- window_name = windows_model.data(window_index)
99
- print(f"Window {i}: {window_name}")
100
-
101
- request.selectWindow(windows_model.index(3))
81
+ # def _handleDesktopMediaRequest(self, request: QWebEngineDesktopMediaRequest):
82
+ # return
83
+ # print("Desktop media request received:", request)
84
+
85
+ # # 사용 가능한 화면 목록 확인
86
+ # screens_model = request.screensModel()
87
+ # print("\n=== Available Screens ===")
88
+ # for i in range(screens_model.rowCount()):
89
+ # screen_index = screens_model.index(i)
90
+ # screen_name = screens_model.data(screen_index)
91
+ # print(f"Screen {i}: {screen_name}")
92
+
93
+ # # 사용 가능한 창 목록 확인
94
+ # windows_model = request.windowsModel()
95
+ # print("\n=== Available Windows ===")
96
+ # for i in range(windows_model.rowCount()):
97
+ # window_index = windows_model.index(i)
98
+ # window_name = windows_model.data(window_index)
99
+ # print(f"Window {i}: {window_name}")
100
+
101
+ # request.selectWindow(windows_model.index(3))
102
102
 
103
103
  # # interceptor ( navigation request )
104
104
  # def acceptNavigationRequest(self, url, navigation_type, is_main_frame):
File without changes
File without changes
File without changes
File without changes