pyobjc-framework-MediaToolbox
Wrappers for the framework MediaToolbox on macOS
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 on this page — 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
pyobjc-framework-mediatoolbox on PyPI
pip
pip install pyobjc-framework-mediatoolboxuv
uv add pyobjc-framework-mediatoolboxpoetry
poetry add pyobjc-framework-mediatoolboxInstalling 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 the current Python release (>=3.10) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | 2 — pyobjc-core, pyobjc-framework-Cocoa |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 655,908/month — #5,504 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_mediatoolbox-12.2.2-cp310-cp310-macosx_10_9_universal2.whl; pyobjc_framework_mediatoolbox-12.2.2-cp311-cp311-macosx_10_9_universal2.whl; pyobjc_framework_mediatoolbox-12.2.2-cp312-cp312-macosx_10_13_universal2.whl; pyobjc_framework_mediatoolbox-12.2.2-cp313-cp313-macosx_10_13_universal2.whl; pyobjc_framework_mediatoolbox-12.2.2-cp313-cp313t-macosx_10_13_universal2.whl; pyobjc_framework_mediatoolbox-12.2.2-cp314-cp314-macosx_10_15_universal2.whl; pyobjc_framework_mediatoolbox-12.2.2-cp314-cp314t-macosx_10_15_universal2.whl; pyobjc_framework_mediatoolbox-12.2.2-cp315-cp315-macosx_10_15_universal2.whl; pyobjc_framework_mediatoolbox-12.2.2-cp315-cp315t-macosx_10_15_universal2.whl
Keywords: PyObjC, MediaToolbox
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-CoreMediaProvides Python bindings to macOS's CoreMedia…
permissive · top 15,000 on PyPI
pyobjc-framework-MediaExtensionProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-CoreMediaIOProvides Python bindings to Apple's CoreMediaIO…
permissive · top 15,000 on PyPI
pyobjc-framework-MediaPlayerProvides Python bindings to macOS's MediaPlayer…
permissive · top 15,000 on PyPI
pyobjc-framework-AVKitProvides Python bindings to macOS's AVKit…
permissive · top 15,000 on PyPI
pyobjc-framework-AudioVideoBridgingProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-DiscRecordingProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-PhotosUIProvides Python bindings to macOS's PhotosUI…
permissive · top 15,000 on PyPI
pyobjc-framework-VideoToolboxProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
toolbox-coreA Python SDK for connecting to and invoking…
permissive · top 15,000 on PyPI