pyobjc-framework-IOSurface
Wrappers for the framework IOSurface on macOS
What it is and what it does
This package wraps Apple's IOSurface framework for use in Python, allowing developers to interact with macOS's shared memory surface objects. IOSurface is a low-level framework used internally by macOS for efficient graphics and media buffer sharing between processes. The wrapper translates Objective-C APIs into Python, making framework classes and methods callable from Python code.
The package is part of the larger PyObjC project and provides no embedded documentation—users must consult Apple's IOSurface documentation and PyObjC's general translation guides. It is intended for developers building graphics-intensive applications, media tools, or system-level software on macOS that need direct access to IOSurface primitives.
Use it for:
- Building macOS graphics applications that need to share buffers between processes via IOSurface.
- Accessing low-level media or video processing pipelines that rely on IOSurface for efficient memory management.
- Integrating Python code with native macOS frameworks that use IOSurface internally.
- Developing system utilities or performance-critical tools on macOS that require direct surface memory access.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to macOS's IOSurface framework, enabling access to shared memory surfaces used for graphics and media operations on macOS.
Yes, if you are developing on macOS and need direct access to IOSurface for graphics or media work. The package is actively maintained, has no known vulnerabilities, and installs cleanly. No, if you are not on macOS or do not need IOSurface specifically—this is a narrow, platform-specific binding with no cross-platform value.
Install
pyobjc-framework-iosurface on PyPI
pip
pip install pyobjc-framework-iosurfaceuv
uv add pyobjc-framework-iosurfacepoetry
poetry add pyobjc-framework-iosurfaceInstalling pyobjc-framework-IOSurface
Before you install
Low install friction with a pure-wheel distribution. Actively maintained with a release 3 days old and recent commits; depends on pyobjc-core and pyobjc-framework-Cocoa.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal legal constraints.
Quickstart
pip install pyobjc-framework-iosurface
import IOSurface
# Access IOSurface framework classes and methods
macOS only; requires Python 3.10 or later.
Verify before relying
- Whether IOSurface access is needed for typical graphics or media workflows versus specialized use cases.
- Performance characteristics and memory overhead of the Python wrapper layer.
- Specific IOSurface capabilities exposed by this wrapper beyond framework access.
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-Cocoa |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 650,419/month — #5,563 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_iosurface-12.2.2-py2.py3-none-any.whl
Keywords: PyObjC, IOSurface
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-PhotosUIProvides Python bindings to macOS's PhotosUI…
permissive · top 15,000 on PyPI
pyobjc-framework-QuartzProvides Python bindings to macOS Quartz…
permissive · top 5,000 on PyPI
pyobjc-framework-ModelIOProvides Python bindings to Apple's ModelIO…
permissive · top 15,000 on PyPI
pyobjc-framework-PhotosProvides Python bindings to macOS's Photos…
permissive · top 15,000 on PyPI
pyobjc-framework-SharedWithYouCoreProvides Python bindings for Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-MediaExtensionProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-CoreMediaProvides Python bindings to macOS's CoreMedia…
permissive · top 15,000 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-MediaPlayerProvides Python bindings to macOS's MediaPlayer…
permissive · top 15,000 on PyPI