win32more-Microsoft.WindowsAppSDK 0.7.1.6.250430001__py2.py3-none-any.whl → 0.8.1.8.251003001__py2.py3-none-any.whl

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 (74) hide show
  1. win32more/Microsoft/Foundation/__init__.py +1 -1
  2. win32more/Microsoft/Graphics/DirectX/__init__.py +4 -0
  3. win32more/Microsoft/Graphics/Display/__init__.py +2 -0
  4. win32more/Microsoft/Graphics/Imaging/__init__.py +78 -0
  5. win32more/Microsoft/Security/Authentication/OAuth/__init__.py +593 -0
  6. win32more/Microsoft/UI/Composition/Core/__init__.py +4 -4
  7. win32more/Microsoft/UI/Composition/Diagnostics/__init__.py +5 -4
  8. win32more/Microsoft/UI/Composition/Effects/__init__.py +11 -10
  9. win32more/Microsoft/UI/Composition/Interactions/__init__.py +100 -93
  10. win32more/Microsoft/UI/Composition/Scenes/__init__.py +82 -78
  11. win32more/Microsoft/UI/Composition/SystemBackdrops/__init__.py +46 -42
  12. win32more/Microsoft/UI/Composition/__init__.py +146 -125
  13. win32more/Microsoft/UI/Content/__init__.py +677 -32
  14. win32more/Microsoft/UI/Dispatching/__init__.py +6 -4
  15. win32more/Microsoft/UI/Input/DragDrop/__init__.py +11 -9
  16. win32more/Microsoft/UI/Input/__init__.py +88 -66
  17. win32more/Microsoft/UI/Text/__init__.py +46 -0
  18. win32more/Microsoft/UI/Windowing/__init__.py +112 -21
  19. win32more/Microsoft/UI/Xaml/Automation/Peers/__init__.py +12 -0
  20. win32more/Microsoft/UI/Xaml/Automation/Text/__init__.py +2 -0
  21. win32more/Microsoft/UI/Xaml/Automation/__init__.py +21 -0
  22. win32more/Microsoft/UI/Xaml/Controls/Primitives/__init__.py +19 -0
  23. win32more/Microsoft/UI/Xaml/Controls/__init__.py +369 -0
  24. win32more/Microsoft/UI/Xaml/Data/__init__.py +3 -0
  25. win32more/Microsoft/UI/Xaml/Documents/__init__.py +2 -0
  26. win32more/Microsoft/UI/Xaml/Hosting/__init__.py +1 -0
  27. win32more/Microsoft/UI/Xaml/Input/__init__.py +11 -0
  28. win32more/Microsoft/UI/Xaml/Interop/__init__.py +1 -0
  29. win32more/Microsoft/UI/Xaml/Media/Animation/__init__.py +6 -0
  30. win32more/Microsoft/UI/Xaml/Media/Imaging/__init__.py +3 -0
  31. win32more/Microsoft/UI/Xaml/Media/__init__.py +14 -0
  32. win32more/Microsoft/UI/Xaml/Navigation/__init__.py +2 -0
  33. win32more/Microsoft/UI/Xaml/Printing/__init__.py +1 -0
  34. win32more/Microsoft/UI/Xaml/__init__.py +101 -2
  35. win32more/Microsoft/Windows/AI/ContentSafety/__init__.py +198 -0
  36. win32more/Microsoft/Windows/AI/Foundation/__init__.py +46 -0
  37. win32more/Microsoft/Windows/AI/Imaging/__init__.py +369 -0
  38. win32more/Microsoft/Windows/AI/MachineLearning/__init__.py +125 -0
  39. win32more/Microsoft/Windows/AI/Text/__init__.py +501 -0
  40. win32more/Microsoft/Windows/AI/__init__.py +51 -0
  41. win32more/Microsoft/Windows/AppLifecycle/__init__.py +1 -0
  42. win32more/Microsoft/Windows/AppNotifications/Builder/__init__.py +7 -1
  43. win32more/Microsoft/Windows/AppNotifications/__init__.py +4 -1
  44. win32more/Microsoft/Windows/ApplicationModel/Background/UniversalBGTask/__init__.py +27 -0
  45. win32more/Microsoft/Windows/ApplicationModel/Background/__init__.py +65 -0
  46. win32more/Microsoft/Windows/ApplicationModel/DynamicDependency/__init__.py +2 -0
  47. win32more/Microsoft/Windows/ApplicationModel/Resources/__init__.py +1 -0
  48. win32more/Microsoft/Windows/ApplicationModel/WindowsAppRuntime/__init__.py +120 -0
  49. win32more/Microsoft/Windows/BadgeNotifications/__init__.py +54 -0
  50. win32more/Microsoft/Windows/Foundation/__init__.py +221 -0
  51. win32more/Microsoft/Windows/Management/Deployment/__init__.py +5 -0
  52. win32more/Microsoft/Windows/Media/Capture/__init__.py +201 -0
  53. win32more/Microsoft/Windows/PushNotifications/__init__.py +1 -0
  54. win32more/Microsoft/Windows/Storage/Pickers/__init__.py +260 -0
  55. win32more/Microsoft/Windows/Storage/__init__.py +2 -0
  56. win32more/Microsoft/Windows/System/Power/__init__.py +8 -0
  57. win32more/Microsoft/Windows/Widgets/Feeds/Providers/__init__.py +8 -0
  58. win32more/Microsoft/Windows/Widgets/Notifications/__init__.py +2 -0
  59. win32more/Microsoft/Windows/Widgets/Providers/__init__.py +24 -0
  60. win32more/Microsoft/Windows/Widgets/__init__.py +2 -1
  61. win32more/Microsoft/Windows/Workloads/__init__.py +12 -0
  62. win32more/appsdk/versioninfo.py +2 -2
  63. win32more/dll/arm64/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
  64. win32more/dll/arm64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
  65. win32more/dll/x64/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
  66. win32more/dll/x64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
  67. win32more/dll/x86/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
  68. win32more/dll/x86/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
  69. win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info/METADATA +6 -0
  70. win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info/RECORD +85 -0
  71. {win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info → win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info}/WHEEL +1 -1
  72. {win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info → win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info}/licenses/LICENSE (Microsoft.WindowsAppSDK).txt +5 -3
  73. win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info/METADATA +0 -6
  74. win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info/RECORD +0 -67
