--- id: pyobjc-framework-automaticassessmentconfiguration version: "12.2.2" license: MIT license_treatment: permissive maintenance: active --- # pyobjc-framework-AutomaticAssessmentConfiguration — Wrappers for the framework AutomaticAssessmentConfiguration on macOS License: permissive · Maintenance: active · Downloads: 655.4K/mo ## What it is and what it does This package is a PyObjC wrapper that exposes Apple's AutomaticAssessmentConfiguration framework to Python developers on macOS. It acts as a bridge between Python code and the underlying Objective-C framework, allowing you to call framework methods and access framework classes directly from Python. The package itself provides no documentation beyond pointing to Apple's framework documentation and PyObjC's general translation guides. It is maintained as part of the larger PyObjC project and supports modern Python versions (3.10 through 3.15, including free-threading variants). Installation is platform-specific—wheels are built only for macOS with universal2 architecture support. Use it for: - Build macOS applications that need to configure or query automatic assessment settings programmatically. - Integrate assessment configuration into Python-based macOS automation or testing frameworks. - Access AutomaticAssessmentConfiguration APIs from Python when building cross-platform tools that target macOS. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Python bindings to Apple's AutomaticAssessmentConfiguration framework on macOS, enabling programmatic access to assessment configuration APIs. Yes, if you are developing on macOS and need programmatic access to the AutomaticAssessmentConfiguration framework. The package is actively maintained, carries no known vulnerabilities, and uses a permissive license. Install friction is moderate due to platform specificity and dependency requirements, but this is unavoidable for Objective-C framework bindings. Not applicable on non-macOS platforms. ## Install pip install pyobjc-framework-automaticassessmentconfiguration uv add pyobjc-framework-automaticassessmentconfiguration poetry add pyobjc-framework-automaticassessmentconfiguration ## Installing pyobjc-framework-AutomaticAssessmentConfiguration Before you install: Medium install friction due to platform-specific wheels (macOS only, multiple Python versions). Active maintenance with recent release (3 days old) and steady repository activity. License in practice: MIT license permits free use, modification, and distribution with minimal restrictions—suitable for commercial and open-source projects. Quickstart: pip install pyobjc-framework-automaticassessmentconfiguration import AutomaticAssessmentConfiguration # Access framework classes via the imported module macOS only; requires Python 3.10 or later; requires pyobjc-core and pyobjc-framework-Cocoa as runtime dependencies. Verify before relying: - Whether AutomaticAssessmentConfiguration framework is available on all supported macOS versions (10.9 and later per wheel naming). - Specific use cases or applications that depend on this framework in production environments. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: medium - Maintenance: active - Downloads: 655.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags macos automatic assessment configuration, pyobjc framework bindings, apple assessment api python, macos cocoa framework wrapper, objective-c bridge python, macos-only, objective-c-bindings [View on SkillFed](https://skillfed.io/packages/pyobjc-framework-automaticassessmentconfiguration) · [View on PyPI](https://pypi.org/project/pyobjc-framework-automaticassessmentconfiguration/)