skillfed

pyobjc-framework-AVKit

Wrappers for the framework AVKit on macOS

pyobjc-framework-avkit v12.2.2 658.2K downloads/30d#5,471 on PyPI803
Permissive license MIT Active released

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

uv

uv add pyobjc-framework-avkit

poetry

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

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 avkit python bindingsaudio video playback macosobjective-c framework wrappermacos media controls pythonpyobjc avkitmacos cocoa audio video
macos-nativeobjective-c-bridgemedia-playback

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

Provides Python bindings for the macOS…

permissive · top 15,000 on PyPI

pyobjc-framework-MediaPlayer

Provides Python bindings to macOS's MediaPlayer…

permissive · top 15,000 on PyPI

pyobjc-framework-MediaLibrary

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

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-CoreMediaIO

Provides Python bindings to Apple's CoreMediaIO…

permissive · top 15,000 on PyPI

pyobjc-framework-AVFoundation

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-MediaToolbox

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-AudioVideoBridging

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-SpriteKit

Provides Python bindings to macOS's SpriteKit…

permissive · top 15,000 on PyPI