pyobjc-framework-DiscRecording
Wrappers for the framework DiscRecording on macOS
What it is and what it does
This package wraps Apple's DiscRecording framework, a macOS system framework for controlling disc burning and media recording hardware. It allows Python developers to programmatically burn DVDs, CDs, and other optical media on macOS by calling Objective-C framework methods from Python code.
The package is part of the larger PyObjC project and depends on pyobjc-core and pyobjc-framework-Cocoa to translate between Python and Objective-C. It does not include its own documentation; users must consult Apple's DiscRecording documentation and PyObjC's general translation guides to understand how to use the framework. The package is actively maintained, supports Python 3.10 through 3.15, and is distributed as pre-built wheels for macOS.
Use it for:
- Automate DVD or CD burning workflows in macOS applications without user interaction.
- Build command-line tools for batch media recording on macOS systems.
- Integrate disc recording capabilities into Python-based media management software.
- Control optical media hardware programmatically in macOS system utilities.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to Apple's DiscRecording framework on macOS, enabling programmatic control of disc burning and media recording operations.
Yes, if you are developing on macOS and need to control disc recording hardware from Python. The package is actively maintained, has no known vulnerabilities, uses a permissive MIT license, and supports current Python versions. Install only if you are on macOS; it is not portable to other operating systems.
Install
pyobjc-framework-discrecording on PyPI
pip
pip install pyobjc-framework-discrecordinguv
uv add pyobjc-framework-discrecordingpoetry
poetry add pyobjc-framework-discrecordingInstalling pyobjc-framework-DiscRecording
Before you install
Medium friction: requires macOS and a compatible Python version (3.10+). Distributed as pre-built wheels for recent Python versions (3.10–3.15) and macOS versions (10.9–10.15 depending on Python version). Actively maintained with a recent release.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for commercial and open-source projects alike.
Quickstart
pip install pyobjc-framework-discrecording
from DiscRecording import DRBurn
# Access DiscRecording framework classes via the imported module
macOS only; requires Python 3.10 or later and the Cocoa framework (installed as a runtime dependency).
Verify before relying
- Whether the package includes type hints or stubs for IDE autocomplete support.
- Level of API coverage compared to the full DiscRecording framework.
- Performance characteristics when burning large media files.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | 2 — pyobjc-core, pyobjc-framework-Cocoa |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 662,092/month — #5,440 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_discrecording-12.2.2-cp310-cp310-macosx_10_9_universal2.whl; pyobjc_framework_discrecording-12.2.2-cp311-cp311-macosx_10_9_universal2.whl; pyobjc_framework_discrecording-12.2.2-cp312-cp312-macosx_10_13_universal2.whl; pyobjc_framework_discrecording-12.2.2-cp313-cp313-macosx_10_13_universal2.whl; pyobjc_framework_discrecording-12.2.2-cp313-cp313t-macosx_10_13_universal2.whl; pyobjc_framework_discrecording-12.2.2-cp314-cp314-macosx_10_15_universal2.whl; pyobjc_framework_discrecording-12.2.2-cp314-cp314t-macosx_10_15_universal2.whl; pyobjc_framework_discrecording-12.2.2-cp315-cp315-macosx_10_15_universal2.whl; pyobjc_framework_discrecording-12.2.2-cp315-cp315t-macosx_10_15_universal2.whl
Keywords: PyObjC, DiscRecording
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
pycdlibPyCdlib is a pure Python library for parsing,…
copyleft · top 5,000 on PyPI
pyobjc-framework-DiscRecordingUIProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-DVDPlaybackProvides Python bindings to macOS's DVDPlayback…
permissive · top 15,000 on PyPI
pyobjc-framework-ReplayKitProvides Python bindings to Apple's ReplayKit…
permissive · top 15,000 on PyPI
pyobjc-framework-MediaPlayerProvides Python bindings to macOS's MediaPlayer…
permissive · top 15,000 on PyPI
pyobjc-framework-MediaToolboxProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-MediaExtensionProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-CoreMediaProvides Python bindings to macOS's CoreMedia…
permissive · top 15,000 on PyPI
pyobjc-framework-PhotosProvides Python bindings to macOS's Photos…
permissive · top 15,000 on PyPI
pyobjc-framework-CoreMediaIOProvides Python bindings to Apple's CoreMediaIO…
permissive · top 15,000 on PyPI