pyobjc-framework-MetalPerformanceShadersGraph
Wrappers for the framework MetalPerformanceShadersGraph on macOS
What it is and what it does
This package wraps Apple's MetalPerformanceShadersGraph framework, making it accessible from Python on macOS. It is part of the PyObjC project and provides low-level bindings to the underlying Objective-C framework without adding its own documentation layer—users rely on Apple's official framework documentation and PyObjC's general translation guides to understand the API.
The package is intended for developers building GPU-accelerated graph-based computations on macOS. It depends on pyobjc-core for the binding infrastructure and pyobjc-framework-MetalPerformanceShaders for related Metal functionality. Installation is straightforward via wheel distribution, and the package supports modern Python versions from 3.10 through 3.15.
Use it for:
- Build GPU-accelerated machine learning inference graphs on macOS using Apple's native Metal framework.
- Integrate MetalPerformanceShadersGraph into Python scientific computing pipelines for matrix and tensor operations.
- Develop macOS applications that offload graph computation to the GPU while maintaining Python control flow.
- Prototype and optimize GPU-based algorithms that target Apple Silicon or discrete Metal-capable GPUs.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to Apple's MetalPerformanceShadersGraph framework on macOS, enabling GPU-accelerated graph computation from Python code.
Yes, if you are developing on macOS and need direct access to MetalPerformanceShadersGraph for GPU-accelerated computation. The package is actively maintained, has no known vulnerabilities, and carries a permissive MIT license. The main constraint is that it is macOS-only and requires Python 3.10+; you will also need to consult Apple's framework documentation since the wrapper itself provides no high-level guidance.
Install
pyobjc-framework-metalperformanceshadersgraph on PyPI
pip
pip install pyobjc-framework-metalperformanceshadersgraphuv
uv add pyobjc-framework-metalperformanceshadersgraphpoetry
poetry add pyobjc-framework-metalperformanceshadersgraphInstalling pyobjc-framework-MetalPerformanceShadersGraph
Before you install
Low friction installation as a pure-Python wheel. Actively maintained with a recent release; repository shows steady activity and 803 stars.
License in practice
MIT license permits free use, modification, and distribution with minimal restrictions—straightforward for commercial and open-source projects.
Quickstart
import MetalPerformanceShadersGraph
# Access GPU-accelerated graph computation via the MetalPerformanceShadersGraph framework
# Refer to Apple's documentation and PyObjC guides for framework-specific usage patterns
macOS only; requires Python 3.10 or later; depends on pyobjc-core and pyobjc-framework-MetalPerformanceShaders
Verify before relying
- Whether the framework requires specific macOS versions or hardware capabilities beyond what the package metadata states.
- Performance characteristics and typical use patterns for graph-based workloads compared to direct Metal or other GPU frameworks.
- Completeness of the wrapper coverage relative to the full MetalPerformanceShadersGraph API surface.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — pyobjc-core, pyobjc-framework-MetalPerformanceShaders |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 648,831/month — #5,583 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_metalperformanceshadersgraph-12.2.2-py2.py3-none-any.whl
Keywords: PyObjC, MetalPerformanceShadersGraph
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
pyobjc-framework-MetalPerformanceShadersProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-MetalProvides Python bindings to Apple's Metal…
permissive · top 15,000 on PyPI
pyobjc-framework-MetalKitProvides Python bindings for Apple's MetalKit…
permissive · top 15,000 on PyPI
pyobjc-framework-MetalFXProvides Python bindings to Apple's MetalFX…
permissive · top 15,000 on PyPI
pyobjc-framework-NetworkProvides Python bindings to Apple's Network…
permissive · top 15,000 on PyPI
metal-sdkPython client library for indexing and querying…
permissive · top 15,000 on PyPI
pyobjc-framework-MLComputeProvides Python bindings to Apple's MLCompute…
permissive · top 15,000 on PyPI
pyobjc-framework-ThreadNetworkProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-SharedWithYouCoreProvides Python bindings for Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-ScreenSaverProvides Python bindings to macOS's ScreenSaver…
permissive · top 15,000 on PyPI