@@ -0,0 +1,260 @@
1
+ from __future__ import annotations
2
+ from win32more._prelude import *
3
+ import win32more.Microsoft.UI
4
+ import win32more.Microsoft.Windows.Storage.Pickers
5
+ import win32more.Windows.Foundation
6
+ import win32more.Windows.Foundation.Collections
7
+ class FileOpenPicker(ComPtr):
8
+ extends: IInspectable
9
+ default_interface: win32more.Microsoft.Windows.Storage.Pickers.IFileOpenPicker
10
+ _classid_ = 'Microsoft.Windows.Storage.Pickers.FileOpenPicker'
11
+ def __init__(self, *args, **kwargs):
12
+ if kwargs:
13
+ super().__init__(**kwargs)
14
+ elif len(args) == 1:
15
+ super().__init__(move=win32more.Microsoft.Windows.Storage.Pickers.FileOpenPicker.CreateInstance(*args))
16
+ else:
17
+ raise ValueError('no matched constructor')
18
+ @winrt_factorymethod
19
+ def CreateInstance(cls: win32more.Microsoft.Windows.Storage.Pickers.IFileOpenPickerFactory, windowId: win32more.Microsoft.UI.WindowId) -> win32more.Microsoft.Windows.Storage.Pickers.FileOpenPicker: ...
20
+ @winrt_mixinmethod
21
+ def get_ViewMode(self: win32more.Microsoft.Windows.Storage.Pickers.IFileOpenPicker) -> win32more.Microsoft.Windows.Storage.Pickers.PickerViewMode: ...
22
+ @winrt_mixinmethod
23
+ def put_ViewMode(self: win32more.Microsoft.Windows.Storage.Pickers.IFileOpenPicker, value: win32more.Microsoft.Windows.Storage.Pickers.PickerViewMode) -> Void: ...
24
+ @winrt_mixinmethod
25
+ def get_SuggestedStartLocation(self: win32more.Microsoft.Windows.Storage.Pickers.IFileOpenPicker) -> win32more.Microsoft.Windows.Storage.Pickers.PickerLocationId: ...
26
+ @winrt_mixinmethod
27
+ def put_SuggestedStartLocation(self: win32more.Microsoft.Windows.Storage.Pickers.IFileOpenPicker, value: win32more.Microsoft.Windows.Storage.Pickers.PickerLocationId) -> Void: ...
28
+ @winrt_mixinmethod
29
+ def get_CommitButtonText(self: win32more.Microsoft.Windows.Storage.Pickers.IFileOpenPicker) -> hstr: ...
30
+ @winrt_mixinmethod
31
+ def put_CommitButtonText(self: win32more.Microsoft.Windows.Storage.Pickers.IFileOpenPicker, value: hstr) -> Void: ...
32
+ @winrt_mixinmethod
33
+ def get_FileTypeFilter(self: win32more.Microsoft.Windows.Storage.Pickers.IFileOpenPicker) -> win32more.Windows.Foundation.Collections.IVector[hstr]: ...
34
+ @winrt_mixinmethod
35
+ def PickSingleFileAsync(self: win32more.Microsoft.Windows.Storage.Pickers.IFileOpenPicker) -> win32more.Windows.Foundation.IAsyncOperation[win32more.Microsoft.Windows.Storage.Pickers.PickFileResult]: ...
36
+ @winrt_mixinmethod
37
+ def PickMultipleFilesAsync(self: win32more.Microsoft.Windows.Storage.Pickers.IFileOpenPicker) -> win32more.Windows.Foundation.IAsyncOperation[win32more.Windows.Foundation.Collections.IVectorView[win32more.Microsoft.Windows.Storage.Pickers.PickFileResult]]: ...
38
+ CommitButtonText = property(get_CommitButtonText, put_CommitButtonText)
39
+ FileTypeFilter = property(get_FileTypeFilter, None)
40
+ SuggestedStartLocation = property(get_SuggestedStartLocation, put_SuggestedStartLocation)
41
+ ViewMode = property(get_ViewMode, put_ViewMode)
42
+ class FileSavePicker(ComPtr):
43
+ extends: IInspectable
44
+ default_interface: win32more.Microsoft.Windows.Storage.Pickers.IFileSavePicker
45
+ _classid_ = 'Microsoft.Windows.Storage.Pickers.FileSavePicker'
46
+ def __init__(self, *args, **kwargs):
47
+ if kwargs:
48
+ super().__init__(**kwargs)
49
+ elif len(args) == 1:
50
+ super().__init__(move=win32more.Microsoft.Windows.Storage.Pickers.FileSavePicker.CreateInstance(*args))
51
+ else:
52
+ raise ValueError('no matched constructor')
53
+ @winrt_factorymethod
54
+ def CreateInstance(cls: win32more.Microsoft.Windows.Storage.Pickers.IFileSavePickerFactory, windowId: win32more.Microsoft.UI.WindowId) -> win32more.Microsoft.Windows.Storage.Pickers.FileSavePicker: ...
55
+ @winrt_mixinmethod
56
+ def get_SuggestedStartLocation(self: win32more.Microsoft.Windows.Storage.Pickers.IFileSavePicker) -> win32more.Microsoft.Windows.Storage.Pickers.PickerLocationId: ...
57
+ @winrt_mixinmethod
58
+ def put_SuggestedStartLocation(self: win32more.Microsoft.Windows.Storage.Pickers.IFileSavePicker, value: win32more.Microsoft.Windows.Storage.Pickers.PickerLocationId) -> Void: ...
59
+ @winrt_mixinmethod
60
+ def get_CommitButtonText(self: win32more.Microsoft.Windows.Storage.Pickers.IFileSavePicker) -> hstr: ...
61
+ @winrt_mixinmethod
62
+ def put_CommitButtonText(self: win32more.Microsoft.Windows.Storage.Pickers.IFileSavePicker, value: hstr) -> Void: ...
63
+ @winrt_mixinmethod
64
+ def get_FileTypeChoices(self: win32more.Microsoft.Windows.Storage.Pickers.IFileSavePicker) -> win32more.Windows.Foundation.Collections.IMap[hstr, win32more.Windows.Foundation.Collections.IVector[hstr]]: ...
65
+ @winrt_mixinmethod
66
+ def get_DefaultFileExtension(self: win32more.Microsoft.Windows.Storage.Pickers.IFileSavePicker) -> hstr: ...
67
+ @winrt_mixinmethod
68
+ def put_DefaultFileExtension(self: win32more.Microsoft.Windows.Storage.Pickers.IFileSavePicker, value: hstr) -> Void: ...
69
+ @winrt_mixinmethod
70
+ def get_SuggestedFileName(self: win32more.Microsoft.Windows.Storage.Pickers.IFileSavePicker) -> hstr: ...
71
+ @winrt_mixinmethod
72
+ def put_SuggestedFileName(self: win32more.Microsoft.Windows.Storage.Pickers.IFileSavePicker, value: hstr) -> Void: ...
73
+ @winrt_mixinmethod
74
+ def get_SuggestedFolder(self: win32more.Microsoft.Windows.Storage.Pickers.IFileSavePicker) -> hstr: ...
75
+ @winrt_mixinmethod
76
+ def put_SuggestedFolder(self: win32more.Microsoft.Windows.Storage.Pickers.IFileSavePicker, value: hstr) -> Void: ...
77
+ @winrt_mixinmethod
78
+ def PickSaveFileAsync(self: win32more.Microsoft.Windows.Storage.Pickers.IFileSavePicker) -> win32more.Windows.Foundation.IAsyncOperation[win32more.Microsoft.Windows.Storage.Pickers.PickFileResult]: ...
79
+ CommitButtonText = property(get_CommitButtonText, put_CommitButtonText)
80
+ DefaultFileExtension = property(get_DefaultFileExtension, put_DefaultFileExtension)
81
+ FileTypeChoices = property(get_FileTypeChoices, None)
82
+ SuggestedFileName = property(get_SuggestedFileName, put_SuggestedFileName)
83
+ SuggestedFolder = property(get_SuggestedFolder, put_SuggestedFolder)
84
+ SuggestedStartLocation = property(get_SuggestedStartLocation, put_SuggestedStartLocation)
85
+ class FolderPicker(ComPtr):
86
+ extends: IInspectable
87
+ default_interface: win32more.Microsoft.Windows.Storage.Pickers.IFolderPicker
88
+ _classid_ = 'Microsoft.Windows.Storage.Pickers.FolderPicker'
89
+ def __init__(self, *args, **kwargs):
90
+ if kwargs:
91
+ super().__init__(**kwargs)
92
+ elif len(args) == 1:
93
+ super().__init__(move=win32more.Microsoft.Windows.Storage.Pickers.FolderPicker.CreateInstance(*args))
94
+ else:
95
+ raise ValueError('no matched constructor')
96
+ @winrt_factorymethod
97
+ def CreateInstance(cls: win32more.Microsoft.Windows.Storage.Pickers.IFolderPickerFactory, windowId: win32more.Microsoft.UI.WindowId) -> win32more.Microsoft.Windows.Storage.Pickers.FolderPicker: ...
98
+ @winrt_mixinmethod
99
+ def get_ViewMode(self: win32more.Microsoft.Windows.Storage.Pickers.IFolderPicker) -> win32more.Microsoft.Windows.Storage.Pickers.PickerViewMode: ...
100
+ @winrt_mixinmethod
101
+ def put_ViewMode(self: win32more.Microsoft.Windows.Storage.Pickers.IFolderPicker, value: win32more.Microsoft.Windows.Storage.Pickers.PickerViewMode) -> Void: ...
102
+ @winrt_mixinmethod
103
+ def get_SuggestedStartLocation(self: win32more.Microsoft.Windows.Storage.Pickers.IFolderPicker) -> win32more.Microsoft.Windows.Storage.Pickers.PickerLocationId: ...
104
+ @winrt_mixinmethod
105
+ def put_SuggestedStartLocation(self: win32more.Microsoft.Windows.Storage.Pickers.IFolderPicker, value: win32more.Microsoft.Windows.Storage.Pickers.PickerLocationId) -> Void: ...
106
+ @winrt_mixinmethod
107
+ def get_CommitButtonText(self: win32more.Microsoft.Windows.Storage.Pickers.IFolderPicker) -> hstr: ...
108
+ @winrt_mixinmethod
109
+ def put_CommitButtonText(self: win32more.Microsoft.Windows.Storage.Pickers.IFolderPicker, value: hstr) -> Void: ...
110
+ @winrt_mixinmethod
111
+ def PickSingleFolderAsync(self: win32more.Microsoft.Windows.Storage.Pickers.IFolderPicker) -> win32more.Windows.Foundation.IAsyncOperation[win32more.Microsoft.Windows.Storage.Pickers.PickFolderResult]: ...
112
+ CommitButtonText = property(get_CommitButtonText, put_CommitButtonText)
113
+ SuggestedStartLocation = property(get_SuggestedStartLocation, put_SuggestedStartLocation)
114
+ ViewMode = property(get_ViewMode, put_ViewMode)
115
+ class IFileOpenPicker(ComPtr):
116
+ extends: IInspectable
117
+ _classid_ = 'Microsoft.Windows.Storage.Pickers.IFileOpenPicker'
118
+ _iid_ = Guid('{9d00f175-c783-51bd-8c93-fb63695d3abc}')
119
+ @winrt_commethod(6)
120
+ def get_ViewMode(self) -> win32more.Microsoft.Windows.Storage.Pickers.PickerViewMode: ...
121
+ @winrt_commethod(7)
122
+ def put_ViewMode(self, value: win32more.Microsoft.Windows.Storage.Pickers.PickerViewMode) -> Void: ...
123
+ @winrt_commethod(8)
124
+ def get_SuggestedStartLocation(self) -> win32more.Microsoft.Windows.Storage.Pickers.PickerLocationId: ...
125
+ @winrt_commethod(9)
126
+ def put_SuggestedStartLocation(self, value: win32more.Microsoft.Windows.Storage.Pickers.PickerLocationId) -> Void: ...
127
+ @winrt_commethod(10)
128
+ def get_CommitButtonText(self) -> hstr: ...
129
+ @winrt_commethod(11)
130
+ def put_CommitButtonText(self, value: hstr) -> Void: ...
131
+ @winrt_commethod(12)
132
+ def get_FileTypeFilter(self) -> win32more.Windows.Foundation.Collections.IVector[hstr]: ...
133
+ @winrt_commethod(13)
134
+ def PickSingleFileAsync(self) -> win32more.Windows.Foundation.IAsyncOperation[win32more.Microsoft.Windows.Storage.Pickers.PickFileResult]: ...
135
+ @winrt_commethod(14)
136
+ def PickMultipleFilesAsync(self) -> win32more.Windows.Foundation.IAsyncOperation[win32more.Windows.Foundation.Collections.IVectorView[win32more.Microsoft.Windows.Storage.Pickers.PickFileResult]]: ...
137
+ CommitButtonText = property(get_CommitButtonText, put_CommitButtonText)
138
+ FileTypeFilter = property(get_FileTypeFilter, None)
139
+ SuggestedStartLocation = property(get_SuggestedStartLocation, put_SuggestedStartLocation)
140
+ ViewMode = property(get_ViewMode, put_ViewMode)
141
+ class IFileOpenPickerFactory(ComPtr):
142
+ extends: IInspectable
143
+ _classid_ = 'Microsoft.Windows.Storage.Pickers.IFileOpenPickerFactory'
144
+ _iid_ = Guid('{315e86d7-d7a2-5d81-b379-7af78207b1af}')
145
+ @winrt_commethod(6)
146
+ def CreateInstance(self, windowId: win32more.Microsoft.UI.WindowId) -> win32more.Microsoft.Windows.Storage.Pickers.FileOpenPicker: ...
147
+ class IFileSavePicker(ComPtr):
148
+ extends: IInspectable
149
+ _classid_ = 'Microsoft.Windows.Storage.Pickers.IFileSavePicker'
150
+ _iid_ = Guid('{79f1f4df-741b-59b2-aa06-fe9ac817b7dd}')
151
+ @winrt_commethod(6)
152
+ def get_SuggestedStartLocation(self) -> win32more.Microsoft.Windows.Storage.Pickers.PickerLocationId: ...
153
+ @winrt_commethod(7)
154
+ def put_SuggestedStartLocation(self, value: win32more.Microsoft.Windows.Storage.Pickers.PickerLocationId) -> Void: ...
155
+ @winrt_commethod(8)
156
+ def get_CommitButtonText(self) -> hstr: ...
157
+ @winrt_commethod(9)
158
+ def put_CommitButtonText(self, value: hstr) -> Void: ...
159
+ @winrt_commethod(10)
160
+ def get_FileTypeChoices(self) -> win32more.Windows.Foundation.Collections.IMap[hstr, win32more.Windows.Foundation.Collections.IVector[hstr]]: ...
161
+ @winrt_commethod(11)
162
+ def get_DefaultFileExtension(self) -> hstr: ...
163
+ @winrt_commethod(12)
164
+ def put_DefaultFileExtension(self, value: hstr) -> Void: ...
165
+ @winrt_commethod(13)
166
+ def get_SuggestedFileName(self) -> hstr: ...
167
+ @winrt_commethod(14)
168
+ def put_SuggestedFileName(self, value: hstr) -> Void: ...
169
+ @winrt_commethod(15)
170
+ def get_SuggestedFolder(self) -> hstr: ...
171
+ @winrt_commethod(16)
172
+ def put_SuggestedFolder(self, value: hstr) -> Void: ...
173
+ @winrt_commethod(17)
174
+ def PickSaveFileAsync(self) -> win32more.Windows.Foundation.IAsyncOperation[win32more.Microsoft.Windows.Storage.Pickers.PickFileResult]: ...
175
+ CommitButtonText = property(get_CommitButtonText, put_CommitButtonText)
176
+ DefaultFileExtension = property(get_DefaultFileExtension, put_DefaultFileExtension)
177
+ FileTypeChoices = property(get_FileTypeChoices, None)
178
+ SuggestedFileName = property(get_SuggestedFileName, put_SuggestedFileName)
179
+ SuggestedFolder = property(get_SuggestedFolder, put_SuggestedFolder)
180
+ SuggestedStartLocation = property(get_SuggestedStartLocation, put_SuggestedStartLocation)
181
+ class IFileSavePickerFactory(ComPtr):
182
+ extends: IInspectable
183
+ _classid_ = 'Microsoft.Windows.Storage.Pickers.IFileSavePickerFactory'
184
+ _iid_ = Guid('{2e256696-30b6-5a05-a8f5-c752db6dd268}')
185
+ @winrt_commethod(6)
186
+ def CreateInstance(self, windowId: win32more.Microsoft.UI.WindowId) -> win32more.Microsoft.Windows.Storage.Pickers.FileSavePicker: ...
187
+ class IFolderPicker(ComPtr):
188
+ extends: IInspectable
189
+ _classid_ = 'Microsoft.Windows.Storage.Pickers.IFolderPicker'
190
+ _iid_ = Guid('{3ef0d1ca-97c6-5873-8ea2-02c450174290}')
191
+ @winrt_commethod(6)
192
+ def get_ViewMode(self) -> win32more.Microsoft.Windows.Storage.Pickers.PickerViewMode: ...
193
+ @winrt_commethod(7)
194
+ def put_ViewMode(self, value: win32more.Microsoft.Windows.Storage.Pickers.PickerViewMode) -> Void: ...
195
+ @winrt_commethod(8)
196
+ def get_SuggestedStartLocation(self) -> win32more.Microsoft.Windows.Storage.Pickers.PickerLocationId: ...
197
+ @winrt_commethod(9)
198
+ def put_SuggestedStartLocation(self, value: win32more.Microsoft.Windows.Storage.Pickers.PickerLocationId) -> Void: ...
199
+ @winrt_commethod(10)
200
+ def get_CommitButtonText(self) -> hstr: ...
201
+ @winrt_commethod(11)
202
+ def put_CommitButtonText(self, value: hstr) -> Void: ...
203
+ @winrt_commethod(12)
204
+ def PickSingleFolderAsync(self) -> win32more.Windows.Foundation.IAsyncOperation[win32more.Microsoft.Windows.Storage.Pickers.PickFolderResult]: ...
205
+ CommitButtonText = property(get_CommitButtonText, put_CommitButtonText)
206
+ SuggestedStartLocation = property(get_SuggestedStartLocation, put_SuggestedStartLocation)
207
+ ViewMode = property(get_ViewMode, put_ViewMode)
208
+ class IFolderPickerFactory(ComPtr):
209
+ extends: IInspectable
210
+ _classid_ = 'Microsoft.Windows.Storage.Pickers.IFolderPickerFactory'
211
+ _iid_ = Guid('{e1550d89-b389-5886-8395-022b1588d6a8}')
212
+ @winrt_commethod(6)
213
+ def CreateInstance(self, windowId: win32more.Microsoft.UI.WindowId) -> win32more.Microsoft.Windows.Storage.Pickers.FolderPicker: ...
214
+ class IPickFileResult(ComPtr):
215
+ extends: IInspectable
216
+ _classid_ = 'Microsoft.Windows.Storage.Pickers.IPickFileResult'
217
+ _iid_ = Guid('{e6f2e3d6-7bb0-5d81-9e7d-6fd35a1f25ab}')
218
+ @winrt_commethod(6)
219
+ def get_Path(self) -> hstr: ...
220
+ Path = property(get_Path, None)
221
+ class IPickFolderResult(ComPtr):
222
+ extends: IInspectable
223
+ _classid_ = 'Microsoft.Windows.Storage.Pickers.IPickFolderResult'
224
+ _iid_ = Guid('{6f7fd316-fe29-59d1-9343-c49cf5cde680}')
225
+ @winrt_commethod(6)
226
+ def get_Path(self) -> hstr: ...
227
+ Path = property(get_Path, None)
228
+ class PickFileResult(ComPtr):
229
+ extends: IInspectable
230
+ default_interface: win32more.Microsoft.Windows.Storage.Pickers.IPickFileResult
231
+ _classid_ = 'Microsoft.Windows.Storage.Pickers.PickFileResult'
232
+ @winrt_mixinmethod
233
+ def get_Path(self: win32more.Microsoft.Windows.Storage.Pickers.IPickFileResult) -> hstr: ...
234
+ Path = property(get_Path, None)
235
+ class PickFolderResult(ComPtr):
236
+ extends: IInspectable
237
+ default_interface: win32more.Microsoft.Windows.Storage.Pickers.IPickFolderResult
238
+ _classid_ = 'Microsoft.Windows.Storage.Pickers.PickFolderResult'
239
+ @winrt_mixinmethod
240
+ def get_Path(self: win32more.Microsoft.Windows.Storage.Pickers.IPickFolderResult) -> hstr: ...
241
+ Path = property(get_Path, None)
242
+ class PickerLocationId(Enum, Int32):
243
+ _name_ = 'Microsoft.Windows.Storage.Pickers.PickerLocationId'
244
+ DocumentsLibrary = 0
245
+ ComputerFolder = 1
246
+ Desktop = 2
247
+ Downloads = 3
248
+ MusicLibrary = 5
249
+ PicturesLibrary = 6
250
+ VideosLibrary = 7
251
+ Objects3D = 8
252
+ Unspecified = 9
253
+ class PickerViewMode(Enum, Int32):
254
+ _name_ = 'Microsoft.Windows.Storage.Pickers.PickerViewMode'
255
+ List = 0
256
+ Thumbnail = 1
257
+ StoragePickersContract: UInt32 = 65544
258
+
259
+
260
+ make_ready(__name__)
@@ -87,9 +87,11 @@ class ApplicationDataContainer(ComPtr):
87
87
  Values = property(get_Values, None)
