pyobjc-framework-PreferencePanes
Wrappers for the framework PreferencePanes on macOS
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-preferencepanesuv
uv add pyobjc-framework-preferencepanespoetry
poetry add pyobjc-framework-preferencepanesInstalling 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
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
pyobjc-framework-SystemConfigurationProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-ExtensionKitProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-ThreadNetworkProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-SharedWithYouProvides Python bindings for macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-SystemExtensionsProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-NetworkExtensionProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-ScreenSaverProvides Python bindings to macOS's ScreenSaver…
permissive · top 15,000 on PyPI
pyobjc-framework-FSKitProvides Python bindings to macOS's FSKit…
permissive · top 15,000 on PyPI
pyobjc-framework-NotificationCenterProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-AccountsProvides Python bindings to macOS's Accounts…
permissive · top 15,000 on PyPI