pyobjc-framework-DiscRecordingUI
Wrappers for the framework DiscRecordingUI on macOS
What it is and what it does
This package wraps Apple's DiscRecordingUI framework for use in Python, allowing you to access macOS disc recording user interface components from Python code. It is part of the PyObjC project and provides direct bindings to the underlying Objective-C framework without additional Python-level documentation—you rely on Apple's framework documentation and PyObjC's general translation guides to understand how to use it.
The package is macOS-only and requires Python 3.10 or later. It depends on pyobjc-core and two companion framework wrappers (pyobjc-framework-Cocoa and pyobjc-framework-DiscRecording). It is actively maintained and supports modern Python versions including free-threading builds.
Use it for:
- Build a macOS app that needs to present disc burning dialogs or UI components to users
- Integrate disc recording capabilities into a Python-based macOS desktop application
- Access DiscRecordingUI framework features from a PyObjC-based project without writing Objective-C
- Create cross-framework macOS applications that combine Cocoa UI with disc recording operations
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to macOS's DiscRecordingUI framework, enabling disc recording user interface functionality from Python code.
Yes, if you are building a macOS application in Python and need DiscRecordingUI framework access. The package is actively maintained, has no known vulnerabilities, uses a permissive license, and installs with low friction. It is macOS-only and requires Python 3.10+, so it is not suitable for cross-platform projects.
Install
pyobjc-framework-discrecordingui on PyPI
pip
pip install pyobjc-framework-discrecordinguiuv
uv add pyobjc-framework-discrecordinguipoetry
poetry add pyobjc-framework-discrecordinguiInstalling pyobjc-framework-DiscRecordingUI
Before you install
Low friction install with a pure-Python wheel. Actively maintained (last commit 2026-08-14, released 3 days ago) and supports current Python versions (3.10–3.15). Depends on pyobjc-core and two related framework wrappers.
License in practice
MIT license is permissive; you can use, modify, and distribute this package with minimal legal restrictions.
Quickstart
pip install pyobjc-framework-discrecordingui
from DiscRecordingUI import DRBurnSetupPanel
# Use DiscRecordingUI framework components
macOS only; requires Python 3.10 or later; DiscRecordingUI framework must be available on the target macOS version
Verify before relying
- Whether the package works on Apple Silicon (arm64) or Intel (x86_64) macOS, or both
- Whether DiscRecordingUI framework is available on all supported macOS versions
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — pyobjc-core, pyobjc-framework-Cocoa, pyobjc-framework-DiscRecording |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 655,851/month — #5,506 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_discrecordingui-12.2.2-py2.py3-none-any.whl
Keywords: PyObjC, DiscRecordingUI
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-DiscRecordingProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-ReplayKitProvides Python bindings to Apple's ReplayKit…
permissive · top 15,000 on PyPI
pycdlibPyCdlib is a pure Python library for parsing,…
copyleft · top 5,000 on PyPI
pyobjc-framework-LocalAuthenticationEmbeddedUIProvides Python bindings for macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-PhotosUIProvides Python bindings to macOS's PhotosUI…
permissive · top 15,000 on PyPI
pyobjc-framework-ScreenCaptureKitProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-FileProviderUIProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-CoreAudioKitProvides Python bindings for macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-AccessibilityProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-ScreenSaverProvides Python bindings to macOS's ScreenSaver…
permissive · top 15,000 on PyPI