--- id: pyobjc-framework-avkit version: "12.2.2" license: MIT license_treatment: permissive maintenance: active --- # pyobjc-framework-AVKit — Wrappers for the framework AVKit on macOS License: permissive · Maintenance: active · Downloads: 658.2K/mo ## What it is and what it does pyobjc-framework-avkit is a thin wrapper layer that exposes Apple's AVKit framework to Python developers on macOS. It bridges the gap between Python and Objective-C, allowing you to call native AVKit APIs directly from Python code without writing Objective-C yourself. The package depends on pyobjc-core, pyobjc-framework-Cocoa, and pyobjc-framework-Quartz to provide the underlying bridging infrastructure. You use it when you need to integrate macOS audio or video playback capabilities into a Python application—for instance, building a media player, controlling playback from a desktop app, or accessing AVKit's media handling features. The package itself provides no documentation beyond Apple's official AVKit docs; you rely on PyObjC's general translation guide to map between Python and Objective-C idioms. Use it for: - Build a Python desktop media player on macOS that uses native AVKit playback controls. - Integrate audio or video playback into a macOS application written in Python. - Access AVKit media metadata or playback state from a Python script running on macOS. - Automate media handling tasks on macOS by calling AVKit APIs from Python. - Create a macOS GUI app that wraps AVKit functionality using PyObjC and Python. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Python bindings to macOS's AVKit framework, enabling programmatic access to audio and video playback controls and media handling on macOS. Yes, if you are developing on macOS and need native audio or video playback integration. The package is actively maintained, has no known vulnerabilities, and carries a permissive MIT license. Install friction is moderate due to platform lock-in (macOS only), but wheels are available for current Python versions. Not applicable for non-macOS platforms. ## Install pip install pyobjc-framework-avkit uv add pyobjc-framework-avkit poetry add pyobjc-framework-avkit ## Installing pyobjc-framework-AVKit Before you install: Medium install friction due to platform specificity—wheels are available for macOS only across Python 3.10–3.15, including free-threading variants. Active maintenance with a release 3 days old and recent commits signal ongoing support. License in practice: MIT license permits commercial and private use with minimal restrictions, making it suitable for most projects without licensing concerns. Quickstart: pip install pyobjc-framework-avkit import AVKit macOS only; requires Python 3.10 or later and macOS 10.9 or later. Verify before relying: - Whether AVKit bindings cover the full macOS 10.9+ API surface or a subset of commonly used methods. - Performance characteristics when handling large media files or real-time playback scenarios. - Compatibility with non-Intel macOS architectures beyond the universal2 wheel designation. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: medium - Maintenance: active - Downloads: 658.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags macos avkit python bindings, audio video playback macos, objective-c framework wrapper, macos media controls python, pyobjc avkit, macos cocoa audio video, macos-native, objective-c-bridge, media-playback [View on SkillFed](https://skillfed.io/packages/pyobjc-framework-avkit) · [View on PyPI](https://pypi.org/project/pyobjc-framework-avkit/)