88
88
  ApplicationDataContract: UInt32 = 131072
89
89
  class ApplicationDataCreateDisposition(Enum, Int32):
90
+ _name_ = 'Microsoft.Windows.Storage.ApplicationDataCreateDisposition'
90
91
  Always = 0
91
92
  Existing = 1
92
93
  class ApplicationDataLocality(Enum, Int32):
94
+ _name_ = 'Microsoft.Windows.Storage.ApplicationDataLocality'
93
95
  Local = 0
94
96
  LocalCache = 3
95
97
  SharedLocal = 4
@@ -3,15 +3,18 @@ from win32more._prelude import *
3
3
  import win32more.Microsoft.Windows.System.Power
4
4
  import win32more.Windows.Foundation
5
5
  class BatteryStatus(Enum, Int32):
6
+ _name_ = 'Microsoft.Windows.System.Power.BatteryStatus'
6
7
  NotPresent = 0
7
8
  Discharging = 1
8
9
  Idle = 2
9
10
  Charging = 3
10
11
  class DisplayStatus(Enum, Int32):
12
+ _name_ = 'Microsoft.Windows.System.Power.DisplayStatus'
11
13
  Off = 0
12
14
  On = 1
13
15
  Dimmed = 2
14
16
  class EffectivePowerMode(Enum, Int32):
