--- id: pyobjc-framework-accounts version: "12.2.2" license: MIT license_treatment: permissive maintenance: active --- # pyobjc-framework-Accounts — Wrappers for the framework Accounts on macOS License: permissive · Maintenance: active · Downloads: 652.0K/mo ## 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 above — 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 pip install pyobjc-framework-accounts uv add pyobjc-framework-accounts poetry add pyobjc-framework-accounts ## Installing 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_current - Install friction: low - Maintenance: active - Downloads: 652.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags macOS accounts framework python, pyobjc accounts binding, system account access macos, objective-c accounts wrapper, macos credential management python, macos-native, objective-c-binding [View on SkillFed](https://skillfed.io/packages/pyobjc-framework-accounts) · [View on PyPI](https://pypi.org/project/pyobjc-framework-accounts/)