pyobjc-framework-DiskArbitration 11.0__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.
- DiskArbitration/__init__.py +34 -0
- DiskArbitration/_metadata.py +354 -0
- pyobjc_framework_DiskArbitration-11.0.dist-info/METADATA +56 -0
- pyobjc_framework_DiskArbitration-11.0.dist-info/RECORD +7 -0
- pyobjc_framework_DiskArbitration-11.0.dist-info/WHEEL +6 -0
- pyobjc_framework_DiskArbitration-11.0.dist-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_DiskArbitration-11.0.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Python mapping for the DiskArbitration framework.
|
|
3
|
+
|
|
4
|
+
This module does not contain docstrings for the wrapped code, check Apple's
|
|
5
|
+
documentation for details on how to use these functions and classes.
|
|
6
|
+
"""
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
def _setup():
|
|
10
|
+
import sys
|
|
11
|
+
|
|
12
|
+
import CoreFoundation
|
|
13
|
+
import objc
|
|
14
|
+
from . import _metadata
|
|
15
|
+
|
|
16
|
+
dir_func, getattr_func = objc.createFrameworkDirAndGetattr(
|
|
17
|
+
name="DiskArbitration",
|
|
18
|
+
frameworkIdentifier="com.apple.DiskArbitration",
|
|
19
|
+
frameworkPath=objc.pathForFramework(
|
|
20
|
+
"/System/Library/Frameworks/DiskArbitration.framework"
|
|
21
|
+
),
|
|
22
|
+
globals_dict=globals(),
|
|
23
|
+
inline_list=None,
|
|
24
|
+
parents=(CoreFoundation,),
|
|
25
|
+
metadict=_metadata.__dict__,
|
|
26
|
+
)
|
|
27
|
+
|
|
28
|
+
globals()["__dir__"] = dir_func
|
|
29
|
+
globals()["__getattr__"] = getattr_func
|
|
30
|
+
|
|
31
|
+
del sys.modules["DiskArbitration._metadata"]
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
globals().pop("_setup")()
|
|
@@ -0,0 +1,354 @@
|
|
|
1
|
+
# This file is generated by objective.metadata
|
|
2
|
+
#
|
|
3
|
+
# Last update: Fri Nov 15 12:44:28 2024
|
|
4
|
+
#
|
|
5
|
+
# flake8: noqa
|
|
6
|
+
|
|
7
|
+
import objc, sys
|
|
8
|
+
from typing import NewType
|
|
9
|
+
|
|
10
|
+
if sys.maxsize > 2**32:
|
|
11
|
+
|
|
12
|
+
def sel32or64(a, b):
|
|
13
|
+
return b
|
|
14
|
+
|
|
15
|
+
else:
|
|
16
|
+
|
|
17
|
+
def sel32or64(a, b):
|
|
18
|
+
return a
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
if objc.arch == "arm64":
|
|
22
|
+
|
|
23
|
+
def selAorI(a, b):
|
|
24
|
+
return a
|
|
25
|
+
|
|
26
|
+
else:
|
|
27
|
+
|
|
28
|
+
def selAorI(a, b):
|
|
29
|
+
return b
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
misc = {}
|
|
33
|
+
constants = """$kDADiskDescriptionBusNameKey$kDADiskDescriptionBusPathKey$kDADiskDescriptionDeviceGUIDKey$kDADiskDescriptionDeviceInternalKey$kDADiskDescriptionDeviceModelKey$kDADiskDescriptionDevicePathKey$kDADiskDescriptionDeviceProtocolKey$kDADiskDescriptionDeviceRevisionKey$kDADiskDescriptionDeviceTDMLockedKey$kDADiskDescriptionDeviceUnitKey$kDADiskDescriptionDeviceVendorKey$kDADiskDescriptionFSKitPrefix$kDADiskDescriptionMatchMediaUnformatted@^{__CFDictionary=}$kDADiskDescriptionMatchMediaWhole@^{__CFDictionary=}$kDADiskDescriptionMatchVolumeMountable@^{__CFDictionary=}$kDADiskDescriptionMatchVolumeUnrecognized@^{__CFDictionary=}$kDADiskDescriptionMediaBSDMajorKey$kDADiskDescriptionMediaBSDMinorKey$kDADiskDescriptionMediaBSDNameKey$kDADiskDescriptionMediaBSDUnitKey$kDADiskDescriptionMediaBlockSizeKey$kDADiskDescriptionMediaContentKey$kDADiskDescriptionMediaEjectableKey$kDADiskDescriptionMediaEncryptedKey$kDADiskDescriptionMediaEncryptionDetailKey$kDADiskDescriptionMediaIconKey$kDADiskDescriptionMediaKindKey$kDADiskDescriptionMediaLeafKey$kDADiskDescriptionMediaNameKey$kDADiskDescriptionMediaPathKey$kDADiskDescriptionMediaRemovableKey$kDADiskDescriptionMediaSizeKey$kDADiskDescriptionMediaTypeKey$kDADiskDescriptionMediaUUIDKey$kDADiskDescriptionMediaWholeKey$kDADiskDescriptionMediaWritableKey$kDADiskDescriptionVolumeKindKey$kDADiskDescriptionVolumeMountableKey$kDADiskDescriptionVolumeNameKey$kDADiskDescriptionVolumeNetworkKey$kDADiskDescriptionVolumePathKey$kDADiskDescriptionVolumeTypeKey$kDADiskDescriptionVolumeUUIDKey$kDADiskDescriptionWatchVolumeName@^{__CFArray=}$kDADiskDescriptionWatchVolumePath@^{__CFArray=}$"""
|
|
34
|
+
enums = """$err_local_diskarbitration@14286848$kDADiskClaimOptionDefault@0$kDADiskEjectOptionDefault@0$kDADiskMountOptionDefault@0$kDADiskMountOptionNoFollow@2$kDADiskMountOptionWhole@1$kDADiskOptionDefault@0$kDADiskOptionEjectUponLogout@1$kDADiskOptionMountAutomatic@16$kDADiskOptionMountAutomaticNoDefer@32$kDADiskOptionPrivate@256$kDADiskRenameOptionDefault@0$kDADiskUnmountOptionDefault@0$kDADiskUnmountOptionForce@524288$kDADiskUnmountOptionWhole@1$kDAReturnBadArgument@-119930877$kDAReturnBusy@-119930878$kDAReturnError@-119930879$kDAReturnExclusiveAccess@-119930876$kDAReturnNoResources@-119930875$kDAReturnNotFound@-119930874$kDAReturnNotMounted@-119930873$kDAReturnNotPermitted@-119930872$kDAReturnNotPrivileged@-119930871$kDAReturnNotReady@-119930870$kDAReturnNotWritable@-119930869$kDAReturnSuccess@0$kDAReturnUnsupported@-119930868$"""
|
|
35
|
+
misc.update({})
|
|
36
|
+
misc.update({})
|
|
37
|
+
misc.update({})
|
|
38
|
+
functions = {
|
|
39
|
+
"DASessionGetTypeID": (b"Q",),
|
|
40
|
+
"DADiskClaim": (
|
|
41
|
+
b"v^{__DADisk=}I^?^v^?^v",
|
|
42
|
+
"",
|
|
43
|
+
{
|
|
44
|
+
"arguments": {
|
|
45
|
+
2: {
|
|
46
|
+
"callable": {
|
|
47
|
+
"retval": {"type": b"^{__DADissenter=}"},
|
|
48
|
+
"arguments": {0: {"type": b"^{__DADisk=}"}, 1: {"type": b"^v"}},
|
|
49
|
+
},
|
|
50
|
+
"callable_retained": True,
|
|
51
|
+
},
|
|
52
|
+
4: {
|
|
53
|
+
"callable": {
|
|
54
|
+
"retval": {"type": b"v"},
|
|
55
|
+
"arguments": {
|
|
56
|
+
0: {"type": b"^{__DADisk=}"},
|
|
57
|
+
1: {"type": b"^{__DADissenter=}"},
|
|
58
|
+
2: {"type": b"^v"},
|
|
59
|
+
},
|
|
60
|
+
},
|
|
61
|
+
"callable_retained": True,
|
|
62
|
+
},
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
),
|
|
66
|
+
"DARegisterDiskDescriptionChangedCallback": (
|
|
67
|
+
b"v^{__DASession=}^{__CFDictionary=}^{__CFArray=}^?^v",
|
|
68
|
+
"",
|
|
69
|
+
{
|
|
70
|
+
"arguments": {
|
|
71
|
+
3: {
|
|
72
|
+
"callable": {
|
|
73
|
+
"retval": {"type": b"v"},
|
|
74
|
+
"arguments": {
|
|
75
|
+
0: {"type": b"^{__DADisk=}"},
|
|
76
|
+
1: {"type": b"^{__CFArray=}"},
|
|
77
|
+
2: {"type": b"^v"},
|
|
78
|
+
},
|
|
79
|
+
},
|
|
80
|
+
"callable_retained": True,
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
),
|
|
85
|
+
"DADiskCreateFromBSDName": (
|
|
86
|
+
b"^{__DADisk=}^{__CFAllocator=}^{__DASession=}^t",
|
|
87
|
+
"",
|
|
88
|
+
{
|
|
89
|
+
"retval": {"already_cfretained": True},
|
|
90
|
+
"arguments": {2: {"c_array_delimited_by_null": True, "type_modifier": "n"}},
|
|
91
|
+
},
|
|
92
|
+
),
|
|
93
|
+
"DAApprovalSessionCreate": (
|
|
94
|
+
b"^{__DASession=}^{__CFAllocator=}",
|
|
95
|
+
"",
|
|
96
|
+
{"retval": {"already_cfretained": True}},
|
|
97
|
+
),
|
|
98
|
+
"DADiskGetBSDName": (
|
|
99
|
+
b"^t^{__DADisk=}",
|
|
100
|
+
"",
|
|
101
|
+
{"retval": {"c_array_delimited_by_null": True}},
|
|
102
|
+
),
|
|
103
|
+
"DARegisterDiskDisappearedCallback": (
|
|
104
|
+
b"v^{__DASession=}^{__CFDictionary=}^?^v",
|
|
105
|
+
"",
|
|
106
|
+
{
|
|
107
|
+
"arguments": {
|
|
108
|
+
2: {
|
|
109
|
+
"callable": {
|
|
110
|
+
"retval": {"type": b"v"},
|
|
111
|
+
"arguments": {0: {"type": b"^{__DADisk=}"}, 1: {"type": b"^v"}},
|
|
112
|
+
},
|
|
113
|
+
"callable_retained": True,
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
),
|
|
118
|
+
"DASessionCreate": (
|
|
119
|
+
b"^{__DASession=}^{__CFAllocator=}",
|
|
120
|
+
"",
|
|
121
|
+
{"retval": {"already_cfretained": True}},
|
|
122
|
+
),
|
|
123
|
+
"DARegisterDiskAppearedCallback": (
|
|
124
|
+
b"v^{__DASession=}^{__CFDictionary=}^?^v",
|
|
125
|
+
"",
|
|
126
|
+
{
|
|
127
|
+
"arguments": {
|
|
128
|
+
2: {
|
|
129
|
+
"callable": {
|
|
130
|
+
"retval": {"type": b"v"},
|
|
131
|
+
"arguments": {0: {"type": b"^{__DADisk=}"}, 1: {"type": b"^v"}},
|
|
132
|
+
},
|
|
133
|
+
"callable_retained": True,
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
),
|
|
138
|
+
"DASessionUnscheduleFromRunLoop": (
|
|
139
|
+
b"v^{__DASession=}^{__CFRunLoop=}^{__CFString=}",
|
|
140
|
+
),
|
|
141
|
+
"DADiskGetTypeID": (b"Q",),
|
|
142
|
+
"DADiskCopyIOMedia": (
|
|
143
|
+
b"I^{__DADisk=}",
|
|
144
|
+
"",
|
|
145
|
+
{"retval": {"already_cfretained": True}},
|
|
146
|
+
),
|
|
147
|
+
"DADissenterCreate": (
|
|
148
|
+
b"^{__DADissenter=}^{__CFAllocator=}i^{__CFString=}",
|
|
149
|
+
"",
|
|
150
|
+
{"retval": {"already_cfretained": True}},
|
|
151
|
+
),
|
|
152
|
+
"DADiskCreateFromIOMedia": (
|
|
153
|
+
b"^{__DADisk=}^{__CFAllocator=}^{__DASession=}I",
|
|
154
|
+
"",
|
|
155
|
+
{"retval": {"already_cfretained": True}},
|
|
156
|
+
),
|
|
157
|
+
"DASessionScheduleWithRunLoop": (b"v^{__DASession=}^{__CFRunLoop=}^{__CFString=}",),
|
|
158
|
+
"DAUnregisterCallback": (b"v^{__DASession=}^v^v",),
|
|
159
|
+
"DADissenterGetStatusString": (b"^{__CFString=}^{__DADissenter=}",),
|
|
160
|
+
"DADiskSetOptions": (b"i^{__DADisk=}IZ",),
|
|
161
|
+
"DAApprovalSessionUnscheduleFromRunLoop": (
|
|
162
|
+
b"v^{__DASession=}^{__CFRunLoop=}^{__CFString=}",
|
|
163
|
+
),
|
|
164
|
+
"DASessionSetDispatchQueue": (b"v^{__DASession=}@",),
|
|
165
|
+
"DADiskCreateFromVolumePath": (
|
|
166
|
+
b"^{__DADisk=}^{__CFAllocator=}^{__DASession=}^{__CFURL=}",
|
|
167
|
+
"",
|
|
168
|
+
{"retval": {"already_cfretained": True}},
|
|
169
|
+
),
|
|
170
|
+
"DADiskCopyDescription": (
|
|
171
|
+
b"^{__CFDictionary=}^{__DADisk=}",
|
|
172
|
+
"",
|
|
173
|
+
{"retval": {"already_cfretained": True}},
|
|
174
|
+
),
|
|
175
|
+
"DADiskIsClaimed": (b"Z^{__DADisk=}",),
|
|
176
|
+
"DADiskGetOptions": (b"I^{__DADisk=}",),
|
|
177
|
+
"DADiskMountWithArguments": (
|
|
178
|
+
b"v^{__DADisk=}^{__CFURL=}I^?^v^^{__CFString=}",
|
|
179
|
+
"",
|
|
180
|
+
{
|
|
181
|
+
"arguments": {
|
|
182
|
+
3: {
|
|
183
|
+
"callable": {
|
|
184
|
+
"retval": {"type": b"v"},
|
|
185
|
+
"arguments": {
|
|
186
|
+
0: {"type": b"^{__DADisk=}"},
|
|
187
|
+
1: {"type": b"^{__DADissenter=}"},
|
|
188
|
+
2: {"type": b"^v"},
|
|
189
|
+
},
|
|
190
|
+
},
|
|
191
|
+
"callable_retained": True,
|
|
192
|
+
},
|
|
193
|
+
5: {"c_array_delimited_by_null": True, "type_modifier": "n"},
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
),
|
|
197
|
+
"DAApprovalSessionScheduleWithRunLoop": (
|
|
198
|
+
b"v^{__DASession=}^{__CFRunLoop=}^{__CFString=}",
|
|
199
|
+
),
|
|
200
|
+
"DAApprovalSessionGetTypeID": (b"Q",),
|
|
201
|
+
"DADiskRename": (
|
|
202
|
+
b"v^{__DADisk=}^{__CFString=}I^?^v",
|
|
203
|
+
"",
|
|
204
|
+
{
|
|
205
|
+
"arguments": {
|
|
206
|
+
3: {
|
|
207
|
+
"callable": {
|
|
208
|
+
"retval": {"type": b"v"},
|
|
209
|
+
"arguments": {
|
|
210
|
+
0: {"type": b"^{__DADisk=}"},
|
|
211
|
+
1: {"type": b"^{__DADissenter=}"},
|
|
212
|
+
2: {"type": b"^v"},
|
|
213
|
+
},
|
|
214
|
+
},
|
|
215
|
+
"callable_retained": True,
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
),
|
|
220
|
+
"DADissenterGetStatus": (b"i^{__DADissenter=}",),
|
|
221
|
+
"DARegisterDiskPeekCallback": (
|
|
222
|
+
b"v^{__DASession=}^{__CFDictionary=}q^?^v",
|
|
223
|
+
"",
|
|
224
|
+
{
|
|
225
|
+
"arguments": {
|
|
226
|
+
3: {
|
|
227
|
+
"callable": {
|
|
228
|
+
"retval": {"type": b"v"},
|
|
229
|
+
"arguments": {0: {"type": b"^{__DADisk=}"}, 1: {"type": b"^v"}},
|
|
230
|
+
},
|
|
231
|
+
"callable_retained": True,
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
),
|
|
236
|
+
"DADiskUnclaim": (b"v^{__DADisk=}",),
|
|
237
|
+
"DADiskEject": (
|
|
238
|
+
b"v^{__DADisk=}I^?^v",
|
|
239
|
+
"",
|
|
240
|
+
{
|
|
241
|
+
"arguments": {
|
|
242
|
+
2: {
|
|
243
|
+
"callable": {
|
|
244
|
+
"retval": {"type": b"v"},
|
|
245
|
+
"arguments": {
|
|
246
|
+
0: {"type": b"^{__DADisk=}"},
|
|
247
|
+
1: {"type": b"^{__DADissenter=}"},
|
|
248
|
+
2: {"type": b"^v"},
|
|
249
|
+
},
|
|
250
|
+
},
|
|
251
|
+
"callable_retained": True,
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
},
|
|
255
|
+
),
|
|
256
|
+
"DARegisterDiskMountApprovalCallback": (
|
|
257
|
+
b"v^{__DASession=}^{__CFDictionary=}^?^v",
|
|
258
|
+
"",
|
|
259
|
+
{
|
|
260
|
+
"arguments": {
|
|
261
|
+
2: {
|
|
262
|
+
"callable": {
|
|
263
|
+
"retval": {"type": b"^{__DADissenter=}"},
|
|
264
|
+
"arguments": {0: {"type": b"^{__DADisk=}"}, 1: {"type": b"^v"}},
|
|
265
|
+
},
|
|
266
|
+
"callable_retained": True,
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
},
|
|
270
|
+
),
|
|
271
|
+
"DAUnregisterApprovalCallback": (b"v^{__DASession=}^v^v",),
|
|
272
|
+
"DARegisterDiskEjectApprovalCallback": (
|
|
273
|
+
b"v^{__DASession=}^{__CFDictionary=}^?^v",
|
|
274
|
+
"",
|
|
275
|
+
{
|
|
276
|
+
"arguments": {
|
|
277
|
+
2: {
|
|
278
|
+
"callable": {
|
|
279
|
+
"retval": {"type": b"^{__DADissenter=}"},
|
|
280
|
+
"arguments": {0: {"type": b"^{__DADisk=}"}, 1: {"type": b"^v"}},
|
|
281
|
+
},
|
|
282
|
+
"callable_retained": True,
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
),
|
|
287
|
+
"DARegisterDiskUnmountApprovalCallback": (
|
|
288
|
+
b"v^{__DASession=}^{__CFDictionary=}^?^v",
|
|
289
|
+
"",
|
|
290
|
+
{
|
|
291
|
+
"arguments": {
|
|
292
|
+
2: {
|
|
293
|
+
"callable": {
|
|
294
|
+
"retval": {"type": b"^{__DADissenter=}"},
|
|
295
|
+
"arguments": {0: {"type": b"^{__DADisk=}"}, 1: {"type": b"^v"}},
|
|
296
|
+
},
|
|
297
|
+
"callable_retained": True,
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
},
|
|
301
|
+
),
|
|
302
|
+
"DADiskCopyWholeDisk": (
|
|
303
|
+
b"^{__DADisk=}^{__DADisk=}",
|
|
304
|
+
"",
|
|
305
|
+
{"retval": {"already_cfretained": True}},
|
|
306
|
+
),
|
|
307
|
+
"DADiskUnmount": (
|
|
308
|
+
b"v^{__DADisk=}I^?^v",
|
|
309
|
+
"",
|
|
310
|
+
{
|
|
311
|
+
"arguments": {
|
|
312
|
+
2: {
|
|
313
|
+
"callable": {
|
|
314
|
+
"retval": {"type": b"v"},
|
|
315
|
+
"arguments": {
|
|
316
|
+
0: {"type": b"^{__DADisk=}"},
|
|
317
|
+
1: {"type": b"^{__DADissenter=}"},
|
|
318
|
+
2: {"type": b"^v"},
|
|
319
|
+
},
|
|
320
|
+
},
|
|
321
|
+
"callable_retained": True,
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
},
|
|
325
|
+
),
|
|
326
|
+
"DADiskMount": (
|
|
327
|
+
b"v^{__DADisk=}^{__CFURL=}I^?^v",
|
|
328
|
+
"",
|
|
329
|
+
{
|
|
330
|
+
"arguments": {
|
|
331
|
+
3: {
|
|
332
|
+
"callable": {
|
|
333
|
+
"retval": {"type": b"v"},
|
|
334
|
+
"arguments": {
|
|
335
|
+
0: {"type": b"^{__DADisk=}"},
|
|
336
|
+
1: {"type": b"^{__DADissenter=}"},
|
|
337
|
+
2: {"type": b"^v"},
|
|
338
|
+
},
|
|
339
|
+
},
|
|
340
|
+
"callable_retained": True,
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
},
|
|
344
|
+
),
|
|
345
|
+
}
|
|
346
|
+
cftypes = [
|
|
347
|
+
("DAApprovalSessionRef", b"^{__DASession=}", "DAApprovalSessionGetTypeID", None),
|
|
348
|
+
("DADiskRef", b"^{__DADisk=}", "DADiskGetTypeID", None),
|
|
349
|
+
("DADissenterRef", b"^{__DADissenter=}", "DADissenterGetTypeID", None),
|
|
350
|
+
("DASessionRef", b"^{__DASession=}", "DASessionGetTypeID", None),
|
|
351
|
+
]
|
|
352
|
+
expressions = {}
|
|
353
|
+
|
|
354
|
+
# END OF FILE
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: pyobjc-framework-DiskArbitration
|
|
3
|
+
Version: 11.0
|
|
4
|
+
Summary: Wrappers for the framework DiskArbitration on macOS
|
|
5
|
+
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
|
+
Author: Ronald Oussoren
|
|
7
|
+
Author-email: pyobjc-dev@lists.sourceforge.net
|
|
8
|
+
License: MIT License
|
|
9
|
+
Keywords: PyObjC,DiskArbitration
|
|
10
|
+
Platform: MacOS X
|
|
11
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
12
|
+
Classifier: Environment :: Console
|
|
13
|
+
Classifier: Environment :: MacOS X :: Cocoa
|
|
14
|
+
Classifier: Intended Audience :: Developers
|
|
15
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
16
|
+
Classifier: Natural Language :: English
|
|
17
|
+
Classifier: Operating System :: MacOS :: MacOS X
|
|
18
|
+
Classifier: Programming Language :: Python
|
|
19
|
+
Classifier: Programming Language :: Python :: 3
|
|
20
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
22
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
23
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
24
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
25
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
27
|
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
|
+
Classifier: Programming Language :: Objective C
|
|
29
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
30
|
+
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
|
+
Requires-Python: >=3.9
|
|
32
|
+
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
+
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
34
|
+
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
35
|
+
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
36
|
+
Requires-Dist: pyobjc-core >=11.0
|
|
37
|
+
Requires-Dist: pyobjc-framework-Cocoa >=11.0
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
Wrappers for the "DiskArbitration" framework on macOS.
|
|
41
|
+
|
|
42
|
+
These wrappers don't include documentation, please check Apple's documentation
|
|
43
|
+
for information on how to use this framework and PyObjC's documentation
|
|
44
|
+
for general tips and tricks regarding the translation between Python
|
|
45
|
+
and (Objective-)C frameworks
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
Project links
|
|
49
|
+
-------------
|
|
50
|
+
|
|
51
|
+
* `Documentation <https://pyobjc.readthedocs.io/en/latest/>`_
|
|
52
|
+
|
|
53
|
+
* `Issue Tracker <https://github.com/ronaldoussoren/pyobjc/issues>`_
|
|
54
|
+
|
|
55
|
+
* `Repository <https://github.com/ronaldoussoren/pyobjc/>`_
|
|
56
|
+
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
DiskArbitration/__init__.py,sha256=guaF_IaazvYmV5bsOGaO0xs_0XhHC6n_yofhY_kghVM,878
|
|
2
|
+
DiskArbitration/_metadata.py,sha256=P4KaHgLF4Y_brfoUz6owl_NyHmsfbvTze5aOqX_GvHo,13111
|
|
3
|
+
pyobjc_framework_DiskArbitration-11.0.dist-info/METADATA,sha256=IS1goScIUCmDAMIfHrw4dk5KEKbx3aUPze0AuxrySuU,2253
|
|
4
|
+
pyobjc_framework_DiskArbitration-11.0.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
|
5
|
+
pyobjc_framework_DiskArbitration-11.0.dist-info/pyobjc-build-info.txt,sha256=R5YEsJoyZ8GByMQk4k_4WWEg6V4RNO715NMQwx6YaNI,85
|
|
6
|
+
pyobjc_framework_DiskArbitration-11.0.dist-info/top_level.txt,sha256=WabqnK_h25Ngv3gE7sNICbqYziD_Tfg0WPDigZReZTY,16
|
|
7
|
+
pyobjc_framework_DiskArbitration-11.0.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
DiskArbitration
|