17
+ _name_ = 'Microsoft.Windows.System.Power.EffectivePowerMode'
15
18
  BatterySaver = 0
16
19
  BetterBattery = 1
17
20
  Balanced = 2
@@ -20,6 +23,7 @@ class EffectivePowerMode(Enum, Int32):
20
23
  GameMode = 5
21
24
  MixedReality = 6
22
25
  class EnergySaverStatus(Enum, Int32):
26
+ _name_ = 'Microsoft.Windows.System.Power.EnergySaverStatus'
23
27
  Uninitialized = 0
24
28
  Disabled = 1
25
29
  Off = 2
@@ -215,18 +219,22 @@ class PowerManager(ComPtr, metaclass=_PowerManager_Meta_):
215
219
  _PowerManager_Meta_.UserPresenceStatusChanged = event(add_UserPresenceStatusChanged, remove_UserPresenceStatusChanged)
216
220
  PowerNotificationsContract: UInt32 = 131072
217
221
  class PowerSourceKind(Enum, Int32):
222
+ _name_ = 'Microsoft.Windows.System.Power.PowerSourceKind'
218
223
  AC = 0
219
224
  DC = 1
220
225
  class PowerSupplyStatus(Enum, Int32):
226
+ _name_ = 'Microsoft.Windows.System.Power.PowerSupplyStatus'
221
227
  NotPresent = 0
