skillfed

pyobjc-framework-IOSurface

Wrappers for the framework IOSurface on macOS

pyobjc-framework-iosurface v12.2.2 650.4K downloads/30d#5,563 on PyPI803
Permissive license MIT Active released

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-iosurface

uv

uv add pyobjc-framework-iosurface

poetry

poetry add pyobjc-framework-iosurface

Installing 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: MacOS X :: CocoaIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: MacOS :: MacOS XProgramming Language :: Objective CProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.15Programming Language :: Python :: Free Threading :: 3 - StableProgramming Language :: Python :: Implementation :: CPythonTopic :: Software Development :: Libraries :: Python ModulesTopic :: Software Development :: User Interfaces

Tags

macos iosurface python bindingspyobjc iosurface frameworkshared memory surfaces macosgraphics buffer access macoscocoa iosurface wrapper
macos-onlygraphics-bindingspyobjc

More Python Modules packages

idna

Converts domain names between Unicode and…

permissive · top 100 on PyPI

setuptools

Setuptools is a Python build backend and…

permissive · top 100 on PyPI

PyYAML

PyYAML parses and emits YAML 1.1 data format,…

permissive · top 100 on PyPI

pydantic

Pydantic validates Python data structures…

permissive · top 100 on PyPI

annotated-types

Provides reusable metadata objects for use with…

permissive · top 100 on PyPI

typing-inspection

Provides runtime tools to inspect and…

permissive · top 100 on PyPI

pyobjc-framework-PhotosUI

Provides Python bindings to macOS's PhotosUI…

permissive · top 15,000 on PyPI

pyobjc-framework-Quartz

Provides Python bindings to macOS Quartz…

permissive · top 5,000 on PyPI

pyobjc-framework-ModelIO

Provides Python bindings to Apple's ModelIO…

permissive · top 15,000 on PyPI

pyobjc-framework-Photos

Provides Python bindings to macOS's Photos…

permissive · top 15,000 on PyPI

pyobjc-framework-SharedWithYouCore

Provides Python bindings for Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-MediaExtension

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-CoreMedia

Provides Python bindings to macOS's CoreMedia…

permissive · top 15,000 on PyPI

pyobjc-framework-MetalPerformanceShaders

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-Metal

Provides Python bindings to Apple's Metal…

permissive · top 15,000 on PyPI

pyobjc-framework-MediaPlayer

Provides Python bindings to macOS's MediaPlayer…

permissive · top 15,000 on PyPI