pyobjc-framework-SecurityUI
Wrappers for the framework SecurityUI on macOS
What it is and what it does
pyobjc-framework-securityui is a thin wrapper layer that exposes Apple's macOS SecurityUI framework to Python developers. It is part of the larger PyObjC project, which bridges Python and Objective-C on macOS. The wrapper allows you to call SecurityUI classes and methods directly from Python code, but does not include its own documentation—you rely on Apple's native SecurityUI documentation and PyObjC's general translation guides to understand how to use it.
This package is useful when you need to display macOS security-related UI elements—such as keychain item selection dialogs or authentication prompts—from a Python application. It requires macOS and Python 3.10 or later, and depends on three other PyObjC framework packages. The project is actively maintained and has no known vulnerabilities.
Use it for:
- Display a macOS keychain item picker dialog in a Python application.
- Prompt users for security-related actions using native macOS UI components.
- Integrate macOS security framework features into cross-platform Python tools that run on macOS.
- Build Python-based system utilities that need to interact with macOS security services.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to macOS's SecurityUI framework, enabling access to security-related user interface components from Python code running on macOS.
Yes, if you are building a Python application on macOS that needs to display security-related UI elements. The package is actively maintained, has low install friction, carries a permissive license, and has no known vulnerabilities. Install only if you are on macOS and need SecurityUI specifically; it is not useful on other platforms.
Install
pyobjc-framework-securityui on PyPI
pip
pip install pyobjc-framework-securityuiuv
uv add pyobjc-framework-securityuipoetry
poetry add pyobjc-framework-securityuiInstalling pyobjc-framework-SecurityUI
Before you install
Low friction installation with a pure-Python wheel. Actively maintained as of 3 days ago with recent commits. Depends on three other PyObjC framework packages (pyobjc-core, pyobjc-framework-Cocoa, pyobjc-framework-Security), all of which are part of the same ecosystem.
License in practice
MIT license is permissive; you can use this package in commercial and proprietary projects with minimal restrictions, provided you retain the license notice.
Quickstart
pip install pyobjc-framework-securityui
from SecurityUI import SFChooseKeychainItemPanel
# Use SecurityUI framework classes directly
macOS only; requires Python 3.10 or later and a macOS system with the SecurityUI framework available.
Verify before relying
- Whether the SecurityUI framework is available on all supported macOS versions or only recent ones.
- Specific SecurityUI classes and methods exposed by this wrapper beyond the framework's native API.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — pyobjc-core, pyobjc-framework-Cocoa, pyobjc-framework-Security |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 517,724/month — #6,227 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_securityui-12.2.2-py2.py3-none-any.whl
Keywords: PyObjC, SecurityUI
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-SecurityInterfaceProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-SecurityProvides Python bindings to macOS's native…
permissive · top 5,000 on PyPI
pyobjc-framework-SecurityFoundationProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-LocalAuthenticationEmbeddedUIProvides Python bindings for macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-IOBluetoothUIProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-UserNotificationsUIProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-FileProviderUIProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-AccessibilityProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-SafariServicesProvides 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