RinUI 0.0.9__tar.gz → 0.0.9.post1__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 (106) hide show
  1. {rinui-0.0.9/RinUI.egg-info → rinui-0.0.9.post1}/PKG-INFO +13 -7
  2. {rinui-0.0.9 → rinui-0.0.9.post1}/README.md +11 -5
  3. {rinui-0.0.9 → rinui-0.0.9.post1/RinUI.egg-info}/PKG-INFO +13 -7
  4. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI.egg-info/requires.txt +1 -1
  5. {rinui-0.0.9 → rinui-0.0.9.post1}/pyproject.toml +2 -2
  6. {rinui-0.0.9 → rinui-0.0.9.post1}/LICENSE +0 -0
  7. {rinui-0.0.9 → rinui-0.0.9.post1}/MANIFEST.in +0 -0
  8. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/__init__.py +0 -0
  9. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/__pycache__/__init__.cpython-38.pyc +0 -0
  10. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/assets/fonts/FluentSystemIcons-Index.js +0 -0
  11. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/assets/fonts/FluentSystemIcons-Resizable.ttf +0 -0
  12. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/assets/img/default_app_icon.png +0 -0
  13. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/Base.qml +0 -0
  14. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/BasicInput/Button.qml +0 -0
  15. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/BasicInput/CheckBox.qml +0 -0
  16. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/BasicInput/ComboBox.qml +0 -0
  17. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/BasicInput/DropDownButton.qml +0 -0
  18. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/BasicInput/Hyperlink.qml +0 -0
  19. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/BasicInput/RadioButton.qml +0 -0
  20. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/BasicInput/Slider.qml +0 -0
  21. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/BasicInput/Switch.qml +0 -0
  22. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/BasicInput/ToggleButton.qml +0 -0
  23. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/BasicInput/ToolButton.qml +0 -0
  24. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/ContextMenu.qml +0 -0
  25. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/DateAndTime/PickerView.qml +0 -0
  26. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/DateAndTime/TimePicker.qml +0 -0
  27. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/DialogsAndFlyouts/Dialog.qml +0 -0
  28. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/DialogsAndFlyouts/DialogButtonBox.qml +0 -0
  29. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/DialogsAndFlyouts/Flyout.qml +0 -0
  30. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/DialogsAndFlyouts/Popup.qml +0 -0
  31. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/FocusIndicator.qml +0 -0
  32. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/IconWidget.qml +0 -0
  33. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/Indicator.qml +0 -0
  34. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/Layout/Expander.qml +0 -0
  35. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/Layout/SettingExpander.qml +0 -0
  36. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/Layout/SettingItem.qml +0 -0
  37. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/ListAndCollections/Clip.qml +0 -0
  38. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/ListAndCollections/Frame.qml +0 -0
  39. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/ListAndCollections/ListView.qml +0 -0
  40. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/ListAndCollections/ListViewDelegate.qml +0 -0
  41. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/ListAndCollections/SettingCard.qml +0 -0
  42. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/ListAndCollections/TableView.qml +0 -0
  43. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/ListAndCollections/TableViewDelegate.qml +0 -0
  44. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/MenusAndToolbars/Menu.qml +0 -0
  45. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/MenusAndToolbars/MenuBar.qml +0 -0
  46. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/MenusAndToolbars/MenuItem.qml +0 -0
  47. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/MenusAndToolbars/MenuItemGroup.qml +0 -0
  48. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/MenusAndToolbars/MenuSeparator.qml +0 -0
  49. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/MenusAndToolbars/ToolSeparator.qml +0 -0
  50. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/Navigation/ErrorPage.qml +0 -0
  51. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/Navigation/NavigationBar.qml +0 -0
  52. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/Navigation/NavigationItem.qml +0 -0
  53. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/Navigation/NavigationSubItem.qml +0 -0
  54. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/Navigation/NavigationView.qml +0 -0
  55. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/Navigation/SelectorBar.qml +0 -0
  56. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/ScrollBar.qml +0 -0
  57. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/ScrollView.qml +0 -0
  58. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/Shadow.qml +0 -0
  59. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/StatusAndInfo/InfoBadge.qml +0 -0
  60. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/StatusAndInfo/InfoBar.qml +0 -0
  61. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/StatusAndInfo/ProgressBar.qml +0 -0
  62. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/StatusAndInfo/Toast.qml +0 -0
  63. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/StatusAndInfo/ToolTip.qml +0 -0
  64. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/Text/SpinBox.qml +0 -0
  65. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/Text/Text.qml +0 -0
  66. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/Text/TextField.qml +0 -0
  67. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/Text/TextInput.qml +0 -0
  68. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/Utils/Blur.qml +0 -0
  69. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/components/qmldir +0 -0
  70. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/config/rin_ui.json +0 -0
  71. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/core/__init__.py +0 -0
  72. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/core/__pycache__/__init__.cpython-38.pyc +0 -0
  73. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/core/__pycache__/config.cpython-38.pyc +0 -0
  74. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/core/__pycache__/launcher.cpython-38.pyc +0 -0
  75. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/core/__pycache__/theme.cpython-38.pyc +0 -0
  76. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/core/config.py +0 -0
  77. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/core/launcher.py +0 -0
  78. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/core/theme.py +0 -0
  79. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/hooks/__init__.py +0 -0
  80. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/hooks/hook-RinUI.py +0 -0
  81. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/qmldir +0 -0
  82. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/themes/dark.qml +0 -0
  83. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/themes/light.qml +0 -0
  84. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/themes/qmldir +0 -0
  85. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/themes/theme.qml +0 -0
  86. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/themes/utils.qml +0 -0
  87. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/utils/Animation.qml +0 -0
  88. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/utils/FloatLayer.qml +0 -0
  89. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/utils/FontIconLoader.qml +0 -0
  90. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/utils/Position.qml +0 -0
  91. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/utils/Severity.qml +0 -0
  92. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/utils/Typography.qml +0 -0
  93. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/utils/qmldir +0 -0
  94. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/windows/CtrlBtn.qml +0 -0
  95. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/windows/FluentPage.qml +0 -0
  96. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/windows/FluentWindow.qml +0 -0
  97. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/windows/FluentWindowBase.qml +0 -0
  98. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/windows/TitleBar.qml +0 -0
  99. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/windows/qmldir +0 -0
  100. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/windows/window/ApplicationWindow.qml +0 -0
  101. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI/windows/window/Window.qml +0 -0
  102. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI.egg-info/SOURCES.txt +0 -0
  103. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI.egg-info/dependency_links.txt +0 -0
  104. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI.egg-info/entry_points.txt +0 -0
  105. {rinui-0.0.9 → rinui-0.0.9.post1}/RinUI.egg-info/top_level.txt +0 -0
  106. {rinui-0.0.9 → rinui-0.0.9.post1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: RinUI
3
- Version: 0.0.9
3
+ Version: 0.0.9.post1
4
4
  Summary: A Fluent Design-like UI library for Qt Quick (QML) based on PySide6
5
5
  Author-email: RinLit <lintu233_qwq@icloud.com>
6
6
  Classifier: Programming Language :: Python :: 3
@@ -11,7 +11,7 @@ Description-Content-Type: text/markdown
11
11
  License-File: LICENSE
12
12
  Requires-Dist: PySide6~=6.6.3.1
13
13
  Requires-Dist: darkdetect~=0.8.0
14
- Requires-Dist: pywin32==227; sys_platform == "win32"
14
+ Requires-Dist: pywin32>=306; sys_platform == "win32"
15
15
 
16
16
  <div align="center">
17
17
  <h1>RinUI</h1>
@@ -56,17 +56,23 @@ With simple configuration, you can quickly develop elegant UI interfaces in the
56
56
  You can install RinUI via pip: (coming soon, but now you can install via test-pypi)
57
57
  ```bash
58
58
  pip install RinUI # if RinUI in pypi
59
-
60
- # ↓ Test PyPI
61
- pip install PySide6 darkdetect
62
- # There is no Release for these two packages in TestPypi. When RinUI is released to PyPi, this step can be omitted.
63
- pip install -i https://test.pypi.org/simple/ RinUI --no-deps
64
59
  ```
65
60
 
66
61
  Import RinUI in your QML file:
67
62
  ```qmllang
68
63
  import RinUI
69
64
  ```
65
+ Then you can run the QML file in your project.
66
+ ```python
67
+ import sys
68
+ from RinUI import *
69
+ from PySide6.QtWidgets import QApplication
70
+
71
+ if __name__ == '__main__':
72
+ app = QApplication(sys.argv)
73
+ your_app = RinUIWindow("/path/to/your/file.qml")
74
+ sys.exit(app.exec_())
75
+ ```
70
76
 
71
77
  You also can view the demo in the source code, like this:
72
78
  ```bash
@@ -41,17 +41,23 @@ With simple configuration, you can quickly develop elegant UI interfaces in the
41
41
  You can install RinUI via pip: (coming soon, but now you can install via test-pypi)
42
42
  ```bash
43
43
  pip install RinUI # if RinUI in pypi
44
-
45
- # ↓ Test PyPI
46
- pip install PySide6 darkdetect
47
- # There is no Release for these two packages in TestPypi. When RinUI is released to PyPi, this step can be omitted.
48
- pip install -i https://test.pypi.org/simple/ RinUI --no-deps
49
44
  ```
50
45
 
51
46
  Import RinUI in your QML file:
52
47
  ```qmllang
53
48
  import RinUI
54
49
  ```
50
+ Then you can run the QML file in your project.
51
+ ```python
52
+ import sys
53
+ from RinUI import *
54
+ from PySide6.QtWidgets import QApplication
55
+
56
+ if __name__ == '__main__':
57
+ app = QApplication(sys.argv)
58
+ your_app = RinUIWindow("/path/to/your/file.qml")
59
+ sys.exit(app.exec_())
60
+ ```
55
61
 
56
62
  You also can view the demo in the source code, like this:
57
63
  ```bash
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: RinUI
3
- Version: 0.0.9
3
+ Version: 0.0.9.post1
4
4
  Summary: A Fluent Design-like UI library for Qt Quick (QML) based on PySide6
5
5
  Author-email: RinLit <lintu233_qwq@icloud.com>
6
6
  Classifier: Programming Language :: Python :: 3
@@ -11,7 +11,7 @@ Description-Content-Type: text/markdown
11
11
  License-File: LICENSE
12
12
  Requires-Dist: PySide6~=6.6.3.1
13
13
  Requires-Dist: darkdetect~=0.8.0
14
- Requires-Dist: pywin32==227; sys_platform == "win32"
14
+ Requires-Dist: pywin32>=306; sys_platform == "win32"
15
15
 
16
16
  <div align="center">
17
17
  <h1>RinUI</h1>
@@ -56,17 +56,23 @@ With simple configuration, you can quickly develop elegant UI interfaces in the
56
56
  You can install RinUI via pip: (coming soon, but now you can install via test-pypi)
57
57
  ```bash
58
58
  pip install RinUI # if RinUI in pypi
59
-
60
- # ↓ Test PyPI
61
- pip install PySide6 darkdetect
62
- # There is no Release for these two packages in TestPypi. When RinUI is released to PyPi, this step can be omitted.
63
- pip install -i https://test.pypi.org/simple/ RinUI --no-deps
64
59
  ```
65
60
 
66
61
  Import RinUI in your QML file:
67
62
  ```qmllang
68
63
  import RinUI
69
64
  ```
65
+ Then you can run the QML file in your project.
66
+ ```python
67
+ import sys
68
+ from RinUI import *
69
+ from PySide6.QtWidgets import QApplication
70
+
71
+ if __name__ == '__main__':
72
+ app = QApplication(sys.argv)
73
+ your_app = RinUIWindow("/path/to/your/file.qml")
74
+ sys.exit(app.exec_())
75
+ ```
70
76
 
71
77
  You also can view the demo in the source code, like this:
72
78
  ```bash
@@ -2,4 +2,4 @@ PySide6~=6.6.3.1
2
2
  darkdetect~=0.8.0
3
3
 
4
4
  [:sys_platform == "win32"]
5
- pywin32==227
5
+ pywin32>=306
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "RinUI"
7
- version = "0.0.9"
7
+ version = "0.0.9.post1"
8
8
  authors = [
9
9
  { name = "RinLit", email = "lintu233_qwq@icloud.com" }
10
10
  ]
@@ -14,7 +14,7 @@ requires-python = ">=3.8"
14
14
  dependencies = [
15
15
  "PySide6~=6.6.3.1",
16
16
  "darkdetect~=0.8.0",
17
- 'pywin32==227; sys_platform == "win32"'
17
+ "pywin32>=306 ; sys_platform == 'win32'"
18
18
  ]
19
19
  classifiers = [
20
20
  "Programming Language :: Python :: 3",
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