pyobjc-framework-AppleScriptKit 9.1.1__py2.py3-none-any.whl → 10.0__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.
@@ -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 AppKit
11
- import objc
12
- from AppleScriptKit import _metadata
13
-
14
- sys.modules["AppleScriptKit"] = mod = objc.ObjCLazyModule(
15
- "AppleScriptKit",
16
- "com.apple.AppleScriptKit",
17
- objc.pathForFramework("/System/Library/Frameworks/AppleScriptKit.framework"),
18
- _metadata.__dict__,
19
- None,
20
- {
21
- "__doc__": __doc__,
22
- "objc": objc,
23
- "__path__": __path__,
24
- "__loader__": globals().get("__loader__", None),
25
- },
26
- (AppKit,),
27
- )
28
-
29
-
30
- del sys.modules["AppleScriptKit._metadata"]
8
+
9
+ def _setup():
10
+ import sys
11
+
12
+ import AppKit
13
+ import objc
14
+ from . import _metadata
15
+
16
+ dir_func, getattr_func = objc.createFrameworkDirAndGetattr(
17
+ name="AppleScriptKit",
18
+ frameworkIdentifier="com.apple.AppleScriptKit",
19
+ frameworkPath=objc.pathForFramework(
20
+ "/System/Library/Frameworks/AppleScriptKit.framework"
21
+ ),
22
+ globals_dict=globals(),
23
+ inline_list=None,
24
+ parents=(AppKit,),
25
+ metadict=_metadata.__dict__,
26
+ )
27
+
28
+ globals()["__dir__"] = dir_func
29
+ globals()["__getattr__"] = getattr_func
30
+
31
+ del sys.modules["AppleScriptKit._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: Sun Feb 20 18:27:54 2022
3
+ # Last update: Sat Jul 1 14:11:17 2023
4
4
  #
5
5
  # flake8: noqa
6
6
 
@@ -34,6 +34,7 @@ constants = """$$"""
34
34
  enums = """$$"""
35
35
  misc.update({})
36
36
  misc.update({})
37
+ misc.update({})
37
38
  expressions = {}
38
39
 
39
40
  # END OF FILE
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-AppleScriptKit
3
- Version: 9.1.1
3
+ Version: 10.0
4
4
  Summary: Wrappers for the framework AppleScriptKit on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -18,23 +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
26
  Classifier: Programming Language :: Python :: Implementation :: CPython
27
27
  Classifier: Programming Language :: Objective C
28
28
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
29
29
  Classifier: Topic :: Software Development :: User Interfaces
30
- Requires-Python: >=3.7
30
+ Requires-Python: >=3.8
31
31
  Description-Content-Type: text/x-rst; charset=UTF-8
32
32
  License-File: LICENSE.txt
33
33
  Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
34
34
  Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
35
35
  Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
36
- Requires-Dist: pyobjc-core (>=9.1.1)
37
- Requires-Dist: pyobjc-framework-Cocoa (>=9.1.1)
36
+ Requires-Dist: pyobjc-core >=10.0
37
+ Requires-Dist: pyobjc-framework-Cocoa >=10.0
38
38
 
39
39
 
40
40
  Wrappers for framework 'AppleScriptKit'.
@@ -0,0 +1,7 @@
1
+ AppleScriptKit/__init__.py,sha256=HzatSfY6bVv_eh7efZWklFDtlT5H_UcgH8-lMSQNCgA,857
2
+ AppleScriptKit/_metadata.py,sha256=LRTgPNT5pzt9GFZY0873fYgsEicwWrAvb9mJIQuZHl0,515
3
+ pyobjc_framework_AppleScriptKit-10.0.dist-info/LICENSE.txt,sha256=Vg9jjlooYr7zwJPEU4XJbglAL2nrA8D_FGJjJqycXJs,1249
4
+ pyobjc_framework_AppleScriptKit-10.0.dist-info/METADATA,sha256=Qkc550px4df9sizdK7f941MhUVdqpnWajK7yyadKqho,2210
5
+ pyobjc_framework_AppleScriptKit-10.0.dist-info/WHEEL,sha256=iYlv5fX357PQyRT2o6tw1bN-YcKFFHKqB_LwHO5wP-g,110
6
+ pyobjc_framework_AppleScriptKit-10.0.dist-info/top_level.txt,sha256=D1VhV4R6PEoKmnYN20Yh1diAYK0QjjeWx7uS3nmmunE,15
7
+ pyobjc_framework_AppleScriptKit-10.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.38.1)
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,7 +0,0 @@
1
- AppleScriptKit/__init__.py,sha256=4Q0ECwJj0AVz1qbdlKpnTNbE1Ebam-m0KyS0HFeZao4,722
2
- AppleScriptKit/_metadata.py,sha256=96VFoDyqMfpZjcfM60W_S69YutKwW8g7sbLoTiav00w,499
3
- pyobjc_framework_AppleScriptKit-9.1.1.dist-info/LICENSE.txt,sha256=Vg9jjlooYr7zwJPEU4XJbglAL2nrA8D_FGJjJqycXJs,1249
4
- pyobjc_framework_AppleScriptKit-9.1.1.dist-info/METADATA,sha256=DKFI0UvvndQcuMz3RPPPUw1K_xoKW4df_vgstrrafKs,2216
5
- pyobjc_framework_AppleScriptKit-9.1.1.dist-info/WHEEL,sha256=unfA4MOaH0icIyIA5oH6E2sn2Hq5zKtLlHsWapZGwes,110
6
- pyobjc_framework_AppleScriptKit-9.1.1.dist-info/top_level.txt,sha256=D1VhV4R6PEoKmnYN20Yh1diAYK0QjjeWx7uS3nmmunE,15
7
- pyobjc_framework_AppleScriptKit-9.1.1.dist-info/RECORD,,