skillfed

pyobjc-framework-SecurityUI

Wrappers for the framework SecurityUI on macOS

pyobjc-framework-securityui v12.2.2 517.7K downloads/30d#6,227 on PyPI803
Permissive license MIT Active released

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

uv

uv add pyobjc-framework-securityui

poetry

poetry add pyobjc-framework-securityui

Installing 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

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 security ui bindingspyobjc security frameworkmacos security dialogs pythonobjective-c security ui wrappermacos keychain ui accesspython macos security prompts
macos-onlyobjective-c-bindings

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

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-Security

Provides Python bindings to macOS's native…

permissive · top 5,000 on PyPI

pyobjc-framework-SecurityFoundation

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-LocalAuthenticationEmbeddedUI

Provides Python bindings for macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-IOBluetoothUI

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-UserNotificationsUI

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-FileProviderUI

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-Accessibility

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-SafariServices

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