skillfed

pyobjc-framework-Accounts

Wrappers for the framework Accounts on macOS

pyobjc-framework-accounts v12.2.2 652.0K downloads/30d#5,546 on PyPI803
Permissive license MIT Active released

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

uv

uv add pyobjc-framework-accounts

poetry

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

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 accounts framework pythonpyobjc accounts bindingsystem account access macosobjective-c accounts wrappermacos credential management python
macos-nativeobjective-c-binding

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

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-ExecutionPolicy

Provides Python bindings for macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-Network

Provides Python bindings to Apple's Network…

permissive · top 15,000 on PyPI

pyobjc-framework-PassKit

Provides Python bindings to Apple's PassKit…

permissive · top 15,000 on PyPI

pyobjc-framework-AppTrackingTransparency

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

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-SafariServices

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-KernelManagement

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-ScreenSaver

Provides Python bindings to macOS's ScreenSaver…

permissive · top 15,000 on PyPI