pyobjc-framework-Accounts
Wrappers for the framework Accounts on macOS
What it is and what it does
This package is a thin wrapper layer that exposes Apple's macOS Accounts framework to Python through PyObjC. It allows Python developers to call Objective-C methods and access classes from the native Accounts framework without writing Objective-C directly. The wrapper does not include its own documentation; instead, it relies on Apple's official Accounts framework documentation and PyObjC's general translation guides.
The package is part of the larger PyObjC project and serves developers who need programmatic access to system account information on macOS—such as retrieving stored credentials, querying account metadata, or integrating with system account services. It requires pyobjc-core and pyobjc-framework-Cocoa as dependencies and is restricted to macOS environments.
Use it for:
- Access stored account credentials from macOS system accounts within a Python application
- Query account metadata and properties for integration with macOS account services
- Build macOS-native applications that need to authenticate users via system accounts
- Automate account-related tasks on macOS by calling Accounts framework methods from Python
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to macOS's Accounts framework, allowing Python code to access and interact with system account credentials and account management features on macOS.
Yes, if you are developing on macOS and need programmatic access to the system Accounts framework. The package is actively maintained, has no known vulnerabilities, uses a permissive MIT license, and installs with low friction. It is only useful on macOS; Windows and Linux users cannot use it. Requires Python 3.10 or later.
Install
pyobjc-framework-accounts on PyPI
pip
pip install pyobjc-framework-accountsuv
uv add pyobjc-framework-accountspoetry
poetry add pyobjc-framework-accountsInstalling pyobjc-framework-Accounts
Before you install
Low install friction with a pure-Python wheel distribution. Actively maintained with a release 3 days ago and ongoing commits; requires pyobjc-core and pyobjc-framework-Cocoa as runtime dependencies.
License in practice
MIT license permits free use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects.
Quickstart
pip install pyobjc-framework-accounts
import Accounts
# Access Accounts framework classes and methods
# See Apple's Accounts framework documentation for available APIs
macOS operating system required; Python 3.10 or later; pyobjc-core and pyobjc-framework-Cocoa must be installed as dependencies
Verify before relying
- Whether the Accounts framework is available on all supported macOS versions or only recent ones
- Specific account types and operations the framework exposes beyond what Apple's documentation indicates
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 | 652,021/month — #5,546 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_accounts-12.2.2-py2.py3-none-any.whl
Keywords: PyObjC, Accounts
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-AuthenticationServicesProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-ExecutionPolicyProvides Python bindings for macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-NetworkProvides Python bindings to Apple's Network…
permissive · top 15,000 on PyPI
pyobjc-framework-PassKitProvides Python bindings to Apple's PassKit…
permissive · top 15,000 on PyPI
pyobjc-framework-AppTrackingTransparencyProvides 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-VideoSubscriberAccountProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-SafariServicesProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-KernelManagementProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-ScreenSaverProvides Python bindings to macOS's ScreenSaver…
permissive · top 15,000 on PyPI