skillfed

pyobjc-framework-MediaExtension

Wrappers for the framework MediaExtension on macOS

pyobjc-framework-mediaextension v12.2.2 531.3K downloads/30d#6,154 on PyPI803
Permissive license MIT Active released

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

uv

uv add pyobjc-framework-mediaextension

poetry

poetry add pyobjc-framework-mediaextension

Installing 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

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 media framework pythonpyobjc mediaextension bindingsobjective-c media extension wrappermacos media processing pythonapple mediaextension python apicocoa media framework bindingsmacos native media python
macos-nativeobjective-c-bridgemedia-framework

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

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-MediaToolbox

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-Photos

Provides Python bindings to macOS's Photos…

permissive · top 15,000 on PyPI

pyobjc-framework-SystemExtensions

Provides Python bindings to macOS'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-iTunesLibrary

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-MediaPlayer

Provides Python bindings to macOS's MediaPlayer…

permissive · top 15,000 on PyPI

pyobjc-framework-MediaAccessibility

Provides Python bindings for the macOS…

permissive · top 15,000 on PyPI

pyobjc-framework-MediaLibrary

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-IOSurface

Provides Python bindings to macOS's IOSurface…

permissive · top 15,000 on PyPI