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 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
- import sys
9
-
10
- import Foundation
11
- import objc
12
- from . import _metadata
13
-
14
- sys.modules["DataDetection"] = mod = objc.ObjCLazyModule(
15
- "DataDetection",
16
- "com.apple.DataDetection",
17
- objc.pathForFramework("/System/Library/Frameworks/DataDetection.framework"),
18
- _metadata.__dict__,
19
- None,
20
- {
21
- "__doc__": __doc__,
22
- "objc": objc,
23
- "__path__": __path__,
24
- "__loader__": globals().get("__loader__", None),
25
- },
26
- (Foundation,),
27
- )
28
-
29
-
30
- del sys.modules["DataDetection._metadata"]
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")()
@@ -1,6 +1,6 @@
1
1
  # This file is generated by objective.metadata
2
2
  #
3
- # Last update: Fri Feb 17 21:39:26 2023
3
+ # Last update: Sat Jul 1 14:10:59 2023
4
4
  #
5
5
  # flake8: noqa
6
6
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-DataDetection
3
- Version: 9.2
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.7
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 (>=9.2)
36
- Requires-Dist: pyobjc-framework-Cocoa (>=9.2)
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,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.40.0)
2
+ Generator: bdist_wheel (0.41.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any
@@ -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,,