222
228
  Inadequate = 1
223
229
  Adequate = 2
224
230
  class SystemSuspendStatus(Enum, Int32):
231
+ _name_ = 'Microsoft.Windows.System.Power.SystemSuspendStatus'
225
232
  Uninitialized = 0
226
233
  Entering = 1
227
234
  AutoResume = 2
228
235
  ManualResume = 3
229
236
  class UserPresenceStatus(Enum, Int32):
237
+ _name_ = 'Microsoft.Windows.System.Power.UserPresenceStatus'
230
238
  Present = 0
231
239
  Absent = 1
232
240
 
@@ -89,6 +89,8 @@ class FeedManager(ComPtr):
89
89
  def SendMessageToContent(self: win32more.Microsoft.Windows.Widgets.Feeds.Providers.IFeedManager2, feedProviderDefinitionId: hstr, feedDefinitionId: hstr, message: hstr) -> Void: ...
90
90
  @winrt_mixinmethod
91
91
  def TryShowAnnouncement(self: win32more.Microsoft.Windows.Widgets.Feeds.Providers.IFeedManager2, feedProviderDefinitionId: hstr, feedDefinitionId: hstr, announcement: win32more.Microsoft.Windows.Widgets.Notifications.FeedAnnouncement) -> Void: ...
92
+ @winrt_mixinmethod
93
+ def TryRemoveAnnouncementById(self: win32more.Microsoft.Windows.Widgets.Feeds.Providers.IFeedManager3, feedProviderDefinitionId: hstr, feedDefinitionId: hstr, announcementId: hstr) -> Void: ...
92
94
  @winrt_classmethod
93
95
  def GetDefault(cls: win32more.Microsoft.Windows.Widgets.Feeds.Providers.IFeedManagerStatics) -> win32more.Microsoft.Windows.Widgets.Feeds.Providers.FeedManager: ...
94
96
  class FeedMessageReceivedArgs(ComPtr):
@@ -288,6 +290,12 @@ class IFeedManager2(ComPtr):
288
290
  def SendMessageToContent(self, feedProviderDefinitionId: hstr, feedDefinitionId: hstr, message: hstr) -> Void: ...
289
291
  @winrt_commethod(7)
290
292
  def TryShowAnnouncement(self, feedProviderDefinitionId: hstr, feedDefinitionId: hstr, announcement: win32more.Microsoft.Windows.Widgets.Notifications.FeedAnnouncement) -> Void: ...
293
+ class IFeedManager3(ComPtr):
294
+ extends: IInspectable
295
+ _classid_ = 'Microsoft.Windows.Widgets.Feeds.Providers.IFeedManager3'
296
+ _iid_ = Guid('{a6af915b-0cdc-46f1-a4d6-10d8c644984a}')
297
+ @winrt_commethod(6)
298
+ def TryRemoveAnnouncementById(self, feedProviderDefinitionId: hstr, feedDefinitionId: hstr, announcementId: hstr) -> Void: ...
291
299
  class IFeedManagerStatics(ComPtr):
292
300
  extends: IInspectable
293
301
  _classid_ = 'Microsoft.Windows.Widgets.Feeds.Providers.IFeedManagerStatics'
@@ -3,9 +3,11 @@ from win32more._prelude import *
3
3
  import win32more.Microsoft.Windows.Widgets.Notifications
4
4
  import win32more.Windows.Foundation
5
5
  class AnnouncementActionKind(Enum, Int32):
6
+ _name_ = 'Microsoft.Windows.Widgets.Notifications.AnnouncementActionKind'
6
7
  Shown = 0
7
8
  Engaged = 1
8
9
  class AnnouncementTextColor(Enum, Int32):
10
+ _name_ = 'Microsoft.Windows.Widgets.Notifications.AnnouncementTextColor'
9
11
  Default = 0
10
12
  Dark = 1
11
13
  Light = 2
@@ -100,6 +100,13 @@ class IWidgetInfo2(ComPtr):
100
100
  @winrt_commethod(6)
101
101
  def get_IsPlaceholderContent(self) -> Boolean: ...
102
102
  IsPlaceholderContent = property(get_IsPlaceholderContent, None)
103
+ class IWidgetInfo3(ComPtr):
104
+ extends: IInspectable
105
+ _classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetInfo3'
106
+ _iid_ = Guid('{965538cd-289d-54ab-916e-9315ebf97ea4}')
107
+ @winrt_commethod(6)
108
+ def get_Rank(self) -> Int32: ...
109
+ Rank = property(get_Rank, None)
103
110
  class IWidgetManager(ComPtr):
104
111
  extends: IInspectable
105
112
  _classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetManager'
@@ -272,6 +279,15 @@ class IWidgetUpdateRequestOptions2(ComPtr):
272
279
  @winrt_commethod(7)
273
280
  def put_IsPlaceholderContent(self, value: win32more.Windows.Foundation.IReference[Boolean]) -> Void: ...
274
281
  IsPlaceholderContent = property(get_IsPlaceholderContent, put_IsPlaceholderContent)
282
+ class IWidgetUpdateRequestOptions3(ComPtr):
283
+ extends: IInspectable
284
+ _classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions3'
285
+ _iid_ = Guid('{a78e2a8b-a26c-596a-ade3-db8f4c72fe02}')
286
+ @winrt_commethod(6)
287
+ def get_Rank(self) -> win32more.Windows.Foundation.IReference[Int32]: ...
288
+ @winrt_commethod(7)
289
+ def put_Rank(self, value: win32more.Windows.Foundation.IReference[Int32]) -> Void: ...
290
+ Rank = property(get_Rank, put_Rank)
275
291
  class IWidgetUpdateRequestOptionsFactory(ComPtr):
276
292
  extends: IInspectable
277
293
  _classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptionsFactory'
@@ -370,10 +386,13 @@ class WidgetInfo(ComPtr):
370
386
  def get_LastUpdateTime(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetInfo) -> win32more.Windows.Foundation.DateTime: ...
371
387
  @winrt_mixinmethod
372
388
  def get_IsPlaceholderContent(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetInfo2) -> Boolean: ...
389
+ @winrt_mixinmethod
390
+ def get_Rank(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetInfo3) -> Int32: ...
373
391
  CustomState = property(get_CustomState, None)
374
392
  Data = property(get_Data, None)
375
393
  IsPlaceholderContent = property(get_IsPlaceholderContent, None)
376
394
  LastUpdateTime = property(get_LastUpdateTime, None)
395
+ Rank = property(get_Rank, None)
377
396
  Template = property(get_Template, None)
378
397
  WidgetContext = property(get_WidgetContext, None)
