skillfed

pyobjc-framework-PreferencePanes

Wrappers for the framework PreferencePanes on macOS

pyobjc-framework-preferencepanes v12.2.2 656.0K downloads/30d#5,500 on PyPI803
Permissive license MIT Active released

What it is and what it does

This package wraps Apple's PreferencePanes framework for use from Python, allowing developers to create preference pane plugins that integrate with macOS System Preferences. It is part of the PyObjC project and provides low-level bindings to the native framework rather than high-level abstractions.

To use it, you subclass the framework's classes and implement the required methods; the package itself does not provide tutorials or Python-specific documentation beyond pointing you to Apple's official framework docs and PyObjC's general translation guide. It is most useful for developers already familiar with both PyObjC and macOS system-level programming who need to build preference pane extensions.

Use it for:

  • Build a preference pane plugin for System Preferences to configure a macOS system utility or daemon written in Python
  • Create a GUI settings panel for a macOS application that integrates with the native System Preferences interface
  • Develop a system-wide configuration tool that runs as a preference pane rather than a standalone app

Worth the install?

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

Provides Python bindings to macOS's PreferencePanes framework, enabling you to build preference pane plugins for System Preferences using Python and PyObjC.

Yes, if you are building a preference pane for macOS and are already using PyObjC. The package is actively maintained, has no known vulnerabilities, and installs with low friction. However, it is a thin wrapper with no Python-specific documentation, so you should be comfortable reading Apple's framework docs and PyObjC's translation guide before committing to it.

Install

pyobjc-framework-preferencepanes on PyPI

pip

pip install pyobjc-framework-preferencepanes

uv

uv add pyobjc-framework-preferencepanes

poetry

poetry add pyobjc-framework-preferencepanes

Installing pyobjc-framework-PreferencePanes

Before you install

Low friction install with active maintenance. Released 3 days ago with recent commits, supported on Python 3.10 through 3.15. Depends on pyobjc-core and pyobjc-framework-Cocoa, both part of the same maintained project.

License in practice

MIT license permits commercial and private use with minimal restrictions; you need only include the license notice.

Quickstart

pip install pyobjc-framework-preferencepanes

from PreferencePanes import NSPreferencePane
# Subclass NSPreferencePane to build a preference pane plugin

Requires macOS; the PreferencePanes framework is not available on other operating systems.

Verify before relying

  • Whether this package works on Apple Silicon Macs or only Intel-based systems
  • Whether the preference pane plugins built with this can be distributed to end users or are development-only

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

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

Keywords: PyObjC, PreferencePanes

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 preference panes pythonsystem preferences plugin developmentpyobjc preferencepanesmacos cocoa bindingssystem preferences extension
macos-nativesystem-preferences

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

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-ExtensionKit

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-ThreadNetwork

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-SharedWithYou

Provides Python bindings for macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-SystemExtensions

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-NetworkExtension

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-ScreenSaver

Provides Python bindings to macOS's ScreenSaver…

permissive · top 15,000 on PyPI

pyobjc-framework-FSKit

Provides Python bindings to macOS's FSKit…

permissive · top 15,000 on PyPI

pyobjc-framework-NotificationCenter

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-Accounts

Provides Python bindings to macOS's Accounts…

permissive · top 15,000 on PyPI