pyobjc-framework-MediaExtension
Wrappers for the framework MediaExtension on macOS
What it is and what it does
This package wraps Apple's MediaExtension framework, making it accessible from Python on macOS. It translates Objective-C APIs into Python bindings, allowing developers to interact with macOS media extension capabilities without writing Objective-C directly. The package is part of the PyObjC project and requires four runtime dependencies: pyobjc-core, pyobjc-framework-CoreMedia, pyobjc-framework-AVFoundation, and pyobjc-framework-Cocoa.
The bindings carry no embedded documentation—you must consult Apple's documentation for the MediaExtension framework and PyObjC's general translation guides to understand how to use it. This is a thin wrapper layer, not a high-level abstraction, so familiarity with both the underlying framework and PyObjC's bridge patterns is expected.
Use it for:
- Build macOS applications that need to process or extend media handling through native framework APIs
- Integrate Python scripts with macOS media extension capabilities for automation or custom media workflows
- Develop macOS tools combining media processing with other Cocoa frameworks via PyObjC
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to Apple's MediaExtension framework on macOS, enabling access to media processing capabilities through Objective-C interop.
Yes, if you are developing on macOS and need to access the MediaExtension framework from Python. The package is actively maintained, has no known vulnerabilities, and carries a permissive MIT license. Install friction is moderate due to platform and compiled-dependency constraints, inherent to PyObjC framework bindings. Not applicable on non-macOS platforms.
Install
pyobjc-framework-mediaextension on PyPI
pip
pip install pyobjc-framework-mediaextensionuv
uv add pyobjc-framework-mediaextensionpoetry
poetry add pyobjc-framework-mediaextensionInstalling pyobjc-framework-MediaExtension
Before you install
Medium install friction due to platform specificity and compiled wheel requirements. Package is actively maintained with a release 3 days ago and no known vulnerabilities. Requires macOS and depends on pyobjc-core, pyobjc-framework-CoreMedia, pyobjc-framework-AVFoundation, and pyobjc-framework-Cocoa.
License in practice
MIT license permits free use, modification, and distribution with minimal restrictions, suitable for both open-source and commercial projects.
Quickstart
pip install pyobjc-framework-mediaextension
import MediaExtension
macOS only; requires Python 3.10 or later; requires pyobjc-core and related framework packages
Verify before relying
- Whether MediaExtension framework availability varies across macOS versions beyond the wheel's stated minimum requirements
- Performance characteristics or latency overhead of the Python-to-Objective-C bridge for real-time media operations
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | 4 — pyobjc-core, pyobjc-framework-CoreMedia, pyobjc-framework-AVFoundation, pyobjc-framework-Cocoa |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 531,309/month — #6,154 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_mediaextension-12.2.2-cp310-cp310-macosx_10_9_universal2.whl; pyobjc_framework_mediaextension-12.2.2-cp311-cp311-macosx_10_9_universal2.whl; pyobjc_framework_mediaextension-12.2.2-cp312-cp312-macosx_10_13_universal2.whl; pyobjc_framework_mediaextension-12.2.2-cp313-cp313-macosx_10_13_universal2.whl; pyobjc_framework_mediaextension-12.2.2-cp313-cp313t-macosx_10_13_universal2.whl; pyobjc_framework_mediaextension-12.2.2-cp314-cp314-macosx_10_15_universal2.whl; pyobjc_framework_mediaextension-12.2.2-cp314-cp314t-macosx_10_15_universal2.whl; pyobjc_framework_mediaextension-12.2.2-cp315-cp315-macosx_10_15_universal2.whl; pyobjc_framework_mediaextension-12.2.2-cp315-cp315t-macosx_10_15_universal2.whl
Keywords: PyObjC, MediaExtension
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-BackgroundAssetsProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-MediaToolboxProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-PhotosProvides Python bindings to macOS's Photos…
permissive · top 15,000 on PyPI
pyobjc-framework-SystemExtensionsProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-CoreMediaProvides Python bindings to macOS's CoreMedia…
permissive · top 15,000 on PyPI
pyobjc-framework-iTunesLibraryProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-MediaPlayerProvides Python bindings to macOS's MediaPlayer…
permissive · top 15,000 on PyPI
pyobjc-framework-MediaAccessibilityProvides Python bindings for the macOS…
permissive · top 15,000 on PyPI
pyobjc-framework-MediaLibraryProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-IOSurfaceProvides Python bindings to macOS's IOSurface…
permissive · top 15,000 on PyPI