pyobjc-framework-MetalPerformanceShadersGraph 10.3.2__py2.py3-none-any.whl → 11.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.
- MetalPerformanceShadersGraph/_metadata.py +4 -1
- {pyobjc_framework_MetalPerformanceShadersGraph-10.3.2.dist-info → pyobjc_framework_metalperformanceshadersgraph-11.1.dist-info}/METADATA +20 -9
- pyobjc_framework_metalperformanceshadersgraph-11.1.dist-info/RECORD +7 -0
- {pyobjc_framework_MetalPerformanceShadersGraph-10.3.2.dist-info → pyobjc_framework_metalperformanceshadersgraph-11.1.dist-info}/WHEEL +1 -1
- pyobjc_framework_metalperformanceshadersgraph-11.1.dist-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_MetalPerformanceShadersGraph-10.3.2.dist-info/RECORD +0 -6
- {pyobjc_framework_MetalPerformanceShadersGraph-10.3.2.dist-info → pyobjc_framework_metalperformanceshadersgraph-11.1.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update:
|
|
3
|
+
# Last update: Tue Jun 11 10:15:24 2024
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -763,6 +763,9 @@ try:
|
|
|
763
763
|
finally:
|
|
764
764
|
objc._updatingMetadata(False)
|
|
765
765
|
|
|
766
|
+
objc.registerNewKeywordsFromSelector(
|
|
767
|
+
"MPSGraphExecutable", b"initWithCoreMLPackageAtURL:compilationDescriptor:"
|
|
768
|
+
)
|
|
766
769
|
objc.registerNewKeywordsFromSelector(
|
|
767
770
|
"MPSGraphExecutable", b"initWithMPSGraphPackageAtURL:compilationDescriptor:"
|
|
768
771
|
)
|
|
@@ -1,37 +1,48 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-MetalPerformanceShadersGraph
|
|
3
|
-
Version:
|
|
3
|
+
Version: 11.1
|
|
4
4
|
Summary: Wrappers for the framework MetalPerformanceShadersGraph on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
7
7
|
Author-email: pyobjc-dev@lists.sourceforge.net
|
|
8
|
-
License: MIT
|
|
8
|
+
License: MIT
|
|
9
9
|
Keywords: PyObjC,MetalPerformanceShadersGraph
|
|
10
|
-
Platform: MacOS X (>=
|
|
10
|
+
Platform: MacOS X (>=11.0)
|
|
11
11
|
Classifier: Development Status :: 5 - Production/Stable
|
|
12
12
|
Classifier: Environment :: Console
|
|
13
13
|
Classifier: Environment :: MacOS X :: Cocoa
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
16
15
|
Classifier: Natural Language :: English
|
|
17
16
|
Classifier: Operating System :: MacOS :: MacOS X
|
|
18
17
|
Classifier: Programming Language :: Python
|
|
19
18
|
Classifier: Programming Language :: Python :: 3
|
|
20
19
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
21
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
22
20
|
Classifier: Programming Language :: Python :: 3.9
|
|
23
21
|
Classifier: Programming Language :: Python :: 3.10
|
|
24
22
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
23
|
Classifier: Programming Language :: Python :: 3.12
|
|
26
24
|
Classifier: Programming Language :: Python :: 3.13
|
|
25
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
27
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
27
|
Classifier: Programming Language :: Objective C
|
|
29
28
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
30
29
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
|
-
Requires-Python: >=3.
|
|
30
|
+
Requires-Python: >=3.9
|
|
32
31
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
-
Requires-Dist: pyobjc-core>=
|
|
34
|
-
Requires-Dist: pyobjc-framework-MetalPerformanceShaders>=
|
|
32
|
+
Requires-Dist: pyobjc-core>=11.1
|
|
33
|
+
Requires-Dist: pyobjc-framework-MetalPerformanceShaders>=11.1
|
|
34
|
+
Dynamic: author
|
|
35
|
+
Dynamic: author-email
|
|
36
|
+
Dynamic: classifier
|
|
37
|
+
Dynamic: description
|
|
38
|
+
Dynamic: description-content-type
|
|
39
|
+
Dynamic: home-page
|
|
40
|
+
Dynamic: keywords
|
|
41
|
+
Dynamic: license
|
|
42
|
+
Dynamic: platform
|
|
43
|
+
Dynamic: requires-dist
|
|
44
|
+
Dynamic: requires-python
|
|
45
|
+
Dynamic: summary
|
|
35
46
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
36
47
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
37
48
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
MetalPerformanceShadersGraph/__init__.py,sha256=CO31tb-szkhbGarsJ__d3z-FrXV5PQwrjze50qTfVSs,961
|
|
2
|
+
MetalPerformanceShadersGraph/_metadata.py,sha256=DjC8R4bs73NB3vtNy-IJ8Xq_7Jfmszg9AwWzFvnFySE,28926
|
|
3
|
+
pyobjc_framework_metalperformanceshadersgraph-11.1.dist-info/METADATA,sha256=5Rdf1Hj9Qv-wmITmsZ-QQKQ2lNTLILdQJ-ObhyXF5Q0,2521
|
|
4
|
+
pyobjc_framework_metalperformanceshadersgraph-11.1.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
5
|
+
pyobjc_framework_metalperformanceshadersgraph-11.1.dist-info/pyobjc-build-info.txt,sha256=OfQNPl9BwB9fSU4KMztzne_AW50mIPMwZ9jSbPyMI-g,82
|
|
6
|
+
pyobjc_framework_metalperformanceshadersgraph-11.1.dist-info/top_level.txt,sha256=jzyLuOPJGzGhRoS5xrMLtXTXoyhGZ5hEe7eJR-Lmluk,29
|
|
7
|
+
pyobjc_framework_metalperformanceshadersgraph-11.1.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
MetalPerformanceShadersGraph/__init__.py,sha256=CO31tb-szkhbGarsJ__d3z-FrXV5PQwrjze50qTfVSs,961
|
|
2
|
-
MetalPerformanceShadersGraph/_metadata.py,sha256=jU_JUGQcFQXXkCvCKzA7jRNvXbvUBE9DH7WW3N6UXRk,28807
|
|
3
|
-
pyobjc_framework_MetalPerformanceShadersGraph-10.3.2.dist-info/METADATA,sha256=PBdxZb5v7-rfegDrsQ1EmTzU4drc_yUgB0voSn3l2uY,2336
|
|
4
|
-
pyobjc_framework_MetalPerformanceShadersGraph-10.3.2.dist-info/WHEEL,sha256=pxeNX5JdtCe58PUSYP9upmc7jdRPgvT0Gm9kb1SHlVw,109
|
|
5
|
-
pyobjc_framework_MetalPerformanceShadersGraph-10.3.2.dist-info/top_level.txt,sha256=jzyLuOPJGzGhRoS5xrMLtXTXoyhGZ5hEe7eJR-Lmluk,29
|
|
6
|
-
pyobjc_framework_MetalPerformanceShadersGraph-10.3.2.dist-info/RECORD,,
|