pyobjc-framework-SharedWithYouCore 12.2__cp315-cp315t-macosx_10_15_universal2.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.
@@ -0,0 +1,59 @@
1
+ """
2
+ Python mapping for the SharedWithYouCore 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 AppKit
13
+ import objc
14
+ from . import _metadata, _SharedWithYouCore
15
+
16
+ dir_func, getattr_func = objc.createFrameworkDirAndGetattr(
17
+ name="SharedWithYouCore",
18
+ frameworkIdentifier="com.apple.SharedWithYouCore",
19
+ frameworkPath=objc.pathForFramework(
20
+ "/System/Library/Frameworks/SharedWithYouCore.framework"
21
+ ),
22
+ globals_dict=globals(),
23
+ inline_list=None,
24
+ parents=(
25
+ _SharedWithYouCore,
26
+ AppKit,
27
+ ),
28
+ metadict=_metadata.__dict__,
29
+ )
30
+
31
+ globals()["__dir__"] = dir_func
32
+ globals()["__getattr__"] = getattr_func
33
+
34
+ for cls, sel in (
35
+ ("SWUpdateCollaborationParticipantsAction", b"init"),
36
+ ("SWUpdateCollaborationParticipantsAction", b"new"),
37
+ ("SWPersonIdentity", b"init"),
38
+ ("SWPersonIdentity", b"new"),
39
+ ("SWPerson", b"init"),
40
+ ("SWPerson", b"new"),
41
+ ("SWPersonIdentityProof", b"init"),
42
+ ("SWPersonIdentityProof", b"new"),
43
+ ("SWCollaborationMetadata", b"init"),
44
+ ("SWCollaborationMetadata", b"new"),
45
+ ("SWCollaborationOption", b"init"),
46
+ ("SWCollaborationOption", b"new"),
47
+ ("SWStartCollaborationAction", b"init"),
48
+ ("SWStartCollaborationAction", b"new"),
49
+ ("SWCollaborationOptionsGroup", b"init"),
50
+ ("SWCollaborationOptionsGroup", b"new"),
51
+ ("SWCollaborationShareOptions", b"init"),
52
+ ("SWCollaborationShareOptions", b"new"),
53
+ ):
54
+ objc.registerUnavailableMethod(cls, sel)
55
+
56
+ del sys.modules["SharedWithYouCore._metadata"]
57
+
58
+
59
+ globals().pop("_setup")()
@@ -0,0 +1,111 @@
1
+ # This file is generated by objective.metadata
2
+ #
3
+ # Last update: Sun May 24 11:58:41 2026
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 = (
34
+ """$SharedWithYouCoreVersionNumber@d$UTCollaborationOptionsTypeIdentifier$"""
35
+ )
36
+ enums = """$$"""
37
+ misc.update({})
38
+ misc.update(
39
+ {
40
+ "SWCollaborationIdentifier": NewType("SWCollaborationIdentifier", str),
41
+ "SWLocalCollaborationIdentifier": NewType(
42
+ "SWLocalCollaborationIdentifier", str
43
+ ),
44
+ }
45
+ )
46
+ misc.update({})
47
+ r = objc.registerMetaDataForSelector
48
+ objc._updatingMetadata(True)
49
+ try:
50
+ r(
51
+ b"NSObject",
52
+ b"collaborationCoordinator:handleStartCollaborationAction:",
53
+ {
54
+ "required": True,
55
+ "retval": {"type": b"v"},
56
+ "arguments": {2: {"type": b"@"}, 3: {"type": b"@"}},
57
+ },
58
+ )
59
+ r(
60
+ b"NSObject",
61
+ b"collaborationCoordinator:handleUpdateCollaborationParticipantsAction:",
62
+ {
63
+ "required": True,
64
+ "retval": {"type": b"v"},
65
+ "arguments": {2: {"type": b"@"}, 3: {"type": b"@"}},
66
+ },
67
+ )
68
+ r(b"SWAction", b"isComplete", {"retval": {"type": b"Z"}})
69
+ r(b"SWCollaborationOption", b"isSelected", {"retval": {"type": b"Z"}})
70
+ r(b"SWCollaborationOption", b"setSelected:", {"arguments": {2: {"type": b"Z"}}})
71
+ finally:
72
+ objc._updatingMetadata(False)
73
+
74
+ objc.registerNewKeywordsFromSelector("SWCollaborationMetadata", b"init")
75
+ objc.registerNewKeywordsFromSelector(
76
+ "SWCollaborationMetadata", b"initWithCollaborationIdentifier:"
77
+ )
78
+ objc.registerNewKeywordsFromSelector(
79
+ "SWCollaborationMetadata", b"initWithLocalIdentifier:"
80
+ )
81
+ objc.registerNewKeywordsFromSelector("SWCollaborationOption", b"init")
82
+ objc.registerNewKeywordsFromSelector(
83
+ "SWCollaborationOption", b"initWithTitle:identifier:"
84
+ )
85
+ objc.registerNewKeywordsFromSelector("SWCollaborationOptionsGroup", b"init")
86
+ objc.registerNewKeywordsFromSelector(
87
+ "SWCollaborationOptionsGroup", b"initWithIdentifier:options:"
88
+ )
89
+ objc.registerNewKeywordsFromSelector("SWCollaborationShareOptions", b"init")
90
+ objc.registerNewKeywordsFromSelector("SWCollaborationShareOptions", b"initWithCoder:")
91
+ objc.registerNewKeywordsFromSelector(
92
+ "SWCollaborationShareOptions", b"initWithOptionsGroups:"
93
+ )
94
+ objc.registerNewKeywordsFromSelector(
95
+ "SWCollaborationShareOptions", b"initWithOptionsGroups:summary:"
96
+ )
97
+ objc.registerNewKeywordsFromSelector("SWPerson", b"init")
98
+ objc.registerNewKeywordsFromSelector(
99
+ "SWPerson", b"initWithHandle:identity:displayName:thumbnailImageData:"
100
+ )
101
+ objc.registerNewKeywordsFromSelector("SWPersonIdentity", b"init")
102
+ objc.registerNewKeywordsFromSelector("SWPersonIdentity", b"initWithRootHash:")
103
+ objc.registerNewKeywordsFromSelector("SWPersonIdentityProof", b"init")
104
+ objc.registerNewKeywordsFromSelector(
105
+ "SWSignedPersonIdentityProof", b"initWithPersonIdentityProof:signatureData:"
106
+ )
107
+ objc.registerNewKeywordsFromSelector("SWStartCollaborationAction", b"init")
108
+ objc.registerNewKeywordsFromSelector("SWUpdateCollaborationParticipantsAction", b"init")
109
+ expressions = {}
110
+
111
+ # END OF FILE
@@ -0,0 +1,68 @@
1
+ Metadata-Version: 2.4
2
+ Name: pyobjc-framework-SharedWithYouCore
3
+ Version: 12.2
4
+ Summary: Wrappers for the framework SharedWithYouCore 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
9
+ Keywords: PyObjC,SharedWithYouCore
10
+ Platform: MacOS X (>=13.0)
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 :: Only
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 :: Python :: 3.14
25
+ Classifier: Programming Language :: Python :: 3.15
26
+ Classifier: Programming Language :: Python :: Implementation :: CPython
27
+ Classifier: Programming Language :: Python :: Free Threading :: 3 - Stable
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.10
32
+ Description-Content-Type: text/x-rst; charset=UTF-8
33
+ Requires-Dist: pyobjc-core>=12.2
34
+ Requires-Dist: pyobjc-framework-Cocoa>=12.2
35
+ Dynamic: author
36
+ Dynamic: author-email
37
+ Dynamic: classifier
38
+ Dynamic: description
39
+ Dynamic: description-content-type
40
+ Dynamic: home-page
41
+ Dynamic: keywords
42
+ Dynamic: license
43
+ Dynamic: platform
44
+ Dynamic: requires-dist
45
+ Dynamic: requires-python
46
+ Dynamic: summary
47
+ Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
48
+ Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
49
+ Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
50
+
51
+
52
+ Wrappers for the "SharedWithYouCore" framework on macOS.
53
+
54
+ These wrappers don't include documentation, please check Apple's documentation
55
+ for information on how to use this framework and PyObjC's documentation
56
+ for general tips and tricks regarding the translation between Python
57
+ and (Objective-)C frameworks
58
+
59
+
60
+ Project links
61
+ -------------
62
+
63
+ * `Documentation <https://pyobjc.readthedocs.io/en/latest/>`_
64
+
65
+ * `Issue Tracker <https://github.com/ronaldoussoren/pyobjc/issues>`_
66
+
67
+ * `Repository <https://github.com/ronaldoussoren/pyobjc/>`_
68
+
@@ -0,0 +1,8 @@
1
+ SharedWithYouCore/_SharedWithYouCore.cpython-315t-darwin.so,sha256=_OaJpGDXUStuMnIkfs9TKOuFOgDk82bUbXdXJaxp7cg,84504
2
+ SharedWithYouCore/__init__.py,sha256=pb5_ui1jX4PKI0HY1EdtmyT5EsQiwQ8FDihjS1v9_rQ,1846
3
+ SharedWithYouCore/_metadata.py,sha256=KiZn7I0M2h-D9veXrkMetIBx7N1Y6CUujtMd-Yz8Gnk,3339
4
+ pyobjc_framework_sharedwithyoucore-12.2.dist-info/METADATA,sha256=qd3zdflDscKEEyNekgPMk9qVFtwxDaH4tuK7vursH6w,2536
5
+ pyobjc_framework_sharedwithyoucore-12.2.dist-info/WHEEL,sha256=_nP7yfUfwxmGX9RTJbiMJrobK8htS_8OhvZ4aYaIBs4,116
6
+ pyobjc_framework_sharedwithyoucore-12.2.dist-info/pyobjc-build-info.txt,sha256=Ri0Wl_rPog8K797Y9SwUgX2P5KgewvMu0uQOBhtk0lo,83
7
+ pyobjc_framework_sharedwithyoucore-12.2.dist-info/top_level.txt,sha256=nSU4tOgb1KW_O-rUxucree826N5WuTjpSv0p-O216x4,18
8
+ pyobjc_framework_sharedwithyoucore-12.2.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: false
4
+ Tag: cp315-cp315t-macosx_10_15_universal2
5
+
@@ -0,0 +1,3 @@
1
+ macOS 26.5 (25F71)
2
+ Apple clang version 21.0.0 (clang-2100.1.1.101)
3
+ SDK: macOS 26.5
@@ -0,0 +1 @@
1
+ SharedWithYouCore