skillfed

pyobjc-framework-DiscRecording

Wrappers for the framework DiscRecording on macOS

pyobjc-framework-discrecording v12.2.2 662.1K downloads/30d#5,440 on PyPI803
Permissive license MIT Active released

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

uv

uv add pyobjc-framework-discrecording

poetry

poetry add pyobjc-framework-discrecording

Installing 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

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 disc recording pythondvd cd burning pythonmacos media recording apipyobjc discrecordingobjective-c framework wrappermacos disc authoring
macos-onlyobjective-c-bindingshardware-control

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

pycdlib

PyCdlib is a pure Python library for parsing,…

copyleft · top 5,000 on PyPI

pyobjc-framework-DiscRecordingUI

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-DVDPlayback

Provides Python bindings to macOS's DVDPlayback…

permissive · top 15,000 on PyPI

pyobjc-framework-ReplayKit

Provides Python bindings to Apple's ReplayKit…

permissive · top 15,000 on PyPI

pyobjc-framework-MediaPlayer

Provides Python bindings to macOS's MediaPlayer…

permissive · top 15,000 on PyPI

pyobjc-framework-MediaToolbox

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-MediaExtension

Provides Python bindings to Apple'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-Photos

Provides Python bindings to macOS's Photos…

permissive · top 15,000 on PyPI

pyobjc-framework-CoreMediaIO

Provides Python bindings to Apple's CoreMediaIO…

permissive · top 15,000 on PyPI