pyobjc-framework-AVKit
Wrappers for the framework AVKit on macOS
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 on this page — 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
pyobjc-framework-avkit on PyPI
pip
pip install pyobjc-framework-avkituv
uv add pyobjc-framework-avkitpoetry
poetry add pyobjc-framework-avkitInstalling 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 the current Python release (>=3.10) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | 3 — pyobjc-core, pyobjc-framework-Cocoa, pyobjc-framework-Quartz |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 658,173/month — #5,471 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_avkit-12.2.2-cp310-cp310-macosx_10_9_universal2.whl; pyobjc_framework_avkit-12.2.2-cp311-cp311-macosx_10_9_universal2.whl; pyobjc_framework_avkit-12.2.2-cp312-cp312-macosx_10_13_universal2.whl; pyobjc_framework_avkit-12.2.2-cp313-cp313-macosx_10_13_universal2.whl; pyobjc_framework_avkit-12.2.2-cp313-cp313t-macosx_10_13_universal2.whl; pyobjc_framework_avkit-12.2.2-cp314-cp314-macosx_10_15_universal2.whl; pyobjc_framework_avkit-12.2.2-cp314-cp314t-macosx_10_15_universal2.whl; pyobjc_framework_avkit-12.2.2-cp315-cp315-macosx_10_15_universal2.whl; pyobjc_framework_avkit-12.2.2-cp315-cp315t-macosx_10_15_universal2.whl
Keywords: PyObjC, AVKit
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-MediaAccessibilityProvides Python bindings for the macOS…
permissive · top 15,000 on PyPI
pyobjc-framework-MediaPlayerProvides Python bindings to macOS's MediaPlayer…
permissive · top 15,000 on PyPI
pyobjc-framework-MediaLibraryProvides 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-GameControllerProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-CoreMediaIOProvides Python bindings to Apple's CoreMediaIO…
permissive · top 15,000 on PyPI
pyobjc-framework-AVFoundationProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-MediaToolboxProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-AudioVideoBridgingProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-SpriteKitProvides Python bindings to macOS's SpriteKit…
permissive · top 15,000 on PyPI