379
398
  class WidgetManager(ComPtr):
@@ -499,11 +518,16 @@ class WidgetUpdateRequestOptions(ComPtr, metaclass=_WidgetUpdateRequestOptions_M
499
518
  def get_IsPlaceholderContent(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions2) -> win32more.Windows.Foundation.IReference[Boolean]: ...
500
519
  @winrt_mixinmethod
501
520
  def put_IsPlaceholderContent(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions2, value: win32more.Windows.Foundation.IReference[Boolean]) -> Void: ...
521
+ @winrt_mixinmethod
522
+ def get_Rank(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions3) -> win32more.Windows.Foundation.IReference[Int32]: ...
523
+ @winrt_mixinmethod
524
+ def put_Rank(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions3, value: win32more.Windows.Foundation.IReference[Int32]) -> Void: ...
502
525
  @winrt_classmethod
503
526
  def get_UnsetValue(cls: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptionsStatics) -> hstr: ...
504
527
  CustomState = property(get_CustomState, put_CustomState)
505
528
  Data = property(get_Data, put_Data)
506
529
  IsPlaceholderContent = property(get_IsPlaceholderContent, put_IsPlaceholderContent)
530
+ Rank = property(get_Rank, put_Rank)
507
531
  Template = property(get_Template, put_Template)
508
532
  WidgetId = property(get_WidgetId, None)
509
533
  _WidgetUpdateRequestOptions_Meta_.UnsetValue = property(get_UnsetValue, None)
@@ -1,8 +1,9 @@
1
1
  from __future__ import annotations
2
2
  from win32more._prelude import *
3
3
  import win32more.Microsoft.Windows.Widgets
4
- WidgetContract: UInt32 = 589824
4
+ WidgetContract: UInt32 = 786432
5
5
  class WidgetSize(Enum, Int32):
6
+ _name_ = 'Microsoft.Windows.Widgets.WidgetSize'
6
7
  Small = 0
7
8
  Medium = 1
8
9
  Large = 2
@@ -0,0 +1,12 @@
1
+ from __future__ import annotations
2
+ from win32more._prelude import *
3
+ import win32more.Microsoft.Windows.Workloads
4
+ class WorkloadPriority(Enum, Int32):
5
+ _name_ = 'Microsoft.Windows.Workloads.WorkloadPriority'
6
+ Undefined = 0
7
+ Background = 1
8
+ Foreground = 9
9
+ WorkloadsContract: UInt32 = 524288
10
+
11
+
12
+ make_ready(__name__)
@@ -1,3 +1,3 @@
1
- WINDOWSAPPSDK_RELEASE_MAJORMINOR = 0x00010006
1
+ WINDOWSAPPSDK_RELEASE_MAJORMINOR = 0x00010008
2
2
  WINDOWSAPPSDK_RELEASE_VERSION_SHORTTAG_W = ''
3
- WINDOWSAPPSDK_RUNTIME_VERSION_UINT64 = 0x177001E602050000
3
+ WINDOWSAPPSDK_RUNTIME_VERSION_UINT64 = 0x1F40028200770000
@@ -0,0 +1,6 @@
1
+ Metadata-Version: 2.4
2
+ Name: win32more-Microsoft.WindowsAppSDK
3
+ Version: 0.8.1.8.251003001
4
+ License-File: LICENSE (Microsoft.WindowsAppSDK).txt
5
+ Requires-Dist: win32more-core==0.8.*
6
+ Requires-Dist: win32more-microsoft-web-webview2<0.9,>=0.8.1.0.3179.45
@@ -0,0 +1,85 @@
1
+ win32more/Microsoft/Foundation/__init__.py,sha256=qa7Pe1YpQoJEX8TWjjVT8ZGDbWbUsIkJbqfty-MuHuw,174
2
+ win32more/Microsoft/Graphics/DirectX/__init__.py,sha256=uP1mZ06OmsbzN__0Gws7iGvYZ3QZQHljgHM-x9EYQ4o,4624
3
+ win32more/Microsoft/Graphics/Display/__init__.py,sha256=FGnBRcCgjVC0EP-oFY-VSx2h6JG_6GXEZi0QJbxdnXc,12826
4
+ win32more/Microsoft/Graphics/Imaging/__init__.py,sha256=7GVmPJ1GWhFeCpTC6O-xmt39CsPmV2WKSSHBQ84srTw,4373
5
+ win32more/Microsoft/Security/Authentication/OAuth/__init__.py,sha256=0XrnTGSdBnSRhO17nt7EXQxCXCKcyuhkrl11lWuYrho,37976
6
+ win32more/Microsoft/UI/__init__.py,sha256=dkMSKdO1ydMgUmqTdgK059HOqIvSk0GMHqqpgBN8_YI,49040
7
+ win32more/Microsoft/UI/Composition/__init__.py,sha256=u0zwOEwk6ClJnG9Ac_d30MWaOM49VOGMGehdhpqZoIU,322399
8
+ win32more/Microsoft/UI/Composition/Core/__init__.py,sha256=8mUoHNMhiFAAiS4BnfVxjfCvcS1YO4kvOoqvbSOZPOo,3125
9
+ win32more/Microsoft/UI/Composition/Diagnostics/__init__.py,sha256=B0i25qD1cJwKkJg8kRxhLH72OELxuRBc6ODFVS1Tah8,3969
10
+ win32more/Microsoft/UI/Composition/Effects/__init__.py,sha256=peCVdYfsry7VM5KuwOWgJCJXme7OzmwJ1827i7Pi9ac,5784
11
+ win32more/Microsoft/UI/Composition/Interactions/__init__.py,sha256=k4bJl6Ip0Pg91mI7w1yn5tyTqUsz-XHPhe__-qdzVNU,74994
12
+ win32more/Microsoft/UI/Composition/Scenes/__init__.py,sha256=de-fYOABnCZm0zIy5RwsCEDwK2eg_8Dw9qmrHDKDvvo,47777
13
+ win32more/Microsoft/UI/Composition/SystemBackdrops/__init__.py,sha256=fLyXwvboJYforIpieb3fVhirbeDPJetctod14t7yh6Y,24723
14
+ win32more/Microsoft/UI/Content/__init__.py,sha256=9M2nNn1NmVj9plX3JFLzMf40N2A76QQlJjRgH0k25p4,106937
15
+ win32more/Microsoft/UI/Dispatching/__init__.py,sha256=4EMOlIjWP3VUFnUhKTQO2W7osUMDCFg6ZsmOutXGljo,16340
16
+ win32more/Microsoft/UI/Input/__init__.py,sha256=M83P-v5W411W4HpW9CucQYy69BTG9Xz-_wo_FRksTWQ,146915
17
+ win32more/Microsoft/UI/Input/DragDrop/__init__.py,sha256=vwuRJuLyPZg2EKYVxKJ6ATNfgqgbLnOjg4doryl5pgM,15636
18
+ win32more/Microsoft/UI/Input/Interop/__init__.py,sha256=RNTJ5qNcc64e4ZiB6sOKRBstROPopk0OOtgHnqR3Tsw,929
19
+ win32more/Microsoft/UI/System/__init__.py,sha256=S5Lyq6zA4GDGH-s41yi52aq8gfPkp3WtEe-wFvYiahk,2622
20
+ win32more/Microsoft/UI/Text/__init__.py,sha256=ecjxMI0Ne1x6B7zaVhGbuIQD-GVZ1PnIJEOmE8pEdaU,55079
21
+ win32more/Microsoft/UI/Windowing/__init__.py,sha256=djSd48pY8Y9l_ZFNdVGtUKTuhWZUOKG90VZemjZi0V8,64226
22
+ win32more/Microsoft/UI/Xaml/__init__.py,sha256=sFcSGJu0f3d_sx8eLV1vRR3KiQD5zmyrO-8F9lvgjQ4,407862
23
+ win32more/Microsoft/UI/Xaml/Automation/__init__.py,sha256=hNlRiWUhjczbs4nMBOpuziNqXhFby2zcjnbV-Wjto98,116965
24
+ win32more/Microsoft/UI/Xaml/Automation/Peers/__init__.py,sha256=1X2Sipp1i-7FZ5YYakhFpjXGp1jKZun4tKvKTsgUI14,246116
25
+ win32more/Microsoft/UI/Xaml/Automation/Provider/__init__.py,sha256=OJbpQkINEEAWtqJhD6ZKG_tC3hkfHqmQyzc50W174Wk,25207
26
+ win32more/Microsoft/UI/Xaml/Automation/Text/__init__.py,sha256=Vf8BaZ4fwLmGdU_oVWvj-SPBehPD1Ip5_RyKndDtGMA,500
27
+ win32more/Microsoft/UI/Xaml/Controls/__init__.py,sha256=oSkW2XZQqlN6Z_yNc2wloX-WGkc2vS5dxOnfulq0uSg,2202065
28
+ win32more/Microsoft/UI/Xaml/Controls/AnimatedVisuals/__init__.py,sha256=bOGvxMTIYG2Jhp0HAFsE3N02_IyEcU21KhjzCWoPd-M,11871
29
+ win32more/Microsoft/UI/Xaml/Controls/Primitives/__init__.py,sha256=yy0O9x-Rm9ci9ziz4hlTfmxkFeiPiZQqMadJSYobraw,470537
30
+ win32more/Microsoft/UI/Xaml/Data/__init__.py,sha256=R8aWGp1jJtRsDRKE-6T3hcozsfkJlZKBfyWNN3uhFxw,38410
31
+ win32more/Microsoft/UI/Xaml/Documents/__init__.py,sha256=9IRdltpod8s5xFOw88gNvC8OUwcnWLFEaI1Vo6OYHTA,144458
32
+ win32more/Microsoft/UI/Xaml/Hosting/__init__.py,sha256=BNQBu_PnPcM682s91sQQ2rLVLzWj_MQDeem3mtClMm4,24157
33
+ win32more/Microsoft/UI/Xaml/Input/__init__.py,sha256=z_WZxOzwI3ye6rcbNVF1YYzkzEuWrGJaUIbLOfizXdQ,122426
34
+ win32more/Microsoft/UI/Xaml/Interop/__init__.py,sha256=c8y0uM35Na8Tivgn72WSks34NLBLAP2mQjVnPHCEe3E,8404
35
+ win32more/Microsoft/UI/Xaml/Markup/__init__.py,sha256=uslNLRV92aLj1YADX04_OVeS0_yuEUR3X7Hcfit1jkE,25667
36
+ win32more/Microsoft/UI/Xaml/Media/__init__.py,sha256=OEgFtJykDhGi_u0XAUUb4OlkWTnKUURZFfBu-nozy_E,221587
37
+ win32more/Microsoft/UI/Xaml/Media/Animation/__init__.py,sha256=mlviYXxxOt7qbkqT-eZH7-rfm7LAr-kOseyE6kUVVsE,278095
38
+ win32more/Microsoft/UI/Xaml/Media/Imaging/__init__.py,sha256=ruWf6NQpzDud4kJZBiGQOZ3UrHvaXGwpk0WQnMSFAd0,42993
39
+ win32more/Microsoft/UI/Xaml/Media/Media3D/__init__.py,sha256=0Ew4gPyD4pgfgqoKblE0SH-AM6M9MkoaN6hsarZSEjk,22509
40
+ win32more/Microsoft/UI/Xaml/Navigation/__init__.py,sha256=SoSpdKmCfIPSXMX_tsqQBxQet9Y9rDwQqqzZomkTXi4,15575
41
+ win32more/Microsoft/UI/Xaml/Printing/__init__.py,sha256=uDrKyRNeoRed3ndF1bugyICj2ePYDcrbkRq03mlXIkA,11696
42
+ win32more/Microsoft/UI/Xaml/Resources/__init__.py,sha256=rRggZ7zMHnBC-kz6TwK5ZcnyCTQP_cuxrgBIYuYUuj0,3292
43
+ win32more/Microsoft/UI/Xaml/Shapes/__init__.py,sha256=-9rOsbOKuVUbWfD9-JgRnVGGGLh4L9cSd7S12BsBtiI,30987
44
+ win32more/Microsoft/UI/Xaml/XamlTypeInfo/__init__.py,sha256=WgiFUn2yjRD0P3pLBIzLCuS5Egi_W6ebOdf_6kSjPPs,2198
45
+ win32more/Microsoft/Windows/AI/__init__.py,sha256=2IPUJjXtfXYCZQgkSR-4KYeImuqVa6-vy6fWcFqs-B4,2337
46
+ win32more/Microsoft/Windows/AI/ContentSafety/__init__.py,sha256=wIe51XTDDuLT8LjKbPqP0wq3csYNmWCnScBpZYum6Rk,14391
47
+ win32more/Microsoft/Windows/AI/Foundation/__init__.py,sha256=kDVU43OdM43aYAOIBUlN9jizLIGPjop5z5G6ItVp070,2314
48
+ win32more/Microsoft/Windows/AI/Imaging/__init__.py,sha256=V_9BuNXTmnQmPbZRA_X5qldFYjI5G-nqsybhc_3sOs0,26016
49
+ win32more/Microsoft/Windows/AI/MachineLearning/__init__.py,sha256=wc5ziQSIl8IK_Xub0ysURmPn_4zRZhkKxZ-30FEURtY,8049
50
+ win32more/Microsoft/Windows/AI/Text/__init__.py,sha256=2CApgXGXxBOw4YeslL_KCRGUQ2LWK91aOU0Mu1Rh7uw,34364
51
+ win32more/Microsoft/Windows/AppLifecycle/__init__.py,sha256=6rCCpbMVqcwt5u2Lu8GflQvQrc52wkkrUC2vdSyx7c0,10006
52
+ win32more/Microsoft/Windows/AppNotifications/__init__.py,sha256=Rdn2KupRrUKQEVEYuUgpZypxrQXFa0XuK1OuEHrm838,21401
53
+ win32more/Microsoft/Windows/AppNotifications/Builder/__init__.py,sha256=JCJd-2tEnbRiRkxZKJxvxdzzMbTNgIqUqSwaClghCbI,43764
54
+ win32more/Microsoft/Windows/ApplicationModel/Background/__init__.py,sha256=iHD7gmtgWLZjeRXjpPRCVYKTqZW3Mj0WZyXhlNd-c-w,4266
55
+ win32more/Microsoft/Windows/ApplicationModel/Background/UniversalBGTask/__init__.py,sha256=2aM_kOwG4K46b5OBb18zwXMMTraajgykpfBPsEAn_do,1394
56
+ win32more/Microsoft/Windows/ApplicationModel/DynamicDependency/__init__.py,sha256=D2--GC-5C_dk6MJ2uPgy16wz05ggaIAUnciu46gBZH8,17836
57
+ win32more/Microsoft/Windows/ApplicationModel/Resources/__init__.py,sha256=t105EYxn3M08ITGY-x_gaJkXnEKBVIVKrufCF2vrXDc,22144
58
+ win32more/Microsoft/Windows/ApplicationModel/WindowsAppRuntime/__init__.py,sha256=ntnQkwgbV0Ks4OZsB4xtjkWjM8gxPJM_Iqff9iyCdHs,15017
59
+ win32more/Microsoft/Windows/BadgeNotifications/__init__.py,sha256=Bq9ZIaBI2B4m9MLGu_yg3-kodO-89uTvMFxaewx4KUE,2633
60
+ win32more/Microsoft/Windows/Foundation/__init__.py,sha256=qa2GFUfhpwfWM3GaSSuUySAtw2FURbk33lq58sNLmiU,18443
61
+ win32more/Microsoft/Windows/Globalization/__init__.py,sha256=U9_5FOQf3cgqNlU0lh_TDzInUxoYi9oyeaG1PcKpNxk,2276
62
+ win32more/Microsoft/Windows/Management/Deployment/__init__.py,sha256=V3Q_6d6hZR_muTryctBO420dG-CLqDH7PU6Pfa_PAOU,97200
63
+ win32more/Microsoft/Windows/Media/Capture/__init__.py,sha256=f20HcnZxoZeW1GXtATC4teop6tledIT53mLvic1snIQ,12772
64
+ win32more/Microsoft/Windows/PushNotifications/__init__.py,sha256=hUMRXeCdAQd5Jx87hpWyaKPdkYzQEW9oR483v35Xv9k,9969
65
+ win32more/Microsoft/Windows/Security/AccessControl/__init__.py,sha256=qi__JVEKPqD99dyIoe4kcfB4m67SSDjXcJTnBCrL5es,1960
66
+ win32more/Microsoft/Windows/Storage/__init__.py,sha256=pdSHJeUoj3WDXsjJH1IF5GmAfsau-zBbHRdTDW8CG4A,10742
67
+ win32more/Microsoft/Windows/Storage/Pickers/__init__.py,sha256=3-J47ttV8iCa4MUzhYJyiTbC0WJEmFLRv9Ry7f2PS_0,16408
68
+ win32more/Microsoft/Windows/System/__init__.py,sha256=2GQnrlhdzzkVj7IRF4LOTn9nruLVG7T7rhqdNTSPGvA,4393
69
+ win32more/Microsoft/Windows/System/Power/__init__.py,sha256=7EupqQ-Kt93dWucuqopz537F2ekzWItp3VXsZqh4jAo,18583
70
+ win32more/Microsoft/Windows/Widgets/__init__.py,sha256=iQaOevzDlsRvDnC7Rz0kwR_6Ny1TtA4PaLAZkGEIYqg,304
71
+ win32more/Microsoft/Windows/Widgets/Feeds/Providers/__init__.py,sha256=z_f-M9N9AWUDZdSIa4Ay37pvNzPAwN-jtSW7I0Y-uQI,28837
72
+ win32more/Microsoft/Windows/Widgets/Notifications/__init__.py,sha256=tuEUgoJ-3fcxjADC9XzVidtO6-jrQtS-FLg3jyAc38w,12500
73
+ win32more/Microsoft/Windows/Widgets/Providers/__init__.py,sha256=TSAVqcXc4LGuHslrDe6IMGBLCbuV1U2fugKMFIawgDE,31820
74
+ win32more/Microsoft/Windows/Workloads/__init__.py,sha256=dIPJ1wyYDJzqFIzTCuxTT0YyOEuIGMoFG1dgT-FlIX4,336
75
+ win32more/appsdk/versioninfo.py,sha256=WlBNBS6fta_qUF3ctTxdQmXuJLuBD-CtVLI6Kq8Ekzo,149
76
+ win32more/dll/arm64/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll,sha256=7yJrrfq_O6St__WbgvAXLS9cvoRXdQ61zp0yJYMqFHE,81952
77
+ win32more/dll/arm64/Microsoft.WindowsAppRuntime.Bootstrap.dll,sha256=flQneEX8KbD7wlND_w-DxhJVGoGhIgMnhze4In1WPIY,392736
78
+ win32more/dll/x64/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll,sha256=pzKgoH87ZG8qYfehDCFSnn5H7yqgSqNiDc0xC0jdomE,87608
79
+ win32more/dll/x64/Microsoft.WindowsAppRuntime.Bootstrap.dll,sha256=DxeBwGgirYV4J-H38GBJqWhscZCMmfD_Lnh7apky5mU,399928
80
+ win32more/dll/x86/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll,sha256=nV79iCGYjBe3NuPZNUeGsHxfOE73-VUA3t4tkVIHpHY,65576
81
+ win32more/dll/x86/Microsoft.WindowsAppRuntime.Bootstrap.dll,sha256=onG0CPBUkJXSlPGngLZB1Y7SBdxxgPjNP6mT_th7X_k,351272
82
+ win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info/METADATA,sha256=rKVX4IvBRnIOuPNojYP12sTY8tZn6o1nhOBFcNQ_f_c,248
83
+ win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info/WHEEL,sha256=aha0VrrYvgDJ3Xxl3db_g_MDIW-ZexDdrc_m-Hk8YY4,105
84
+ win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info/licenses/LICENSE (Microsoft.WindowsAppSDK).txt,sha256=WxHmNHdW5A_gJ0vAjJf4kgG5Tw1QGBoJoA8fR0CEBQE,12637
85
+ win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.27.0
2
+ Generator: hatchling 1.28.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any
@@ -8,7 +8,7 @@ These license terms are an agreement between you and Microsoft Corporation (or o
8
8
 
9
9
  1. INSTALLATION AND USE RIGHTS.
10
10
 
11
- a) General. Subject to the terms of this agreement, you may install and use any number of copies of the software to develop and test your applications, solely for use on Windows.
11
+ a) General. Subject to the terms of this agreement, you may install and use any number of copies of the software to develop and test your applications, solely for use on Windows. When building Generative AI applications follow the guidelines in https://learn.microsoft.com/windows/ai/rai.
12
12
 
