--- id: pyobjc-framework-mediatoolbox version: "12.2.2" license: MIT license_treatment: permissive maintenance: active --- # pyobjc-framework-MediaToolbox — Wrappers for the framework MediaToolbox on macOS License: permissive · Maintenance: active · Downloads: 655.9K/mo ## What it is and what it does This package is a thin wrapper around Apple's MediaToolbox framework, generated as part of the PyObjC project. It translates Objective-C APIs into Python bindings so that macOS developers can call MediaToolbox functions directly from Python code. The package does not include its own documentation; users must refer to Apple's official MediaToolbox documentation and PyObjC's general translation guidelines to understand how to use the framework. The package is macOS-specific and requires Python 3.10 or later. It depends on pyobjc-core and pyobjc-framework-Cocoa to function. Installation is straightforward on supported macOS systems, but the package is not available for Linux or Windows. The maintainer is active, with recent releases and ongoing repository maintenance. Use it for: - Access macOS media processing APIs from Python scripts or applications without writing Objective-C - Integrate media toolbox functionality into cross-platform Python tools that run on macOS - Prototype or automate media-related tasks using Python on macOS systems - Build macOS desktop applications in Python that require low-level media framework access ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Python bindings to Apple's MediaToolbox framework on macOS, enabling direct access to media processing and toolbox APIs from Python code. Yes, if you are on macOS and need direct access to the MediaToolbox framework from Python. The package is actively maintained, has no known vulnerabilities, and uses a permissive MIT license. Install friction is moderate due to macOS-only availability and Python version requirements, but pre-built wheels reduce build complexity. Not applicable on other operating systems. ## Install pip install pyobjc-framework-mediatoolbox uv add pyobjc-framework-mediatoolbox poetry add pyobjc-framework-mediatoolbox ## Installing pyobjc-framework-MediaToolbox Before you install: Medium install friction: macOS-only wheels across multiple Python versions (3.10–3.15) and architectures. Requires pyobjc-core and pyobjc-framework-Cocoa as dependencies. Active maintenance with a recent release (3 days old) and steady repository activity. License in practice: MIT license permits commercial and private use with minimal restrictions; suitable for most projects. Quickstart: pip install pyobjc-framework-mediatoolbox import MediaToolbox # Access MediaToolbox APIs via the framework binding macOS only; requires Python 3.10 or later and a compatible macOS version matching the wheel (10.9 or later depending on Python version). Verify before relying: - Specific MediaToolbox APIs exposed and their completeness relative to Apple's native framework - Performance characteristics or overhead of the Python-to-Objective-C bridge for media operations - Real-world usage patterns and whether this is actively used beyond the PyObjC maintainer ecosystem ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: medium - Maintenance: active - Downloads: 655.9K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags macos media toolbox python, pyobjc media framework, apple mediakit bindings, macos audio video processing, objective-c media toolbox wrapper, macos-only, media-processing, objective-c-bindings [View on SkillFed](https://skillfed.io/packages/pyobjc-framework-mediatoolbox) · [View on PyPI](https://pypi.org/project/pyobjc-framework-mediatoolbox/)