pyobjc 11.0__tar.gz → 11.1__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.
- pyobjc-11.1/PKG-INFO +377 -0
- pyobjc-11.1/pyobjc.egg-info/PKG-INFO +380 -0
- pyobjc-11.1/pyobjc.egg-info/requires.txt +360 -0
- {pyobjc-11.0 → pyobjc-11.1}/setup.py +57 -51
- pyobjc-11.0/PKG-INFO +0 -361
- pyobjc-11.0/pyobjc.egg-info/PKG-INFO +0 -364
- pyobjc-11.0/pyobjc.egg-info/requires.txt +0 -354
- {pyobjc-11.0 → pyobjc-11.1}/README.txt +0 -0
- {pyobjc-11.0 → pyobjc-11.1}/pyobjc.egg-info/SOURCES.txt +0 -0
- {pyobjc-11.0 → pyobjc-11.1}/pyobjc.egg-info/dependency_links.txt +0 -0
- {pyobjc-11.0 → pyobjc-11.1}/pyobjc.egg-info/top_level.txt +0 -0
- {pyobjc-11.0 → pyobjc-11.1}/pyobjc.egg-info/zip-safe +0 -0
- {pyobjc-11.0 → pyobjc-11.1}/setup.cfg +0 -0
pyobjc-11.1/PKG-INFO
ADDED
|
@@ -0,0 +1,377 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: pyobjc
|
|
3
|
+
Version: 11.1
|
|
4
|
+
Summary: Python<->ObjC Interoperability Module
|
|
5
|
+
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
|
+
Author: Ronald Oussoren
|
|
7
|
+
Author-email: pyobjc-dev@lists.sourceforge.net
|
|
8
|
+
License: MIT
|
|
9
|
+
Keywords: Objective-C,bridge,Cocoa
|
|
10
|
+
Platform: macOS
|
|
11
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
12
|
+
Classifier: Environment :: Console
|
|
13
|
+
Classifier: Environment :: MacOS X :: Cocoa
|
|
14
|
+
Classifier: Intended Audience :: Developers
|
|
15
|
+
Classifier: Natural Language :: English
|
|
16
|
+
Classifier: Operating System :: MacOS :: MacOS X
|
|
17
|
+
Classifier: Programming Language :: Python
|
|
18
|
+
Classifier: Programming Language :: Python :: 3
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
22
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
23
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
24
|
+
Classifier: Programming Language :: Objective C
|
|
25
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
26
|
+
Classifier: Topic :: Software Development :: User Interfaces
|
|
27
|
+
Requires-Python: >=3.9
|
|
28
|
+
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
29
|
+
Requires-Dist: pyobjc-core==11.1
|
|
30
|
+
Requires-Dist: pyobjc-framework-libdispatch==11.1; platform_release >= "12.0"
|
|
31
|
+
Requires-Dist: pyobjc-framework-libxpc==11.1; platform_release >= "12.0"
|
|
32
|
+
Requires-Dist: pyobjc-framework-Accessibility==11.1; platform_release >= "20.0"
|
|
33
|
+
Requires-Dist: pyobjc-framework-AdServices==11.1; platform_release >= "20.0"
|
|
34
|
+
Requires-Dist: pyobjc-framework-AdSupport==11.1; platform_release >= "18.0"
|
|
35
|
+
Requires-Dist: pyobjc-framework-AppTrackingTransparency==11.1; platform_release >= "20.0"
|
|
36
|
+
Requires-Dist: pyobjc-framework-AudioVideoBridging==11.1; platform_release >= "12.0"
|
|
37
|
+
Requires-Dist: pyobjc-framework-AuthenticationServices==11.1; platform_release >= "19.0"
|
|
38
|
+
Requires-Dist: pyobjc-framework-AutomaticAssessmentConfiguration==11.1; platform_release >= "19.0"
|
|
39
|
+
Requires-Dist: pyobjc-framework-AVKit==11.1; platform_release >= "13.0"
|
|
40
|
+
Requires-Dist: pyobjc-framework-AVFoundation==11.1; platform_release >= "11.0"
|
|
41
|
+
Requires-Dist: pyobjc-framework-AVRouting==11.1; platform_release >= "22.0"
|
|
42
|
+
Requires-Dist: pyobjc-framework-Accounts==11.1; platform_release >= "12.0"
|
|
43
|
+
Requires-Dist: pyobjc-framework-AddressBook==11.1
|
|
44
|
+
Requires-Dist: pyobjc-framework-AppleScriptKit==11.1
|
|
45
|
+
Requires-Dist: pyobjc-framework-AppleScriptObjC==11.1; platform_release >= "10.0"
|
|
46
|
+
Requires-Dist: pyobjc-framework-ApplicationServices==11.1
|
|
47
|
+
Requires-Dist: pyobjc-framework-Automator==11.1
|
|
48
|
+
Requires-Dist: pyobjc-framework-BackgroundAssets==11.1; platform_release >= "22.0"
|
|
49
|
+
Requires-Dist: pyobjc-framework-BrowserEngineKit==11.1; platform_release >= "23.4"
|
|
50
|
+
Requires-Dist: pyobjc-framework-BusinessChat==11.1; platform_release >= "18.0"
|
|
51
|
+
Requires-Dist: pyobjc-framework-CFNetwork==11.1
|
|
52
|
+
Requires-Dist: pyobjc-framework-CalendarStore==11.1; platform_release >= "9.0"
|
|
53
|
+
Requires-Dist: pyobjc-framework-CallKit==11.1; platform_release >= "20.0"
|
|
54
|
+
Requires-Dist: pyobjc-framework-Carbon==11.1
|
|
55
|
+
Requires-Dist: pyobjc-framework-Cinematic==11.1; platform_release >= "23.0"
|
|
56
|
+
Requires-Dist: pyobjc-framework-ClassKit==11.1; platform_release >= "20.0"
|
|
57
|
+
Requires-Dist: pyobjc-framework-CloudKit==11.1; platform_release >= "14.0"
|
|
58
|
+
Requires-Dist: pyobjc-framework-Cocoa==11.1
|
|
59
|
+
Requires-Dist: pyobjc-framework-Collaboration==11.1; platform_release >= "9.0"
|
|
60
|
+
Requires-Dist: pyobjc-framework-ColorSync==11.1; platform_release >= "17.0"
|
|
61
|
+
Requires-Dist: pyobjc-framework-Contacts==11.1; platform_release >= "15.0"
|
|
62
|
+
Requires-Dist: pyobjc-framework-ContactsUI==11.1; platform_release >= "15.0"
|
|
63
|
+
Requires-Dist: pyobjc-framework-CoreAudio==11.1
|
|
64
|
+
Requires-Dist: pyobjc-framework-CoreAudioKit==11.1
|
|
65
|
+
Requires-Dist: pyobjc-framework-CoreBluetooth==11.1; platform_release >= "14.0"
|
|
66
|
+
Requires-Dist: pyobjc-framework-CoreData==11.1
|
|
67
|
+
Requires-Dist: pyobjc-framework-CoreHaptics==11.1; platform_release >= "19.0"
|
|
68
|
+
Requires-Dist: pyobjc-framework-CoreLocation==11.1; platform_release >= "10.0"
|
|
69
|
+
Requires-Dist: pyobjc-framework-CoreMedia==11.1; platform_release >= "11.0"
|
|
70
|
+
Requires-Dist: pyobjc-framework-CoreMediaIO==11.1; platform_release >= "11.0"
|
|
71
|
+
Requires-Dist: pyobjc-framework-CoreMIDI==11.1
|
|
72
|
+
Requires-Dist: pyobjc-framework-CoreML==11.1; platform_release >= "17.0"
|
|
73
|
+
Requires-Dist: pyobjc-framework-CoreMotion==11.1; platform_release >= "19.0"
|
|
74
|
+
Requires-Dist: pyobjc-framework-CoreServices==11.1
|
|
75
|
+
Requires-Dist: pyobjc-framework-CoreSpotlight==11.1; platform_release >= "17.0"
|
|
76
|
+
Requires-Dist: pyobjc-framework-CoreText==11.1
|
|
77
|
+
Requires-Dist: pyobjc-framework-CoreWLAN==11.1; platform_release >= "10.0"
|
|
78
|
+
Requires-Dist: pyobjc-framework-CryptoTokenKit==11.1; platform_release >= "14.0"
|
|
79
|
+
Requires-Dist: pyobjc-framework-DataDetection==11.1; platform_release >= "21.0"
|
|
80
|
+
Requires-Dist: pyobjc-framework-DeviceCheck==11.1; platform_release >= "19.0"
|
|
81
|
+
Requires-Dist: pyobjc-framework-DeviceDiscoveryExtension==11.1; platform_release >= "24.0"
|
|
82
|
+
Requires-Dist: pyobjc-framework-DictionaryServices==11.1; platform_release >= "9.0"
|
|
83
|
+
Requires-Dist: pyobjc-framework-DiscRecording==11.1
|
|
84
|
+
Requires-Dist: pyobjc-framework-DiscRecordingUI==11.1
|
|
85
|
+
Requires-Dist: pyobjc-framework-DiskArbitration==11.1
|
|
86
|
+
Requires-Dist: pyobjc-framework-DVDPlayback==11.1
|
|
87
|
+
Requires-Dist: pyobjc-framework-EventKit==11.1; platform_release >= "12.0"
|
|
88
|
+
Requires-Dist: pyobjc-framework-ExceptionHandling==11.1
|
|
89
|
+
Requires-Dist: pyobjc-framework-ExecutionPolicy==11.1; platform_release >= "19.0"
|
|
90
|
+
Requires-Dist: pyobjc-framework-ExternalAccessory==11.1; platform_release >= "17.0"
|
|
91
|
+
Requires-Dist: pyobjc-framework-ExtensionKit==11.1; platform_release >= "22.0"
|
|
92
|
+
Requires-Dist: pyobjc-framework-FileProvider==11.1; platform_release >= "19.0"
|
|
93
|
+
Requires-Dist: pyobjc-framework-FileProviderUI==11.1; platform_release >= "19.0"
|
|
94
|
+
Requires-Dist: pyobjc-framework-FSEvents==11.1; platform_release >= "9.0"
|
|
95
|
+
Requires-Dist: pyobjc-framework-FSKit==11.1; platform_release >= "24.4"
|
|
96
|
+
Requires-Dist: pyobjc-framework-FinderSync==11.1; platform_release >= "14.0"
|
|
97
|
+
Requires-Dist: pyobjc-framework-GameCenter==11.1; platform_release >= "12.0"
|
|
98
|
+
Requires-Dist: pyobjc-framework-GameController==11.1; platform_release >= "13.0"
|
|
99
|
+
Requires-Dist: pyobjc-framework-HealthKit==11.1; platform_release >= "22.0"
|
|
100
|
+
Requires-Dist: pyobjc-framework-InputMethodKit==11.1; platform_release >= "9.0"
|
|
101
|
+
Requires-Dist: pyobjc-framework-ImageCaptureCore==11.1; platform_release >= "10.0"
|
|
102
|
+
Requires-Dist: pyobjc-framework-Intents==11.1; platform_release >= "16.0"
|
|
103
|
+
Requires-Dist: pyobjc-framework-IntentsUI==11.1; platform_release >= "21.0"
|
|
104
|
+
Requires-Dist: pyobjc-framework-InstallerPlugins==11.1
|
|
105
|
+
Requires-Dist: pyobjc-framework-InstantMessage==11.1; platform_release >= "9.0"
|
|
106
|
+
Requires-Dist: pyobjc-framework-IOBluetooth==11.1
|
|
107
|
+
Requires-Dist: pyobjc-framework-IOBluetoothUI==11.1
|
|
108
|
+
Requires-Dist: pyobjc-framework-IOSurface==11.1; platform_release >= "10.0"
|
|
109
|
+
Requires-Dist: pyobjc-framework-KernelManagement==11.1; platform_release >= "20.0"
|
|
110
|
+
Requires-Dist: pyobjc-framework-LatentSemanticMapping==11.1
|
|
111
|
+
Requires-Dist: pyobjc-framework-LaunchServices==11.1
|
|
112
|
+
Requires-Dist: pyobjc-framework-LinkPresentation==11.1; platform_release >= "19.0"
|
|
113
|
+
Requires-Dist: pyobjc-framework-LocalAuthentication==11.1; platform_release >= "14.0"
|
|
114
|
+
Requires-Dist: pyobjc-framework-LocalAuthenticationEmbeddedUI==11.1; platform_release >= "21.0"
|
|
115
|
+
Requires-Dist: pyobjc-framework-MailKit==11.1; platform_release >= "21.0"
|
|
116
|
+
Requires-Dist: pyobjc-framework-MapKit==11.1; platform_release >= "13.0"
|
|
117
|
+
Requires-Dist: pyobjc-framework-MediaAccessibility==11.1; platform_release >= "13.0"
|
|
118
|
+
Requires-Dist: pyobjc-framework-MediaExtension==11.1; platform_release >= "24.0"
|
|
119
|
+
Requires-Dist: pyobjc-framework-MediaLibrary==11.1; platform_release >= "13.0"
|
|
120
|
+
Requires-Dist: pyobjc-framework-MediaPlayer==11.1; platform_release >= "16.0"
|
|
121
|
+
Requires-Dist: pyobjc-framework-MediaToolbox==11.1; platform_release >= "13.0"
|
|
122
|
+
Requires-Dist: pyobjc-framework-Metal==11.1; platform_release >= "15.0"
|
|
123
|
+
Requires-Dist: pyobjc-framework-MetalFX==11.1; platform_release >= "22.0"
|
|
124
|
+
Requires-Dist: pyobjc-framework-MetalKit==11.1; platform_release >= "15.0"
|
|
125
|
+
Requires-Dist: pyobjc-framework-MetalPerformanceShaders==11.1; platform_release >= "17.0"
|
|
126
|
+
Requires-Dist: pyobjc-framework-MetalPerformanceShadersGraph==11.1; platform_release >= "20.0"
|
|
127
|
+
Requires-Dist: pyobjc-framework-MetricKit==11.1; platform_release >= "21.0"
|
|
128
|
+
Requires-Dist: pyobjc-framework-MLCompute==11.1; platform_release >= "20.0"
|
|
129
|
+
Requires-Dist: pyobjc-framework-ModelIO==11.1; platform_release >= "15.0"
|
|
130
|
+
Requires-Dist: pyobjc-framework-MultipeerConnectivity==11.1; platform_release >= "14.0"
|
|
131
|
+
Requires-Dist: pyobjc-framework-NaturalLanguage==11.1; platform_release >= "18.0"
|
|
132
|
+
Requires-Dist: pyobjc-framework-NetFS==11.1; platform_release >= "10.0"
|
|
133
|
+
Requires-Dist: pyobjc-framework-Network==11.1; platform_release >= "18.0"
|
|
134
|
+
Requires-Dist: pyobjc-framework-NetworkExtension==11.1; platform_release >= "15.0"
|
|
135
|
+
Requires-Dist: pyobjc-framework-NotificationCenter==11.1; platform_release >= "14.0"
|
|
136
|
+
Requires-Dist: pyobjc-framework-OpenDirectory==11.1; platform_release >= "10.0"
|
|
137
|
+
Requires-Dist: pyobjc-framework-OSAKit==11.1
|
|
138
|
+
Requires-Dist: pyobjc-framework-OSLog==11.1; platform_release >= "19.0"
|
|
139
|
+
Requires-Dist: pyobjc-framework-PassKit==11.1; platform_release >= "20.0"
|
|
140
|
+
Requires-Dist: pyobjc-framework-PencilKit==11.1; platform_release >= "19.0"
|
|
141
|
+
Requires-Dist: pyobjc-framework-PHASE==11.1; platform_release >= "21.0"
|
|
142
|
+
Requires-Dist: pyobjc-framework-Photos==11.1; platform_release >= "15.0"
|
|
143
|
+
Requires-Dist: pyobjc-framework-PhotosUI==11.1; platform_release >= "15.0"
|
|
144
|
+
Requires-Dist: pyobjc-framework-PreferencePanes==11.1
|
|
145
|
+
Requires-Dist: pyobjc-framework-PubSub==11.1; platform_release >= "9.0" and platform_release < "18.0"
|
|
146
|
+
Requires-Dist: pyobjc-framework-PushKit==11.1; platform_release >= "19.0"
|
|
147
|
+
Requires-Dist: pyobjc-framework-Quartz==11.1
|
|
148
|
+
Requires-Dist: pyobjc-framework-QuickLookThumbnailing==11.1; platform_release >= "19.0"
|
|
149
|
+
Requires-Dist: pyobjc-framework-ReplayKit==11.1; platform_release >= "20.0"
|
|
150
|
+
Requires-Dist: pyobjc-framework-SafetyKit==11.1; platform_release >= "22.0"
|
|
151
|
+
Requires-Dist: pyobjc-framework-SafariServices==11.1; platform_release >= "16.0"
|
|
152
|
+
Requires-Dist: pyobjc-framework-ScreenSaver==11.1
|
|
153
|
+
Requires-Dist: pyobjc-framework-ScreenTime==11.1; platform_release >= "20.0"
|
|
154
|
+
Requires-Dist: pyobjc-framework-ScriptingBridge==11.1; platform_release >= "9.0"
|
|
155
|
+
Requires-Dist: pyobjc-framework-Security==11.1
|
|
156
|
+
Requires-Dist: pyobjc-framework-SecurityFoundation==11.1
|
|
157
|
+
Requires-Dist: pyobjc-framework-SecurityInterface==11.1
|
|
158
|
+
Requires-Dist: pyobjc-framework-SecurityUI==11.1; platform_release >= "24.4"
|
|
159
|
+
Requires-Dist: pyobjc-framework-SearchKit==11.1
|
|
160
|
+
Requires-Dist: pyobjc-framework-ServiceManagement==11.1; platform_release >= "10.0"
|
|
161
|
+
Requires-Dist: pyobjc-framework-ShazamKit==11.1; platform_release >= "21.0"
|
|
162
|
+
Requires-Dist: pyobjc-framework-Social==11.1; platform_release >= "12.0"
|
|
163
|
+
Requires-Dist: pyobjc-framework-Speech==11.1; platform_release >= "19.0"
|
|
164
|
+
Requires-Dist: pyobjc-framework-SpriteKit==11.1; platform_release >= "13.0"
|
|
165
|
+
Requires-Dist: pyobjc-framework-StoreKit==11.1; platform_release >= "11.0"
|
|
166
|
+
Requires-Dist: pyobjc-framework-SyncServices==11.1
|
|
167
|
+
Requires-Dist: pyobjc-framework-SystemConfiguration==11.1
|
|
168
|
+
Requires-Dist: pyobjc-framework-WebKit==11.1
|
|
169
|
+
Requires-Dist: pyobjc-framework-GameKit==11.1; platform_release >= "12.0"
|
|
170
|
+
Requires-Dist: pyobjc-framework-GameplayKit==11.1; platform_release >= "15.0"
|
|
171
|
+
Requires-Dist: pyobjc-framework-SceneKit==11.1; platform_release >= "11.0"
|
|
172
|
+
Requires-Dist: pyobjc-framework-SensitiveContentAnalysis==11.1; platform_release >= "23.0"
|
|
173
|
+
Requires-Dist: pyobjc-framework-SharedWithYouCore==11.1; platform_release >= "22.0"
|
|
174
|
+
Requires-Dist: pyobjc-framework-SharedWithYou==11.1; platform_release >= "22.0"
|
|
175
|
+
Requires-Dist: pyobjc-framework-SoundAnalysis==11.1; platform_release >= "19.0"
|
|
176
|
+
Requires-Dist: pyobjc-framework-ScreenCaptureKit==11.1; platform_release >= "21.4"
|
|
177
|
+
Requires-Dist: pyobjc-framework-Symbols==11.1; platform_release >= "23.0"
|
|
178
|
+
Requires-Dist: pyobjc-framework-SystemExtensions==11.1; platform_release >= "19.0"
|
|
179
|
+
Requires-Dist: pyobjc-framework-ThreadNetwork==11.1; platform_release >= "22.0"
|
|
180
|
+
Requires-Dist: pyobjc-framework-UniformTypeIdentifiers==11.1; platform_release >= "20.0"
|
|
181
|
+
Requires-Dist: pyobjc-framework-UserNotifications==11.1; platform_release >= "18.0"
|
|
182
|
+
Requires-Dist: pyobjc-framework-UserNotificationsUI==11.1; platform_release >= "20.0"
|
|
183
|
+
Requires-Dist: pyobjc-framework-VideoSubscriberAccount==11.1; platform_release >= "18.0"
|
|
184
|
+
Requires-Dist: pyobjc-framework-VideoToolbox==11.1; platform_release >= "12.0"
|
|
185
|
+
Requires-Dist: pyobjc-framework-Virtualization==11.1; platform_release >= "20.0"
|
|
186
|
+
Requires-Dist: pyobjc-framework-Vision==11.1; platform_release >= "17.0"
|
|
187
|
+
Requires-Dist: pyobjc-framework-iTunesLibrary==11.1; platform_release >= "10.0"
|
|
188
|
+
Provides-Extra: allbindings
|
|
189
|
+
Requires-Dist: pyobjc-core==11.1; extra == "allbindings"
|
|
190
|
+
Requires-Dist: pyobjc-framework-libdispatch==11.1; extra == "allbindings"
|
|
191
|
+
Requires-Dist: pyobjc-framework-libxpc==11.1; extra == "allbindings"
|
|
192
|
+
Requires-Dist: pyobjc-framework-Accessibility==11.1; extra == "allbindings"
|
|
193
|
+
Requires-Dist: pyobjc-framework-AdServices==11.1; extra == "allbindings"
|
|
194
|
+
Requires-Dist: pyobjc-framework-AdSupport==11.1; extra == "allbindings"
|
|
195
|
+
Requires-Dist: pyobjc-framework-AppTrackingTransparency==11.1; extra == "allbindings"
|
|
196
|
+
Requires-Dist: pyobjc-framework-AudioVideoBridging==11.1; extra == "allbindings"
|
|
197
|
+
Requires-Dist: pyobjc-framework-AuthenticationServices==11.1; extra == "allbindings"
|
|
198
|
+
Requires-Dist: pyobjc-framework-AutomaticAssessmentConfiguration==11.1; extra == "allbindings"
|
|
199
|
+
Requires-Dist: pyobjc-framework-AVKit==11.1; extra == "allbindings"
|
|
200
|
+
Requires-Dist: pyobjc-framework-AVFoundation==11.1; extra == "allbindings"
|
|
201
|
+
Requires-Dist: pyobjc-framework-AVRouting==11.1; extra == "allbindings"
|
|
202
|
+
Requires-Dist: pyobjc-framework-Accounts==11.1; extra == "allbindings"
|
|
203
|
+
Requires-Dist: pyobjc-framework-AddressBook==11.1; extra == "allbindings"
|
|
204
|
+
Requires-Dist: pyobjc-framework-AppleScriptKit==11.1; extra == "allbindings"
|
|
205
|
+
Requires-Dist: pyobjc-framework-AppleScriptObjC==11.1; extra == "allbindings"
|
|
206
|
+
Requires-Dist: pyobjc-framework-ApplicationServices==11.1; extra == "allbindings"
|
|
207
|
+
Requires-Dist: pyobjc-framework-Automator==11.1; extra == "allbindings"
|
|
208
|
+
Requires-Dist: pyobjc-framework-BackgroundAssets==11.1; extra == "allbindings"
|
|
209
|
+
Requires-Dist: pyobjc-framework-BrowserEngineKit==11.1; extra == "allbindings"
|
|
210
|
+
Requires-Dist: pyobjc-framework-BusinessChat==11.1; extra == "allbindings"
|
|
211
|
+
Requires-Dist: pyobjc-framework-CFNetwork==11.1; extra == "allbindings"
|
|
212
|
+
Requires-Dist: pyobjc-framework-CalendarStore==11.1; extra == "allbindings"
|
|
213
|
+
Requires-Dist: pyobjc-framework-CallKit==11.1; extra == "allbindings"
|
|
214
|
+
Requires-Dist: pyobjc-framework-Carbon==11.1; extra == "allbindings"
|
|
215
|
+
Requires-Dist: pyobjc-framework-Cinematic==11.1; extra == "allbindings"
|
|
216
|
+
Requires-Dist: pyobjc-framework-ClassKit==11.1; extra == "allbindings"
|
|
217
|
+
Requires-Dist: pyobjc-framework-CloudKit==11.1; extra == "allbindings"
|
|
218
|
+
Requires-Dist: pyobjc-framework-Cocoa==11.1; extra == "allbindings"
|
|
219
|
+
Requires-Dist: pyobjc-framework-Collaboration==11.1; extra == "allbindings"
|
|
220
|
+
Requires-Dist: pyobjc-framework-ColorSync==11.1; extra == "allbindings"
|
|
221
|
+
Requires-Dist: pyobjc-framework-Contacts==11.1; extra == "allbindings"
|
|
222
|
+
Requires-Dist: pyobjc-framework-ContactsUI==11.1; extra == "allbindings"
|
|
223
|
+
Requires-Dist: pyobjc-framework-CoreAudio==11.1; extra == "allbindings"
|
|
224
|
+
Requires-Dist: pyobjc-framework-CoreAudioKit==11.1; extra == "allbindings"
|
|
225
|
+
Requires-Dist: pyobjc-framework-CoreBluetooth==11.1; extra == "allbindings"
|
|
226
|
+
Requires-Dist: pyobjc-framework-CoreData==11.1; extra == "allbindings"
|
|
227
|
+
Requires-Dist: pyobjc-framework-CoreHaptics==11.1; extra == "allbindings"
|
|
228
|
+
Requires-Dist: pyobjc-framework-CoreLocation==11.1; extra == "allbindings"
|
|
229
|
+
Requires-Dist: pyobjc-framework-CoreMedia==11.1; extra == "allbindings"
|
|
230
|
+
Requires-Dist: pyobjc-framework-CoreMediaIO==11.1; extra == "allbindings"
|
|
231
|
+
Requires-Dist: pyobjc-framework-CoreMIDI==11.1; extra == "allbindings"
|
|
232
|
+
Requires-Dist: pyobjc-framework-CoreML==11.1; extra == "allbindings"
|
|
233
|
+
Requires-Dist: pyobjc-framework-CoreMotion==11.1; extra == "allbindings"
|
|
234
|
+
Requires-Dist: pyobjc-framework-CoreServices==11.1; extra == "allbindings"
|
|
235
|
+
Requires-Dist: pyobjc-framework-CoreSpotlight==11.1; extra == "allbindings"
|
|
236
|
+
Requires-Dist: pyobjc-framework-CoreText==11.1; extra == "allbindings"
|
|
237
|
+
Requires-Dist: pyobjc-framework-CoreWLAN==11.1; extra == "allbindings"
|
|
238
|
+
Requires-Dist: pyobjc-framework-CryptoTokenKit==11.1; extra == "allbindings"
|
|
239
|
+
Requires-Dist: pyobjc-framework-DataDetection==11.1; extra == "allbindings"
|
|
240
|
+
Requires-Dist: pyobjc-framework-DeviceCheck==11.1; extra == "allbindings"
|
|
241
|
+
Requires-Dist: pyobjc-framework-DeviceDiscoveryExtension==11.1; extra == "allbindings"
|
|
242
|
+
Requires-Dist: pyobjc-framework-DictionaryServices==11.1; extra == "allbindings"
|
|
243
|
+
Requires-Dist: pyobjc-framework-DiscRecording==11.1; extra == "allbindings"
|
|
244
|
+
Requires-Dist: pyobjc-framework-DiscRecordingUI==11.1; extra == "allbindings"
|
|
245
|
+
Requires-Dist: pyobjc-framework-DiskArbitration==11.1; extra == "allbindings"
|
|
246
|
+
Requires-Dist: pyobjc-framework-DVDPlayback==11.1; extra == "allbindings"
|
|
247
|
+
Requires-Dist: pyobjc-framework-EventKit==11.1; extra == "allbindings"
|
|
248
|
+
Requires-Dist: pyobjc-framework-ExceptionHandling==11.1; extra == "allbindings"
|
|
249
|
+
Requires-Dist: pyobjc-framework-ExecutionPolicy==11.1; extra == "allbindings"
|
|
250
|
+
Requires-Dist: pyobjc-framework-ExternalAccessory==11.1; extra == "allbindings"
|
|
251
|
+
Requires-Dist: pyobjc-framework-ExtensionKit==11.1; extra == "allbindings"
|
|
252
|
+
Requires-Dist: pyobjc-framework-FileProvider==11.1; extra == "allbindings"
|
|
253
|
+
Requires-Dist: pyobjc-framework-FileProviderUI==11.1; extra == "allbindings"
|
|
254
|
+
Requires-Dist: pyobjc-framework-FSEvents==11.1; extra == "allbindings"
|
|
255
|
+
Requires-Dist: pyobjc-framework-FSKit==11.1; extra == "allbindings"
|
|
256
|
+
Requires-Dist: pyobjc-framework-FinderSync==11.1; extra == "allbindings"
|
|
257
|
+
Requires-Dist: pyobjc-framework-GameCenter==11.1; extra == "allbindings"
|
|
258
|
+
Requires-Dist: pyobjc-framework-GameController==11.1; extra == "allbindings"
|
|
259
|
+
Requires-Dist: pyobjc-framework-HealthKit==11.1; extra == "allbindings"
|
|
260
|
+
Requires-Dist: pyobjc-framework-InputMethodKit==11.1; extra == "allbindings"
|
|
261
|
+
Requires-Dist: pyobjc-framework-ImageCaptureCore==11.1; extra == "allbindings"
|
|
262
|
+
Requires-Dist: pyobjc-framework-Intents==11.1; extra == "allbindings"
|
|
263
|
+
Requires-Dist: pyobjc-framework-IntentsUI==11.1; extra == "allbindings"
|
|
264
|
+
Requires-Dist: pyobjc-framework-InstallerPlugins==11.1; extra == "allbindings"
|
|
265
|
+
Requires-Dist: pyobjc-framework-InstantMessage==11.1; extra == "allbindings"
|
|
266
|
+
Requires-Dist: pyobjc-framework-IOBluetooth==11.1; extra == "allbindings"
|
|
267
|
+
Requires-Dist: pyobjc-framework-IOBluetoothUI==11.1; extra == "allbindings"
|
|
268
|
+
Requires-Dist: pyobjc-framework-IOSurface==11.1; extra == "allbindings"
|
|
269
|
+
Requires-Dist: pyobjc-framework-KernelManagement==11.1; extra == "allbindings"
|
|
270
|
+
Requires-Dist: pyobjc-framework-LatentSemanticMapping==11.1; extra == "allbindings"
|
|
271
|
+
Requires-Dist: pyobjc-framework-LaunchServices==11.1; extra == "allbindings"
|
|
272
|
+
Requires-Dist: pyobjc-framework-LinkPresentation==11.1; extra == "allbindings"
|
|
273
|
+
Requires-Dist: pyobjc-framework-LocalAuthentication==11.1; extra == "allbindings"
|
|
274
|
+
Requires-Dist: pyobjc-framework-LocalAuthenticationEmbeddedUI==11.1; extra == "allbindings"
|
|
275
|
+
Requires-Dist: pyobjc-framework-MailKit==11.1; extra == "allbindings"
|
|
276
|
+
Requires-Dist: pyobjc-framework-MapKit==11.1; extra == "allbindings"
|
|
277
|
+
Requires-Dist: pyobjc-framework-MediaAccessibility==11.1; extra == "allbindings"
|
|
278
|
+
Requires-Dist: pyobjc-framework-MediaExtension==11.1; extra == "allbindings"
|
|
279
|
+
Requires-Dist: pyobjc-framework-MediaLibrary==11.1; extra == "allbindings"
|
|
280
|
+
Requires-Dist: pyobjc-framework-MediaPlayer==11.1; extra == "allbindings"
|
|
281
|
+
Requires-Dist: pyobjc-framework-MediaToolbox==11.1; extra == "allbindings"
|
|
282
|
+
Requires-Dist: pyobjc-framework-Metal==11.1; extra == "allbindings"
|
|
283
|
+
Requires-Dist: pyobjc-framework-MetalFX==11.1; extra == "allbindings"
|
|
284
|
+
Requires-Dist: pyobjc-framework-MetalKit==11.1; extra == "allbindings"
|
|
285
|
+
Requires-Dist: pyobjc-framework-MetalPerformanceShaders==11.1; extra == "allbindings"
|
|
286
|
+
Requires-Dist: pyobjc-framework-MetalPerformanceShadersGraph==11.1; extra == "allbindings"
|
|
287
|
+
Requires-Dist: pyobjc-framework-MetricKit==11.1; extra == "allbindings"
|
|
288
|
+
Requires-Dist: pyobjc-framework-MLCompute==11.1; extra == "allbindings"
|
|
289
|
+
Requires-Dist: pyobjc-framework-ModelIO==11.1; extra == "allbindings"
|
|
290
|
+
Requires-Dist: pyobjc-framework-MultipeerConnectivity==11.1; extra == "allbindings"
|
|
291
|
+
Requires-Dist: pyobjc-framework-NaturalLanguage==11.1; extra == "allbindings"
|
|
292
|
+
Requires-Dist: pyobjc-framework-NetFS==11.1; extra == "allbindings"
|
|
293
|
+
Requires-Dist: pyobjc-framework-Network==11.1; extra == "allbindings"
|
|
294
|
+
Requires-Dist: pyobjc-framework-NetworkExtension==11.1; extra == "allbindings"
|
|
295
|
+
Requires-Dist: pyobjc-framework-NotificationCenter==11.1; extra == "allbindings"
|
|
296
|
+
Requires-Dist: pyobjc-framework-OpenDirectory==11.1; extra == "allbindings"
|
|
297
|
+
Requires-Dist: pyobjc-framework-OSAKit==11.1; extra == "allbindings"
|
|
298
|
+
Requires-Dist: pyobjc-framework-OSLog==11.1; extra == "allbindings"
|
|
299
|
+
Requires-Dist: pyobjc-framework-PassKit==11.1; extra == "allbindings"
|
|
300
|
+
Requires-Dist: pyobjc-framework-PencilKit==11.1; extra == "allbindings"
|
|
301
|
+
Requires-Dist: pyobjc-framework-PHASE==11.1; extra == "allbindings"
|
|
302
|
+
Requires-Dist: pyobjc-framework-Photos==11.1; extra == "allbindings"
|
|
303
|
+
Requires-Dist: pyobjc-framework-PhotosUI==11.1; extra == "allbindings"
|
|
304
|
+
Requires-Dist: pyobjc-framework-PreferencePanes==11.1; extra == "allbindings"
|
|
305
|
+
Requires-Dist: pyobjc-framework-PubSub==11.1; extra == "allbindings"
|
|
306
|
+
Requires-Dist: pyobjc-framework-PushKit==11.1; extra == "allbindings"
|
|
307
|
+
Requires-Dist: pyobjc-framework-Quartz==11.1; extra == "allbindings"
|
|
308
|
+
Requires-Dist: pyobjc-framework-QuickLookThumbnailing==11.1; extra == "allbindings"
|
|
309
|
+
Requires-Dist: pyobjc-framework-ReplayKit==11.1; extra == "allbindings"
|
|
310
|
+
Requires-Dist: pyobjc-framework-SafetyKit==11.1; extra == "allbindings"
|
|
311
|
+
Requires-Dist: pyobjc-framework-SafariServices==11.1; extra == "allbindings"
|
|
312
|
+
Requires-Dist: pyobjc-framework-ScreenSaver==11.1; extra == "allbindings"
|
|
313
|
+
Requires-Dist: pyobjc-framework-ScreenTime==11.1; extra == "allbindings"
|
|
314
|
+
Requires-Dist: pyobjc-framework-ScriptingBridge==11.1; extra == "allbindings"
|
|
315
|
+
Requires-Dist: pyobjc-framework-Security==11.1; extra == "allbindings"
|
|
316
|
+
Requires-Dist: pyobjc-framework-SecurityFoundation==11.1; extra == "allbindings"
|
|
317
|
+
Requires-Dist: pyobjc-framework-SecurityInterface==11.1; extra == "allbindings"
|
|
318
|
+
Requires-Dist: pyobjc-framework-SecurityUI==11.1; extra == "allbindings"
|
|
319
|
+
Requires-Dist: pyobjc-framework-SearchKit==11.1; extra == "allbindings"
|
|
320
|
+
Requires-Dist: pyobjc-framework-ServiceManagement==11.1; extra == "allbindings"
|
|
321
|
+
Requires-Dist: pyobjc-framework-ShazamKit==11.1; extra == "allbindings"
|
|
322
|
+
Requires-Dist: pyobjc-framework-Social==11.1; extra == "allbindings"
|
|
323
|
+
Requires-Dist: pyobjc-framework-Speech==11.1; extra == "allbindings"
|
|
324
|
+
Requires-Dist: pyobjc-framework-SpriteKit==11.1; extra == "allbindings"
|
|
325
|
+
Requires-Dist: pyobjc-framework-StoreKit==11.1; extra == "allbindings"
|
|
326
|
+
Requires-Dist: pyobjc-framework-SyncServices==11.1; extra == "allbindings"
|
|
327
|
+
Requires-Dist: pyobjc-framework-SystemConfiguration==11.1; extra == "allbindings"
|
|
328
|
+
Requires-Dist: pyobjc-framework-WebKit==11.1; extra == "allbindings"
|
|
329
|
+
Requires-Dist: pyobjc-framework-GameKit==11.1; extra == "allbindings"
|
|
330
|
+
Requires-Dist: pyobjc-framework-GameplayKit==11.1; extra == "allbindings"
|
|
331
|
+
Requires-Dist: pyobjc-framework-SceneKit==11.1; extra == "allbindings"
|
|
332
|
+
Requires-Dist: pyobjc-framework-SensitiveContentAnalysis==11.1; extra == "allbindings"
|
|
333
|
+
Requires-Dist: pyobjc-framework-SharedWithYouCore==11.1; extra == "allbindings"
|
|
334
|
+
Requires-Dist: pyobjc-framework-SharedWithYou==11.1; extra == "allbindings"
|
|
335
|
+
Requires-Dist: pyobjc-framework-SoundAnalysis==11.1; extra == "allbindings"
|
|
336
|
+
Requires-Dist: pyobjc-framework-ScreenCaptureKit==11.1; extra == "allbindings"
|
|
337
|
+
Requires-Dist: pyobjc-framework-Symbols==11.1; extra == "allbindings"
|
|
338
|
+
Requires-Dist: pyobjc-framework-SystemExtensions==11.1; extra == "allbindings"
|
|
339
|
+
Requires-Dist: pyobjc-framework-ThreadNetwork==11.1; extra == "allbindings"
|
|
340
|
+
Requires-Dist: pyobjc-framework-UniformTypeIdentifiers==11.1; extra == "allbindings"
|
|
341
|
+
Requires-Dist: pyobjc-framework-UserNotifications==11.1; extra == "allbindings"
|
|
342
|
+
Requires-Dist: pyobjc-framework-UserNotificationsUI==11.1; extra == "allbindings"
|
|
343
|
+
Requires-Dist: pyobjc-framework-VideoSubscriberAccount==11.1; extra == "allbindings"
|
|
344
|
+
Requires-Dist: pyobjc-framework-VideoToolbox==11.1; extra == "allbindings"
|
|
345
|
+
Requires-Dist: pyobjc-framework-Virtualization==11.1; extra == "allbindings"
|
|
346
|
+
Requires-Dist: pyobjc-framework-Vision==11.1; extra == "allbindings"
|
|
347
|
+
Requires-Dist: pyobjc-framework-iTunesLibrary==11.1; extra == "allbindings"
|
|
348
|
+
Dynamic: author
|
|
349
|
+
Dynamic: author-email
|
|
350
|
+
Dynamic: classifier
|
|
351
|
+
Dynamic: description
|
|
352
|
+
Dynamic: description-content-type
|
|
353
|
+
Dynamic: home-page
|
|
354
|
+
Dynamic: keywords
|
|
355
|
+
Dynamic: license
|
|
356
|
+
Dynamic: platform
|
|
357
|
+
Dynamic: provides-extra
|
|
358
|
+
Dynamic: requires-dist
|
|
359
|
+
Dynamic: requires-python
|
|
360
|
+
Dynamic: summary
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
PyObjC is a bridge between Python and Objective-C. It allows full
|
|
364
|
+
featured Cocoa applications to be written in pure Python. It is also
|
|
365
|
+
easy to use other frameworks containing Objective-C class libraries
|
|
366
|
+
from Python and to mix in Objective-C, C and C++ source.
|
|
367
|
+
|
|
368
|
+
This package is a pseudo-package that will install all pyobjc related
|
|
369
|
+
packages (that is, pyobjc-core as well as wrappers for frameworks on
|
|
370
|
+
macOS)
|
|
371
|
+
|
|
372
|
+
Project links
|
|
373
|
+
-------------
|
|
374
|
+
|
|
375
|
+
* `Documentation <https://pyobjc.readthedocs.io/en/latest/>`_
|
|
376
|
+
* `Issue Tracker <https://github.com/ronaldoussoren/pyobjc/issues>`_
|
|
377
|
+
* `Repository <https://github.com/ronaldoussoren/pyobjc/>`_
|