skillfed

pyobjc-framework-DVDPlayback

Wrappers for the framework DVDPlayback on macOS

pyobjc-framework-dvdplayback v12.2.2 655.6K downloads/30d#5,511 on PyPI803
Permissive license MIT Active released

What it is and what it does

This package is a thin PyObjC wrapper around Apple's DVDPlayback framework, allowing Python code running on macOS to interact with DVD playback functionality at the system level. It does not provide its own implementation or documentation—instead, it translates between Python and Objective-C, exposing the underlying framework's classes and methods so you can call them from Python.

You would use this when you need to programmatically control DVD playback on a macOS machine from Python code. The package itself is stable and actively maintained, but you'll need to consult Apple's DVDPlayback documentation and PyObjC's translation guides to understand how to use the framework's APIs. It requires macOS, Python 3.10 or later, and depends on pyobjc-core and pyobjc-framework-Cocoa.

Use it for:

  • Build a macOS application that controls DVD playback programmatically from Python.
  • Automate DVD playback tasks in a macOS system utility or daemon.
  • Integrate DVD playback control into a larger PyObjC-based macOS GUI application.
  • Test or script DVD playback behavior on macOS for quality assurance or automation.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides Python bindings to macOS's DVDPlayback framework, enabling programmatic control of DVD playback on macOS systems through PyObjC.

Yes, if you are developing on macOS and need to control DVD playback from Python. The package is actively maintained, has no known vulnerabilities, and carries a permissive MIT license. The main caveat is that you must be comfortable reading Apple's DVDPlayback documentation and understanding PyObjC's Objective-C-to-Python translation model—this is a thin wrapper, not a high-level abstraction.

Install

pyobjc-framework-dvdplayback on PyPI

pip

pip install pyobjc-framework-dvdplayback

uv

uv add pyobjc-framework-dvdplayback

poetry

poetry add pyobjc-framework-dvdplayback

Installing pyobjc-framework-DVDPlayback

Before you install

Low install friction with a pure-wheel distribution. Actively maintained as of 3 days ago with recent commits and no known vulnerabilities. Depends on pyobjc-core and pyobjc-framework-Cocoa, which are standard PyObjC infrastructure.

License in practice

MIT license permits use in proprietary and open-source projects with minimal restrictions—include a copy of the license and you're clear.

Quickstart

pip install pyobjc-framework-dvdplayback

from DVDPlayback import DVDPlaybackController
# Use DVDPlayback framework classes via PyObjC bindings

macOS only; requires Python 3.10 or later and a macOS system with the DVDPlayback framework available.

Verify before relying

  • Whether DVD playback hardware or drivers are required on the target macOS system.
  • Compatibility with modern macOS versions beyond the classifiers listed (3.10–3.15).
  • Whether this package is actively used or if DVDPlayback framework itself is deprecated on current macOS.

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 2 — pyobjc-core, pyobjc-framework-Cocoa
Maintenance actively maintained — 3 days since the last release
Last repo commit
First released
Downloads 655,622/month — #5,511 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: pyobjc_framework_dvdplayback-12.2.2-py2.py3-none-any.whl

Keywords: PyObjC, DVDPlayback

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

dvd playback macos pythonpyobjc dvdplayback bindingsmacos dvd control pythonobjective-c dvd framework wrapperpyobjc framework dvdplayback
macos-onlyobjective-c-bindingsdvd-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-MediaPlayer

Provides Python bindings to macOS's MediaPlayer…

permissive · top 15,000 on PyPI

pyobjc-framework-DiscRecording

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-DeviceDiscoveryExtension

Provides Python bindings for Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-ScreenSaver

Provides Python bindings to macOS's ScreenSaver…

permissive · top 15,000 on PyPI

pyobjc-framework-AVKit

Provides Python bindings to macOS's AVKit…

permissive · top 15,000 on PyPI

pyobjc-framework-MediaExtension

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-Network

Provides Python bindings to Apple's Network…

permissive · top 15,000 on PyPI

pyobjc-framework-SharedWithYou

Provides Python bindings for macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-Cinematic

Provides Python bindings for Apple's Cinematic…

permissive · top 15,000 on PyPI

pyobjc-framework-FileProvider

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI