winipyside 2.1.49__tar.gz → 2.1.65__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 (45) hide show
  1. {winipyside-2.1.49 → winipyside-2.1.65}/PKG-INFO +1 -1
  2. {winipyside-2.1.49 → winipyside-2.1.65}/pyproject.toml +1 -1
  3. winipyside-2.1.65/winipyside/dev/management/__init__.py +5 -0
  4. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/src/ui/base/base.py +4 -4
  5. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/src/ui/widgets/notification.py +3 -3
  6. {winipyside-2.1.49 → winipyside-2.1.65}/LICENSE +0 -0
  7. {winipyside-2.1.49 → winipyside-2.1.65}/README.md +0 -0
  8. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/__init__.py +0 -0
  9. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/dev/__init__.py +0 -0
  10. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/dev/builders/__init__.py +0 -0
  11. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/dev/cli/__init__.py +0 -0
  12. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/dev/cli/shared_subcommands.py +0 -0
  13. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/dev/cli/subcommands.py +0 -0
  14. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/dev/configs/__init__.py +0 -0
  15. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/dev/configs/configs.py +0 -0
  16. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/dev/tests/__init__.py +0 -0
  17. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/dev/tests/fixtures/__init__.py +0 -0
  18. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/main.py +0 -0
  19. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/py.typed +0 -0
  20. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/resources/__init__.py +0 -0
  21. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/resources/delete_garbage_can.svg +0 -0
  22. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/resources/download_arrow.svg +0 -0
  23. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/resources/exit_fullscreen_icon.svg +0 -0
  24. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/resources/fullscreen_icon.svg +0 -0
  25. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/resources/menu_icon.svg +0 -0
  26. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/resources/pause_icon.svg +0 -0
  27. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/resources/play_icon.svg +0 -0
  28. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/resources/plus_icon.svg +0 -0
  29. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/src/__init__.py +0 -0
  30. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/src/core/__init__.py +0 -0
  31. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/src/core/py_qiodevice.py +0 -0
  32. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/src/ui/__init__.py +0 -0
  33. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/src/ui/base/__init__.py +0 -0
  34. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/src/ui/pages/__init__.py +0 -0
  35. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/src/ui/pages/base/__init__.py +0 -0
  36. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/src/ui/pages/base/base.py +0 -0
  37. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/src/ui/pages/browser.py +0 -0
  38. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/src/ui/pages/player.py +0 -0
  39. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/src/ui/widgets/__init__.py +0 -0
  40. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/src/ui/widgets/browser.py +0 -0
  41. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/src/ui/widgets/clickable_widget.py +0 -0
  42. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/src/ui/widgets/media_player.py +0 -0
  43. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/src/ui/windows/__init__.py +0 -0
  44. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/src/ui/windows/base/__init__.py +0 -0
  45. {winipyside-2.1.49 → winipyside-2.1.65}/winipyside/src/ui/windows/base/base.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: winipyside
3
- Version: 2.1.49
3
+ Version: 2.1.65
4
4
  Summary: A utilities package for PySide6
5
5
  Keywords:
6
6
  Author: Winipedia
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "winipyside"
3
- version = "2.1.49"
3
+ version = "2.1.65"
4
4
  description = "A utilities package for PySide6"
5
5
  authors = [
6
6
  {name = "Winipedia"},
@@ -0,0 +1,5 @@
1
+ """Tool wrappers for CLI tools used in development workflows.
2
+
3
+ Tools are subclasses of `Tool` providing methods that return `Args` objects
4
+ for type-safe command construction and execution.
5
+ """
@@ -9,11 +9,11 @@ from types import ModuleType
9
9
  from typing import TYPE_CHECKING, Any, Self, cast
10
10
 
11
11
  from pyrig.src.modules.class_ import (
12
- get_all_nonabstract_subclasses,
12
+ get_all_subclasses,
13
13
  )
14
14
  from pyrig.src.modules.imports import walk_package
15
15
  from pyrig.src.resource import get_resource_path
16
- from pyrig.src.string import split_on_uppercase
16
+ from pyrig.src.string_ import split_on_uppercase
17
17
  from PySide6.QtCore import QObject
18
18
  from PySide6.QtGui import QIcon
19
19
  from PySide6.QtWidgets import QApplication, QStackedWidget
@@ -29,7 +29,7 @@ if TYPE_CHECKING:
29
29
 
30
30
  class QABCLoggingMeta(
31
31
  ABCLoggingMeta,
32
- type(QObject), # type: ignore[misc]
32
+ type(QObject),
33
33
  ):
34
34
  """Metaclass combining ABC enforcement with Qt and logging integration.
35
35
 
@@ -136,7 +136,7 @@ class Base(metaclass=QABCLoggingMeta):
136
136
 
137
137
  _ = list(walk_package(package))
138
138
 
139
- children = get_all_nonabstract_subclasses(cls)
139
+ children = get_all_subclasses(cls, exclude_abstract=True)
140
140
  return sorted(children, key=lambda cls: cls.__name__)
141
141
 
142
142
  def set_current_page(self, page_cls: type["BasePage"]) -> None:
@@ -3,14 +3,14 @@
3
3
  This module provides a notification toast widget for displaying temporary messages.
4
4
  """
5
5
 
6
- from pyqttoast import Toast, ToastIcon, ToastPosition # type: ignore[import-untyped]
6
+ from pyqttoast import Toast, ToastIcon, ToastPosition
7
7
  from PySide6.QtWidgets import QApplication
8
- from winiutils.src.data.structures.text.string import value_to_truncated_string
8
+ from winiutils.src.data.structures.text.string_ import value_to_truncated_string
9
9
 
10
10
  Toast.setPosition(ToastPosition.TOP_MIDDLE)
11
11
 
12
12
 
13
- class Notification(Toast): # type: ignore[misc]
13
+ class Notification(Toast):
14
14
  """Toast notification widget with automatic text truncation.
15
15
 
16
16
  A configurable toast notification that appears in the top-middle of the screen
File without changes
File without changes