pyobjc-framework-MetalPerformanceShadersGraph 11.0__py2.py3-none-any.whl → 12.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.
- MetalPerformanceShadersGraph/_metadata.py +23 -139
- {pyobjc_framework_MetalPerformanceShadersGraph-11.0.dist-info → pyobjc_framework_metalperformanceshadersgraph-12.0.dist-info}/METADATA +20 -7
- pyobjc_framework_metalperformanceshadersgraph-12.0.dist-info/RECORD +7 -0
- {pyobjc_framework_MetalPerformanceShadersGraph-11.0.dist-info → pyobjc_framework_metalperformanceshadersgraph-12.0.dist-info}/WHEEL +1 -1
- pyobjc_framework_metalperformanceshadersgraph-12.0.dist-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_MetalPerformanceShadersGraph-11.0.dist-info/RECORD +0 -7
- pyobjc_framework_MetalPerformanceShadersGraph-11.0.dist-info/pyobjc-build-info.txt +0 -3
- {pyobjc_framework_MetalPerformanceShadersGraph-11.0.dist-info → pyobjc_framework_metalperformanceshadersgraph-12.0.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: Fri Aug 8 15:58:39 2025
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -31,44 +31,49 @@ else:
|
|
|
31
31
|
|
|
32
32
|
misc = {}
|
|
33
33
|
constants = """$$"""
|
|
34
|
-
enums = """$MPSGraphDeploymentPlatformIOS@1$MPSGraphDeploymentPlatformMacOS@0$MPSGraphDeploymentPlatformTvOS@2$MPSGraphDeploymentPlatformVisionOS@3$MPSGraphDeviceTypeMetal@0$MPSGraphExecutionStageCompleted@0$MPSGraphFFTScalingModeNone@0$MPSGraphFFTScalingModeSize@1$MPSGraphFFTScalingModeUnitary@2$MPSGraphLossReductionTypeAxis@0$MPSGraphLossReductionTypeMean@2$MPSGraphLossReductionTypeNone@0$MPSGraphLossReductionTypeSum@1$MPSGraphNonMaximumSuppressionCoordinateModeCentersHeightFirst@2$MPSGraphNonMaximumSuppressionCoordinateModeCentersWidthFirst@3$MPSGraphNonMaximumSuppressionCoordinateModeCornersHeightFirst@0$MPSGraphNonMaximumSuppressionCoordinateModeCornersWidthFirst@1$MPSGraphOptimizationLevel0@0$MPSGraphOptimizationLevel1@1$MPSGraphOptimizationProfilePerformance@0$MPSGraphOptimizationProfilePowerEfficiency@1$MPSGraphOptionsDefault@1$MPSGraphOptionsNone@0$MPSGraphOptionsSynchronizeResults@1$MPSGraphOptionsVerbose@2$MPSGraphPaddingModeAntiPeriodic@6$MPSGraphPaddingModeClampToEdge@3$MPSGraphPaddingModeConstant@0$MPSGraphPaddingModePeriodic@5$MPSGraphPaddingModeReflect@1$MPSGraphPaddingModeSymmetric@2$MPSGraphPaddingModeZero@4$MPSGraphPaddingStyleExplicit@0$MPSGraphPaddingStyleExplicitOffset@3$MPSGraphPaddingStyleONNX_SAME_LOWER@4$MPSGraphPaddingStyleTF_SAME@2$MPSGraphPaddingStyleTF_VALID@1$MPSGraphPoolingReturnIndicesGlobalFlatten1D@1$MPSGraphPoolingReturnIndicesGlobalFlatten2D@2$MPSGraphPoolingReturnIndicesGlobalFlatten3D@3$MPSGraphPoolingReturnIndicesGlobalFlatten4D@4$MPSGraphPoolingReturnIndicesLocalFlatten1D@5$MPSGraphPoolingReturnIndicesLocalFlatten2D@6$MPSGraphPoolingReturnIndicesLocalFlatten3D@7$MPSGraphPoolingReturnIndicesLocalFlatten4D@8$MPSGraphPoolingReturnIndicesNone@0$MPSGraphRNNActivationHardSigmoid@4$MPSGraphRNNActivationNone@0$MPSGraphRNNActivationRelu@1$MPSGraphRNNActivationSigmoid@3$MPSGraphRNNActivationTanh@2$MPSGraphRandomDistributionNormal@1$MPSGraphRandomDistributionTruncatedNormal@2$MPSGraphRandomDistributionUniform@0$MPSGraphRandomNormalSamplingBoxMuller@1$MPSGraphRandomNormalSamplingInvCDF@0$MPSGraphReductionModeArgumentMax@5$MPSGraphReductionModeArgumentMin@4$MPSGraphReductionModeMax@1$MPSGraphReductionModeMin@0$MPSGraphReductionModeProduct@3$MPSGraphReductionModeSum@2$MPSGraphResizeBilinear@1$MPSGraphResizeNearest@0$MPSGraphResizeNearestRoundingModeCeil@2$MPSGraphResizeNearestRoundingModeFloor@3$MPSGraphResizeNearestRoundingModeRoundPreferCeil@0$MPSGraphResizeNearestRoundingModeRoundPreferFloor@1$MPSGraphResizeNearestRoundingModeRoundToEven@4$MPSGraphResizeNearestRoundingModeRoundToOdd@5$MPSGraphScatterModeAdd@0$MPSGraphScatterModeDiv@3$MPSGraphScatterModeMax@5$MPSGraphScatterModeMin@4$MPSGraphScatterModeMul@2$MPSGraphScatterModeSet@6$MPSGraphScatterModeSub@1$MPSGraphSparseStorageCOO@0$MPSGraphSparseStorageCSC@1$MPSGraphSparseStorageCSR@2$MPSGraphTensorNamedDataLayoutCHW@4$MPSGraphTensorNamedDataLayoutDHWIO@10$MPSGraphTensorNamedDataLayoutHW@6$MPSGraphTensorNamedDataLayoutHWC@5$MPSGraphTensorNamedDataLayoutHWIO@3$MPSGraphTensorNamedDataLayoutNCDHW@7$MPSGraphTensorNamedDataLayoutNCHW@0$MPSGraphTensorNamedDataLayoutNDHWC@8$MPSGraphTensorNamedDataLayoutNHWC@1$MPSGraphTensorNamedDataLayoutOIDHW@9$MPSGraphTensorNamedDataLayoutOIHW@2$"""
|
|
34
|
+
enums = """$MPSGraphDeploymentPlatformIOS@1$MPSGraphDeploymentPlatformMacOS@0$MPSGraphDeploymentPlatformTvOS@2$MPSGraphDeploymentPlatformVisionOS@3$MPSGraphDeviceTypeMetal@0$MPSGraphExecutionStageCompleted@0$MPSGraphFFTScalingModeNone@0$MPSGraphFFTScalingModeSize@1$MPSGraphFFTScalingModeUnitary@2$MPSGraphLossReductionTypeAxis@0$MPSGraphLossReductionTypeMean@2$MPSGraphLossReductionTypeNone@0$MPSGraphLossReductionTypeSum@1$MPSGraphNonMaximumSuppressionCoordinateModeCentersHeightFirst@2$MPSGraphNonMaximumSuppressionCoordinateModeCentersWidthFirst@3$MPSGraphNonMaximumSuppressionCoordinateModeCornersHeightFirst@0$MPSGraphNonMaximumSuppressionCoordinateModeCornersWidthFirst@1$MPSGraphOptimizationLevel0@0$MPSGraphOptimizationLevel1@1$MPSGraphOptimizationProfilePerformance@0$MPSGraphOptimizationProfilePowerEfficiency@1$MPSGraphOptionsDefault@1$MPSGraphOptionsNone@0$MPSGraphOptionsSynchronizeResults@1$MPSGraphOptionsVerbose@2$MPSGraphPaddingModeAntiPeriodic@6$MPSGraphPaddingModeClampToEdge@3$MPSGraphPaddingModeConstant@0$MPSGraphPaddingModePeriodic@5$MPSGraphPaddingModeReflect@1$MPSGraphPaddingModeSymmetric@2$MPSGraphPaddingModeZero@4$MPSGraphPaddingStyleExplicit@0$MPSGraphPaddingStyleExplicitOffset@3$MPSGraphPaddingStyleONNX_SAME_LOWER@4$MPSGraphPaddingStyleTF_SAME@2$MPSGraphPaddingStyleTF_VALID@1$MPSGraphPoolingReturnIndicesGlobalFlatten1D@1$MPSGraphPoolingReturnIndicesGlobalFlatten2D@2$MPSGraphPoolingReturnIndicesGlobalFlatten3D@3$MPSGraphPoolingReturnIndicesGlobalFlatten4D@4$MPSGraphPoolingReturnIndicesLocalFlatten1D@5$MPSGraphPoolingReturnIndicesLocalFlatten2D@6$MPSGraphPoolingReturnIndicesLocalFlatten3D@7$MPSGraphPoolingReturnIndicesLocalFlatten4D@8$MPSGraphPoolingReturnIndicesNone@0$MPSGraphRNNActivationHardSigmoid@4$MPSGraphRNNActivationNone@0$MPSGraphRNNActivationRelu@1$MPSGraphRNNActivationSigmoid@3$MPSGraphRNNActivationTanh@2$MPSGraphRandomDistributionNormal@1$MPSGraphRandomDistributionTruncatedNormal@2$MPSGraphRandomDistributionUniform@0$MPSGraphRandomNormalSamplingBoxMuller@1$MPSGraphRandomNormalSamplingInvCDF@0$MPSGraphReducedPrecisionFastMathAllowFP16Conv2DWinogradTransformIntermediate@2$MPSGraphReducedPrecisionFastMathAllowFP16Intermediates@2$MPSGraphReducedPrecisionFastMathDefault@0$MPSGraphReducedPrecisionFastMathNone@0$MPSGraphReductionModeArgumentMax@5$MPSGraphReductionModeArgumentMin@4$MPSGraphReductionModeMax@1$MPSGraphReductionModeMin@0$MPSGraphReductionModeProduct@3$MPSGraphReductionModeSum@2$MPSGraphResizeBilinear@1$MPSGraphResizeNearest@0$MPSGraphResizeNearestRoundingModeCeil@2$MPSGraphResizeNearestRoundingModeFloor@3$MPSGraphResizeNearestRoundingModeRoundPreferCeil@0$MPSGraphResizeNearestRoundingModeRoundPreferFloor@1$MPSGraphResizeNearestRoundingModeRoundToEven@4$MPSGraphResizeNearestRoundingModeRoundToOdd@5$MPSGraphScatterModeAdd@0$MPSGraphScatterModeDiv@3$MPSGraphScatterModeMax@5$MPSGraphScatterModeMin@4$MPSGraphScatterModeMul@2$MPSGraphScatterModeSet@6$MPSGraphScatterModeSub@1$MPSGraphSparseStorageCOO@0$MPSGraphSparseStorageCSC@1$MPSGraphSparseStorageCSR@2$MPSGraphTensorNamedDataLayoutCHW@4$MPSGraphTensorNamedDataLayoutDHWIO@10$MPSGraphTensorNamedDataLayoutHW@6$MPSGraphTensorNamedDataLayoutHWC@5$MPSGraphTensorNamedDataLayoutHWIO@3$MPSGraphTensorNamedDataLayoutNCDHW@7$MPSGraphTensorNamedDataLayoutNCHW@0$MPSGraphTensorNamedDataLayoutNDHWC@8$MPSGraphTensorNamedDataLayoutNHWC@1$MPSGraphTensorNamedDataLayoutOIDHW@9$MPSGraphTensorNamedDataLayoutOIHW@2$"""
|
|
35
35
|
misc.update(
|
|
36
36
|
{
|
|
37
|
-
"MPSGraphOptimizationProfile": NewType("MPSGraphOptimizationProfile", int),
|
|
38
|
-
"MPSGraphTensorNamedDataLayout": NewType("MPSGraphTensorNamedDataLayout", int),
|
|
39
37
|
"MPSGraphReductionMode": NewType("MPSGraphReductionMode", int),
|
|
40
|
-
"MPSGraphFFTScalingMode": NewType("MPSGraphFFTScalingMode", int),
|
|
41
|
-
"MPSGraphRNNActivation": NewType("MPSGraphRNNActivation", int),
|
|
42
38
|
"MPSGraphDeploymentPlatform": NewType("MPSGraphDeploymentPlatform", int),
|
|
43
|
-
"
|
|
39
|
+
"MPSGraphRNNActivation": NewType("MPSGraphRNNActivation", int),
|
|
40
|
+
"MPSGraphRandomDistribution": NewType("MPSGraphRandomDistribution", int),
|
|
44
41
|
"MPSGraphPaddingMode": NewType("MPSGraphPaddingMode", int),
|
|
45
|
-
"
|
|
46
|
-
|
|
47
|
-
),
|
|
42
|
+
"MPSGraphSparseStorageType": NewType("MPSGraphSparseStorageType", int),
|
|
43
|
+
"MPSGraphOptimization": NewType("MPSGraphOptimization", int),
|
|
48
44
|
"MPSGraphDeviceType": NewType("MPSGraphDeviceType", int),
|
|
45
|
+
"MPSGraphRandomNormalSamplingMethod": NewType(
|
|
46
|
+
"MPSGraphRandomNormalSamplingMethod", int
|
|
47
|
+
),
|
|
48
|
+
"MPSGraphOptimizationProfile": NewType("MPSGraphOptimizationProfile", int),
|
|
49
|
+
"MPSGraphFFTScalingMode": NewType("MPSGraphFFTScalingMode", int),
|
|
49
50
|
"MPSGraphPaddingStyle": NewType("MPSGraphPaddingStyle", int),
|
|
51
|
+
"MPSGraphReducedPrecisionFastMath": NewType(
|
|
52
|
+
"MPSGraphReducedPrecisionFastMath", int
|
|
53
|
+
),
|
|
54
|
+
"MPSGraphOptions": NewType("MPSGraphOptions", int),
|
|
50
55
|
"MPSGraphNonMaximumSuppressionCoordinateMode": NewType(
|
|
51
56
|
"MPSGraphNonMaximumSuppressionCoordinateMode", int
|
|
52
57
|
),
|
|
53
|
-
"
|
|
54
|
-
|
|
58
|
+
"MPSGraphPoolingReturnIndicesMode": NewType(
|
|
59
|
+
"MPSGraphPoolingReturnIndicesMode", int
|
|
60
|
+
),
|
|
55
61
|
"MPSGraphResizeMode": NewType("MPSGraphResizeMode", int),
|
|
56
62
|
"MPSGraphLossReductionType": NewType("MPSGraphLossReductionType", int),
|
|
57
63
|
"MPSGraphResizeNearestRoundingMode": NewType(
|
|
58
64
|
"MPSGraphResizeNearestRoundingMode", int
|
|
59
65
|
),
|
|
60
|
-
"
|
|
61
|
-
"MPSGraphRandomNormalSamplingMethod", int
|
|
62
|
-
),
|
|
66
|
+
"MPSGraphExecutionStage": NewType("MPSGraphExecutionStage", int),
|
|
63
67
|
"MPSGraphScatterMode": NewType("MPSGraphScatterMode", int),
|
|
64
|
-
"
|
|
65
|
-
"MPSGraphSparseStorageType": NewType("MPSGraphSparseStorageType", int),
|
|
68
|
+
"MPSGraphTensorNamedDataLayout": NewType("MPSGraphTensorNamedDataLayout", int),
|
|
66
69
|
}
|
|
67
70
|
)
|
|
68
71
|
misc.update({})
|
|
69
72
|
misc.update({})
|
|
70
73
|
aliases = {
|
|
71
74
|
"MPSGraphLossReductionTypeAxis": "MPSGraphLossReductionTypeNone",
|
|
75
|
+
"MPSGraphReducedPrecisionFastMathAllowFP16Intermediates": "MPSGraphReducedPrecisionFastMathAllowFP16Conv2DWinogradTransformIntermediate",
|
|
76
|
+
"MPSGraphReducedPrecisionFastMathDefault": "MPSGraphReducedPrecisionFastMathNone",
|
|
72
77
|
"MPSGraphOptionsDefault": "MPSGraphOptionsSynchronizeResults",
|
|
73
78
|
}
|
|
74
79
|
r = objc.registerMetaDataForSelector
|
|
@@ -638,128 +643,6 @@ try:
|
|
|
638
643
|
{"arguments": {2: {"type": "Z"}}},
|
|
639
644
|
)
|
|
640
645
|
r(b"MPSGraphSingleGateRNNDescriptor", b"training", {"retval": {"type": "Z"}})
|
|
641
|
-
r(
|
|
642
|
-
b"null",
|
|
643
|
-
b"concatTensors:dimension:interleave:name:",
|
|
644
|
-
{"arguments": {4: {"type": b"Z"}}},
|
|
645
|
-
)
|
|
646
|
-
r(
|
|
647
|
-
b"null",
|
|
648
|
-
b"controlDependencyWithOperations:dependentBlock:name:",
|
|
649
|
-
{
|
|
650
|
-
"arguments": {
|
|
651
|
-
3: {
|
|
652
|
-
"callable": {
|
|
653
|
-
"retval": {"type": b"@?"},
|
|
654
|
-
"arguments": {0: {"type": b"^v"}},
|
|
655
|
-
}
|
|
656
|
-
}
|
|
657
|
-
}
|
|
658
|
-
},
|
|
659
|
-
)
|
|
660
|
-
r(
|
|
661
|
-
b"null",
|
|
662
|
-
b"depthToSpace2DTensor:widthAxis:heightAxis:depthAxis:blockSize:usePixelShuffleOrder:name:",
|
|
663
|
-
{"arguments": {7: {"type": b"Z"}}},
|
|
664
|
-
)
|
|
665
|
-
r(
|
|
666
|
-
b"null",
|
|
667
|
-
b"depthToSpace2DTensor:widthAxisTensor:heightAxisTensor:depthAxisTensor:blockSize:usePixelShuffleOrder:name:",
|
|
668
|
-
{"arguments": {7: {"type": b"Z"}}},
|
|
669
|
-
)
|
|
670
|
-
r(
|
|
671
|
-
b"null",
|
|
672
|
-
b"forLoopWithLowerBound:upperBound:step:initialBodyArguments:body:name:",
|
|
673
|
-
{
|
|
674
|
-
"arguments": {
|
|
675
|
-
6: {
|
|
676
|
-
"callable": {
|
|
677
|
-
"retval": {"type": b"@?"},
|
|
678
|
-
"arguments": {0: {"type": b"^v"}},
|
|
679
|
-
}
|
|
680
|
-
}
|
|
681
|
-
}
|
|
682
|
-
},
|
|
683
|
-
)
|
|
684
|
-
r(
|
|
685
|
-
b"null",
|
|
686
|
-
b"forLoopWithNumberOfIterations:initialBodyArguments:body:name:",
|
|
687
|
-
{
|
|
688
|
-
"arguments": {
|
|
689
|
-
4: {
|
|
690
|
-
"callable": {
|
|
691
|
-
"retval": {"type": b"@?"},
|
|
692
|
-
"arguments": {0: {"type": b"^v"}},
|
|
693
|
-
}
|
|
694
|
-
}
|
|
695
|
-
}
|
|
696
|
-
},
|
|
697
|
-
)
|
|
698
|
-
r(
|
|
699
|
-
b"null",
|
|
700
|
-
b"ifWithPredicateTensor:thenBlock:elseBlock:name:",
|
|
701
|
-
{
|
|
702
|
-
"arguments": {
|
|
703
|
-
3: {
|
|
704
|
-
"callable": {
|
|
705
|
-
"retval": {"type": b"@?"},
|
|
706
|
-
"arguments": {0: {"type": b"^v"}},
|
|
707
|
-
}
|
|
708
|
-
},
|
|
709
|
-
4: {
|
|
710
|
-
"callable": {
|
|
711
|
-
"retval": {"type": b"@?"},
|
|
712
|
-
"arguments": {0: {"type": b"^v"}},
|
|
713
|
-
}
|
|
714
|
-
},
|
|
715
|
-
}
|
|
716
|
-
},
|
|
717
|
-
)
|
|
718
|
-
r(
|
|
719
|
-
b"null",
|
|
720
|
-
b"resizeTensor:size:mode:centerResult:alignCorners:layout:name:",
|
|
721
|
-
{"arguments": {5: {"type": b"Z"}, 6: {"type": b"Z"}}},
|
|
722
|
-
)
|
|
723
|
-
r(
|
|
724
|
-
b"null",
|
|
725
|
-
b"resizeTensor:sizeTensor:mode:centerResult:alignCorners:layout:name:",
|
|
726
|
-
{"arguments": {5: {"type": b"Z"}, 6: {"type": b"Z"}}},
|
|
727
|
-
)
|
|
728
|
-
r(
|
|
729
|
-
b"null",
|
|
730
|
-
b"resizeWithGradientTensor:input:mode:centerResult:alignCorners:layout:name:",
|
|
731
|
-
{"arguments": {5: {"type": b"Z"}, 6: {"type": b"Z"}}},
|
|
732
|
-
)
|
|
733
|
-
r(
|
|
734
|
-
b"null",
|
|
735
|
-
b"spaceToDepth2DTensor:widthAxis:heightAxis:depthAxis:blockSize:usePixelShuffleOrder:name:",
|
|
736
|
-
{"arguments": {7: {"type": b"Z"}}},
|
|
737
|
-
)
|
|
738
|
-
r(
|
|
739
|
-
b"null",
|
|
740
|
-
b"spaceToDepth2DTensor:widthAxisTensor:heightAxisTensor:depthAxisTensor:blockSize:usePixelShuffleOrder:name:",
|
|
741
|
-
{"arguments": {7: {"type": b"Z"}}},
|
|
742
|
-
)
|
|
743
|
-
r(
|
|
744
|
-
b"null",
|
|
745
|
-
b"whileWithInitialInputs:before:after:name:",
|
|
746
|
-
{
|
|
747
|
-
"arguments": {
|
|
748
|
-
3: {
|
|
749
|
-
"callable": {
|
|
750
|
-
"retval": {"type": b"@?"},
|
|
751
|
-
"arguments": {0: {"type": b"^v"}},
|
|
752
|
-
}
|
|
753
|
-
},
|
|
754
|
-
4: {
|
|
755
|
-
"callable": {
|
|
756
|
-
"retval": {"type": b"@?"},
|
|
757
|
-
"arguments": {0: {"type": b"^v"}},
|
|
758
|
-
}
|
|
759
|
-
},
|
|
760
|
-
}
|
|
761
|
-
},
|
|
762
|
-
)
|
|
763
646
|
finally:
|
|
764
647
|
objc._updatingMetadata(False)
|
|
765
648
|
|
|
@@ -785,6 +668,7 @@ objc.registerNewKeywordsFromSelector(
|
|
|
785
668
|
objc.registerNewKeywordsFromSelector(
|
|
786
669
|
"MPSGraphTensorData", b"initWithMTLBuffer:shape:dataType:rowBytes:"
|
|
787
670
|
)
|
|
671
|
+
objc.registerNewKeywordsFromSelector("MPSGraphTensorData", b"initWithMTLTensor:")
|
|
788
672
|
expressions = {}
|
|
789
673
|
|
|
790
674
|
# END OF FILE
|
|
@@ -1,18 +1,17 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-MetalPerformanceShadersGraph
|
|
3
|
-
Version:
|
|
3
|
+
Version: 12.0
|
|
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
|
|
@@ -24,17 +23,31 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.12
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.13
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.14
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.15
|
|
27
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
|
+
Classifier: Programming Language :: Python :: Free Threading :: 2 - Beta
|
|
28
29
|
Classifier: Programming Language :: Objective C
|
|
29
30
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
30
31
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
32
|
Requires-Python: >=3.9
|
|
32
33
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
34
|
+
Requires-Dist: pyobjc-core>=12.0
|
|
35
|
+
Requires-Dist: pyobjc-framework-MetalPerformanceShaders>=12.0
|
|
36
|
+
Dynamic: author
|
|
37
|
+
Dynamic: author-email
|
|
38
|
+
Dynamic: classifier
|
|
39
|
+
Dynamic: description
|
|
40
|
+
Dynamic: description-content-type
|
|
41
|
+
Dynamic: home-page
|
|
42
|
+
Dynamic: keywords
|
|
43
|
+
Dynamic: license
|
|
44
|
+
Dynamic: platform
|
|
45
|
+
Dynamic: requires-dist
|
|
46
|
+
Dynamic: requires-python
|
|
47
|
+
Dynamic: summary
|
|
33
48
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
34
49
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
35
50
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
36
|
-
Requires-Dist: pyobjc-core >=11.0
|
|
37
|
-
Requires-Dist: pyobjc-framework-MetalPerformanceShaders >=11.0
|
|
38
51
|
|
|
39
52
|
|
|
40
53
|
Wrappers for the "MetalPerformanceShadersGraph" framework on macOS.
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
MetalPerformanceShadersGraph/__init__.py,sha256=CO31tb-szkhbGarsJ__d3z-FrXV5PQwrjze50qTfVSs,961
|
|
2
|
+
MetalPerformanceShadersGraph/_metadata.py,sha256=GHMJUAEjq95CDsVyXMfsUMIAbN0XHnzHq_ilxZI-QW4,25953
|
|
3
|
+
pyobjc_framework_metalperformanceshadersgraph-12.0.dist-info/METADATA,sha256=hKrEkq2puzr5JS3MNB0Qslse7oPWCAdjDd9QKBlyi64,2645
|
|
4
|
+
pyobjc_framework_metalperformanceshadersgraph-12.0.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
5
|
+
pyobjc_framework_metalperformanceshadersgraph-12.0.dist-info/pyobjc-build-info.txt,sha256=DrbcGDJq0sVhQwFajghJ82j-HCBI07U1mQQig6N9ubs,85
|
|
6
|
+
pyobjc_framework_metalperformanceshadersgraph-12.0.dist-info/top_level.txt,sha256=jzyLuOPJGzGhRoS5xrMLtXTXoyhGZ5hEe7eJR-Lmluk,29
|
|
7
|
+
pyobjc_framework_metalperformanceshadersgraph-12.0.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
MetalPerformanceShadersGraph/__init__.py,sha256=CO31tb-szkhbGarsJ__d3z-FrXV5PQwrjze50qTfVSs,961
|
|
2
|
-
MetalPerformanceShadersGraph/_metadata.py,sha256=DjC8R4bs73NB3vtNy-IJ8Xq_7Jfmszg9AwWzFvnFySE,28926
|
|
3
|
-
pyobjc_framework_MetalPerformanceShadersGraph-11.0.dist-info/METADATA,sha256=YRLfsHKb5N-Dny71WaqDkq6wgEegktzCptoVI82txZ8,2333
|
|
4
|
-
pyobjc_framework_MetalPerformanceShadersGraph-11.0.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
|
5
|
-
pyobjc_framework_MetalPerformanceShadersGraph-11.0.dist-info/pyobjc-build-info.txt,sha256=R5YEsJoyZ8GByMQk4k_4WWEg6V4RNO715NMQwx6YaNI,85
|
|
6
|
-
pyobjc_framework_MetalPerformanceShadersGraph-11.0.dist-info/top_level.txt,sha256=jzyLuOPJGzGhRoS5xrMLtXTXoyhGZ5hEe7eJR-Lmluk,29
|
|
7
|
-
pyobjc_framework_MetalPerformanceShadersGraph-11.0.dist-info/RECORD,,
|