skillfed

pyobjc-framework-ColorSync

Wrappers for the framework ColorSync on Mac OS X

pyobjc-framework-colorsync v12.2.2 651.4K downloads/30d#5,550 on PyPI803
Permissive license MIT Active released

What it is and what it does

This package wraps Apple's ColorSync framework for use in Python, allowing macOS applications to access color management and color space conversion capabilities. It is part of the PyObjC project, which provides a bridge between Python and Objective-C frameworks on macOS. The wrapper does not include its own documentation; instead, users are directed to Apple's ColorSync documentation and PyObjC's general translation guides to understand how to call the underlying framework methods from Python.

The package is most useful for developers building macOS applications that need to work with color profiles, color spaces, or color synchronization features. It requires Python 3.10 or later and depends on pyobjc-core and pyobjc-framework-Cocoa, which handle the core Objective-C interop. The package is actively maintained and supports modern Python versions including 3.15.

Use it for:

  • Build macOS color management tools that read or write color profiles and ICC data.
  • Integrate color space conversion into Python-based image processing pipelines on macOS.
  • Develop macOS GUI applications using Cocoa that need native color synchronization.
  • Query system color profiles and color space information from Python on macOS.

Worth the install?

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

Provides Python bindings to macOS's ColorSync framework, enabling color management and color space operations from Python on macOS 10.13 or later.

Yes, if you are developing on macOS and need to access the ColorSync framework from Python. The package is actively maintained, has low install friction, uses a permissive license, and supports current Python versions. No security vulnerabilities are known. Install only if you are on macOS 10.13+; it will not work on other platforms.

Install

pyobjc-framework-colorsync on PyPI

pip

pip install pyobjc-framework-colorsync

uv

uv add pyobjc-framework-colorsync

poetry

poetry add pyobjc-framework-colorsync

Installing pyobjc-framework-ColorSync

Before you install

Low friction install with active maintenance. Released 3 days ago, last commit 2026-08-14, and supports current Python versions (3.10–3.15). Depends on pyobjc-core and pyobjc-framework-Cocoa, both part of the same stable PyObjC ecosystem.

License in practice

MIT license (permissive) means you can use, modify, and distribute this package freely in commercial and open-source projects with minimal restrictions.

Quickstart

pip install pyobjc-framework-colorsync

from ColorSync import ...
# Use ColorSync framework APIs via Python bindings

Requires macOS 10.13 or later and Python 3.10+; will not work on Windows or Linux.

Verify before relying

  • Whether the package includes type hints or stubs for IDE support.
  • Specific ColorSync APIs exposed and their completeness relative to the native framework.
  • Performance characteristics when calling color operations through the Python binding layer.

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 651,444/month — #5,550 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

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

Keywords: PyObjC, ColorSync

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 color management pythoncolorync framework wrapperpyobjc color syncmac color space operationsobjective-c color bindings
macos-onlyobjective-c-bridgecolor-management

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

Provides Python bindings to macOS's ScreenSaver…

permissive · top 15,000 on PyPI

pyobjc-framework-Photos

Provides Python bindings to macOS's Photos…

permissive · top 15,000 on PyPI

pyobjc-framework-MediaLibrary

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-SharedWithYouCore

Provides Python bindings for Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-SafariServices

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-libxpc

Provides Python bindings to the macOS XPC…

permissive · top 15,000 on PyPI

pyobjc-framework-Vision

Provides Python bindings to macOS's Vision…

permissive · top 5,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

colormath

Colormath performs color space conversions,…

permissive · top 15,000 on PyPI