pyobjc-framework-AppleScriptObjC
Wrappers for the framework AppleScriptObjC on macOS
What it is and what it does
This package wraps Apple's AppleScriptObjC framework, which is available on macOS 10.6 and later. It allows Python developers to access AppleScript functionality through Objective-C bindings, primarily for use within AppleScript-based application bundles. The package is part of the larger PyObjC project and depends on pyobjc-core and pyobjc-framework-Cocoa for its core functionality.
The framework is specialized and not intended for general-purpose use—it's designed for developers building AppleScript applications that need Python integration or for Python code that needs to interact with AppleScript-based macOS applications. The package provides raw Objective-C bindings without additional documentation, so users must refer to Apple's framework documentation and PyObjC's general translation guides to understand how to use it.
Use it for:
- Extend AppleScript-based macOS application bundles with Python code for additional functionality.
- Call AppleScript functionality from Python when building macOS automation scripts that need AppleScript integration.
- Integrate Python with existing AppleScript workflows in macOS environments.
- Access AppleScriptObjC framework features from Python for specialized macOS application development.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to Apple's AppleScriptObjC framework, enabling Python code to interact with AppleScript-based macOS application bundles through Objective-C.
Yes, if you are developing AppleScript-based macOS applications or need to integrate Python with AppleScript workflows. The package is actively maintained, has no known vulnerabilities, and carries a permissive MIT license. However, it is a specialized tool with limited applicability—install only if you specifically need AppleScript integration on macOS.
Install
pyobjc-framework-applescriptobjc on PyPI
pip
pip install pyobjc-framework-applescriptobjcuv
uv add pyobjc-framework-applescriptobjcpoetry
poetry add pyobjc-framework-applescriptobjcInstalling pyobjc-framework-AppleScriptObjC
Before you install
Low install friction with a pure-wheel distribution. Actively maintained with a release 3 days ago and recent repository activity. Requires pyobjc-core and pyobjc-framework-Cocoa as runtime dependencies.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal restrictions, making it suitable for both open-source and commercial projects.
Quickstart
pip install pyobjc-framework-applescriptobjc
import AppleScriptObjC
# Access AppleScriptObjC framework functionality through PyObjC bindings
macOS 10.6 or later required; Python 3.10 or later required; depends on pyobjc-core and pyobjc-framework-Cocoa.
Verify before relying
- Whether this framework is useful outside AppleScript-based application bundles, as the description suggests limited applicability for most users.
- Specific macOS version requirements beyond the general macOS X classifier.
- Whether Python 3.10+ is a hard requirement or if earlier versions are supported despite the classifier.
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 | 670,321/month — #5,409 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_applescriptobjc-12.2.2-py2.py3-none-any.whl
Keywords: PyObjC, AppleScriptObjC
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-AppleScriptKitProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjcPyObjC bridges Python and Objective-C, enabling…
permissive · top 15,000 on PyPI
pyobjc-framework-OSAKitProvides Python bindings to macOS's OSAKit…
permissive · top 15,000 on PyPI
pyobjc-corePyObjC-core provides the foundational bridge…
permissive · top 5,000 on PyPI
pyobjc-framework-SharedWithYouCoreProvides Python bindings for Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-NetworkProvides Python bindings to Apple's Network…
permissive · top 15,000 on PyPI
pyobjc-framework-ScriptingBridgeProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-SafariServicesProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-ExtensionKitProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pbxprojReads, modifies, and writes Xcode .pbxproj…
permissive · top 15,000 on PyPI