skillfed

pyobjc-framework-AppleScriptObjC

Wrappers for the framework AppleScriptObjC on macOS

pyobjc-framework-applescriptobjc v12.2.2 670.3K downloads/30d#5,409 on PyPI803
Permissive license MIT Active released

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

uv

uv add pyobjc-framework-applescriptobjc

poetry

poetry add pyobjc-framework-applescriptobjc

Installing 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

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

applescript python bindingspyobjc applescript frameworkmacos applescript integrationpython applescript objcmacos automation applescriptobjective-c applescript wrapper
macos-specificapplescriptobjective-c

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

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc

PyObjC bridges Python and Objective-C, enabling…

permissive · top 15,000 on PyPI

pyobjc-framework-OSAKit

Provides Python bindings to macOS's OSAKit…

permissive · top 15,000 on PyPI

pyobjc-core

PyObjC-core provides the foundational bridge…

permissive · top 5,000 on PyPI

pyobjc-framework-SharedWithYouCore

Provides Python bindings for Apple'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-ScriptingBridge

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-SafariServices

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-ExtensionKit

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pbxproj

Reads, modifies, and writes Xcode .pbxproj…

permissive · top 15,000 on PyPI