pyobjc-framework-DataDetection 9.2__py2.py3-none-any.whl → 10.1__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.
- DataDetection/__init__.py +27 -23
- DataDetection/_metadata.py +1 -1
- {pyobjc_framework_DataDetection-9.2.dist-info → pyobjc_framework_DataDetection-10.1.dist-info}/METADATA +6 -5
- pyobjc_framework_DataDetection-10.1.dist-info/RECORD +6 -0
- {pyobjc_framework_DataDetection-9.2.dist-info → pyobjc_framework_DataDetection-10.1.dist-info}/WHEEL +1 -1
- pyobjc_framework_DataDetection-9.2.dist-info/RECORD +0 -6
- {pyobjc_framework_DataDetection-9.2.dist-info → pyobjc_framework_DataDetection-10.1.dist-info}/top_level.txt +0 -0
DataDetection/__init__.py
CHANGED
|
@@ -5,26 +5,30 @@ This module does not contain docstrings for the wrapped code, check Apple's
|
|
|
5
5
|
documentation for details on how to use these functions and classes.
|
|
6
6
|
"""
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
8
|
+
|
|
9
|
+
def _setup():
|
|
10
|
+
import sys
|
|
11
|
+
|
|
12
|
+
import Foundation
|
|
13
|
+
import objc
|
|
14
|
+
from . import _metadata
|
|
15
|
+
|
|
16
|
+
dir_func, getattr_func = objc.createFrameworkDirAndGetattr(
|
|
17
|
+
name="DataDetection",
|
|
18
|
+
frameworkIdentifier="com.apple.DataDetection",
|
|
19
|
+
frameworkPath=objc.pathForFramework(
|
|
20
|
+
"/System/Library/Frameworks/DataDetection.framework"
|
|
21
|
+
),
|
|
22
|
+
globals_dict=globals(),
|
|
23
|
+
inline_list=None,
|
|
24
|
+
parents=(Foundation,),
|
|
25
|
+
metadict=_metadata.__dict__,
|
|
26
|
+
)
|
|
27
|
+
|
|
28
|
+
globals()["__dir__"] = dir_func
|
|
29
|
+
globals()["__getattr__"] = getattr_func
|
|
30
|
+
|
|
31
|
+
del sys.modules["DataDetection._metadata"]
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
globals().pop("_setup")()
|
DataDetection/_metadata.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-DataDetection
|
|
3
|
-
Version:
|
|
3
|
+
Version: 10.1
|
|
4
4
|
Summary: Wrappers for the framework DataDetection on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -18,22 +18,23 @@ Classifier: Operating System :: MacOS :: MacOS X
|
|
|
18
18
|
Classifier: Programming Language :: Python
|
|
19
19
|
Classifier: Programming Language :: Python :: 3
|
|
20
20
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
21
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.8
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.9
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.10
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
26
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
27
28
|
Classifier: Programming Language :: Objective C
|
|
28
29
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
29
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
30
|
-
Requires-Python: >=3.
|
|
31
|
+
Requires-Python: >=3.8
|
|
31
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
32
33
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
33
34
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
34
35
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
35
|
-
Requires-Dist: pyobjc-core
|
|
36
|
-
Requires-Dist: pyobjc-framework-Cocoa
|
|
36
|
+
Requires-Dist: pyobjc-core >=10.1
|
|
37
|
+
Requires-Dist: pyobjc-framework-Cocoa >=10.1
|
|
37
38
|
|
|
38
39
|
|
|
39
40
|
Wrappers for the "DataDetection" framework on macOS.
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
DataDetection/__init__.py,sha256=9cOmQ53rV12TaFiYQqktBPpMuch4lhzJmZhM16ciWQ0,860
|
|
2
|
+
DataDetection/_metadata.py,sha256=I2Bx_UkHenoQ0czRosEMJv2IU3lY61Uy5U3Ri3ldEcM,781
|
|
3
|
+
pyobjc_framework_DataDetection-10.1.dist-info/METADATA,sha256=S1xTDXpKWtvgLn-xG42jOZUY0-oQhv1bNL9Ly9b3xUU,2253
|
|
4
|
+
pyobjc_framework_DataDetection-10.1.dist-info/WHEEL,sha256=iYlv5fX357PQyRT2o6tw1bN-YcKFFHKqB_LwHO5wP-g,110
|
|
5
|
+
pyobjc_framework_DataDetection-10.1.dist-info/top_level.txt,sha256=PWPjJceG0wcQ2egDbluEjDFbIOaRd74MDQ_PyQ8YR40,14
|
|
6
|
+
pyobjc_framework_DataDetection-10.1.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
DataDetection/__init__.py,sha256=54B_4TSZSW7GM-g7VX6hvtTHLyfe-mv8EWSXYNC1IXE,711
|
|
2
|
-
DataDetection/_metadata.py,sha256=O3dVcoiO_ff1SSMEx2mCm_yFi9l1l8Ry-F530pG6g6c,781
|
|
3
|
-
pyobjc_framework_DataDetection-9.2.dist-info/METADATA,sha256=s_q2F5txzY3KhEInF7HAK5U93qQocx1gkJVoNo6IBZk,2202
|
|
4
|
-
pyobjc_framework_DataDetection-9.2.dist-info/WHEEL,sha256=a-zpFRIJzOq5QfuhBzbhiA1eHTzNCJn8OdRvhdNX0Rk,110
|
|
5
|
-
pyobjc_framework_DataDetection-9.2.dist-info/top_level.txt,sha256=PWPjJceG0wcQ2egDbluEjDFbIOaRd74MDQ_PyQ8YR40,14
|
|
6
|
-
pyobjc_framework_DataDetection-9.2.dist-info/RECORD,,
|
|
File without changes
|