13
13
  b) Included Microsoft Applications. The software may include other Microsoft applications. These license terms apply to those included applications, if any, unless other license terms are provided with the other Microsoft applications.
14
14
 
@@ -24,9 +24,11 @@ These license terms are an agreement between you and Microsoft Corporation (or o
24
24
 
25
25
  a) Distribution Rights. The code and test files described below are distributable if included with the software.
26
26
 
27
- i. Image Library. You may copy and distribute images, graphics, and animations in the Image Library as described in the software documentation; and
27
+ i. Any files that are binplaced with your application by the WindowsAppSDK NuGet package are, by definition, permitted to be redistributed. This applies to both framework package dependent and self-contained deployments.
28
28
 
29
- ii. Third Party Distribution. You may permit distributors of your applications to copy and distribute any of this distributable code you elect to distribute with your applications.
29
+ ii. Image Library. You may copy and distribute images, graphics, and animations in the Image Library as described in the software documentation; and
30
+
31
+ iii. Third Party Distribution. You may permit distributors of your applications to copy and distribute any of this distributable code you elect to distribute with your applications.
30
32
 
31
33
  b) Distribution Requirements. For any code you distribute, you must:
32
34
 
@@ -1,6 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: win32more-Microsoft.WindowsAppSDK
3
- Version: 0.7.1.6.250430001
4
- License-File: LICENSE (Microsoft.WindowsAppSDK).txt
5
- Requires-Dist: win32more-core==0.7.*
6
- Requires-Dist: win32more-microsoft-web-webview2<0.8,>=0.7.1.0.2651.64