skillfed

pyobjc-framework-Quartz

Wrappers for the Quartz frameworks on macOS

pyobjc-framework-quartz v12.2.2 2.5M downloads/30d#3,039 on PyPI803
Permissive license MIT Active released

What it is and what it does

pyobjc-framework-quartz is a PyObjC bridge that exposes Apple's native Quartz graphics frameworks to Python on macOS. It wraps CoreGraphics (2D graphics based on PDF model), ImageIO (image reading/writing), QuartzCore (image processing and video manipulation), PDFKit (PDF file handling), and several other graphics-related frameworks. The package lets you call these native APIs directly from Python code, enabling graphics, image, and video operations that would otherwise require Objective-C or Swift.

The package depends on pyobjc-core and pyobjc-framework-Cocoa, and is macOS-only with wheels built for Python 3.10 through 3.15. It is actively maintained and production-stable, though the documentation relies on Apple's native framework docs and PyObjC's translation guides rather than Python-specific API reference.

Use it for:

  • Build macOS desktop applications that need native 2D graphics rendering via CoreGraphics.
  • Batch process images or PDFs using ImageIO and PDFKit from Python scripts on macOS.
  • Manipulate video frames and perform image processing with QuartzCore in macOS workflows.
  • Access iPhoto-like image views and effects via ImageKit and QuartzFilters in GUI applications.
  • Integrate with macOS-native graphics pipelines when porting or extending Objective-C code to Python.

Worth the install?

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

Provides Python bindings to macOS Quartz frameworks (CoreGraphics, ImageIO, QuartzCore, PDFKit, and others) for 2D graphics, image processing, video manipulation, and PDF handling on macOS.

Yes, if you are developing on macOS and need direct access to native Quartz graphics APIs from Python. The package is actively maintained, has no known vulnerabilities, and covers a broad set of graphics frameworks. Install friction is moderate due to macOS-only wheels and two runtime dependencies, but this is expected for PyObjC bindings. Not applicable on other operating systems.

Install

pyobjc-framework-quartz on PyPI

pip

pip install pyobjc-framework-quartz

uv

uv add pyobjc-framework-quartz

poetry

poetry add pyobjc-framework-quartz

Installing pyobjc-framework-Quartz

Before you install

Medium install friction: wheels are macOS-only (universal2 binaries for various Python versions and architectures) and require two runtime dependencies (pyobjc-core and pyobjc-framework-Cocoa). Package is actively maintained with a recent release (3 days old) and stable status.

License in practice

MIT license is permissive; you can use, modify, and distribute this package freely with minimal restrictions.

Quickstart

pip install pyobjc-framework-quartz

from Quartz import CoreGraphics
# Access CoreGraphics API for 2D graphics operations

macOS only; requires Python 3.10 or later and a macOS system with the Quartz frameworks available.

Verify before relying

  • Whether the package includes type hints or stubs for IDE support.
  • Performance characteristics when calling Quartz APIs from Python vs. native Objective-C.
  • Completeness of wrapper coverage for all Quartz framework APIs.

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 2,492,474/month — #3,039 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: pyobjc_framework_quartz-12.2.2-cp310-cp310-macosx_10_9_universal2.whl; pyobjc_framework_quartz-12.2.2-cp311-cp311-macosx_10_9_universal2.whl; pyobjc_framework_quartz-12.2.2-cp312-cp312-macosx_10_13_universal2.whl; pyobjc_framework_quartz-12.2.2-cp313-cp313-macosx_10_13_universal2.whl; pyobjc_framework_quartz-12.2.2-cp313-cp313t-macosx_10_13_universal2.whl; pyobjc_framework_quartz-12.2.2-cp314-cp314-macosx_10_15_universal2.whl; pyobjc_framework_quartz-12.2.2-cp314-cp314t-macosx_10_15_universal2.whl; pyobjc_framework_quartz-12.2.2-cp315-cp315-macosx_10_15_universal2.whl; pyobjc_framework_quartz-12.2.2-cp315-cp315t-macosx_10_15_universal2.whl

Keywords: PyObjC, Quartz, Quartz.CoreGraphics, Quartz.CoreVideo, Quartz.ImageIO, Quartz.ImageKit, Quartz.PDFKit, Quartz.QuartzComposer, Quartz.QuartzCore, Quartz.QuartzFilters, Quartz.QuickLookUI

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 graphics API bindingsCoreGraphics Python wrapperPDF manipulation macOSimage processing macOS nativeQuartz framework PythonPyObjC Quartz bindingsmacOS video manipulation
macos-nativegraphics-bindingspyobjc

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

Provides Python bindings to macOS's IOSurface…

permissive · top 15,000 on PyPI

pyobjc-framework-CoreMedia

Provides Python bindings to macOS's CoreMedia…

permissive · top 15,000 on PyPI

pyobjc-framework-ModelIO

Provides Python bindings to Apple's ModelIO…

permissive · top 15,000 on PyPI

pyobjc-framework-Metal

Provides Python bindings to Apple's Metal…

permissive · top 15,000 on PyPI

pyobjc-framework-MetalFX

Provides Python bindings to Apple's MetalFX…

permissive · top 15,000 on PyPI

pyobjc-framework-ScreenSaver

Provides Python bindings to macOS's ScreenSaver…

permissive · top 15,000 on PyPI

pyobjc-framework-Cinematic

Provides Python bindings for Apple's Cinematic…

permissive · top 15,000 on PyPI

pyobjc-framework-CoreMediaIO

Provides Python bindings to Apple's CoreMediaIO…

permissive · top 15,000 on PyPI

pyobjc-framework-MapKit

Provides Python bindings to Apple's MapKit…

permissive · top 15,000 on PyPI

pyobjc-framework-FSKit

Provides Python bindings to macOS's FSKit…

permissive · top 15,000 on PyPI