pyobjc-framework-Automator
Wrappers for the framework Automator on macOS
What it is and what it does
This package wraps Apple's Automator framework for use in Python, allowing developers to interact with macOS Automator workflows and create custom actions programmatically. It sits on top of pyobjc-core and pyobjc-framework-Cocoa, translating Objective-C framework calls into Python.
The package is intended for developers building macOS automation tools or integrating Automator capabilities into Python applications. It does not include its own documentation; users must consult Apple's Automator framework documentation and PyObjC's general translation guides to understand how to map Objective-C patterns to Python. The wrapper supports modern Python versions (3.10 through 3.15) and is actively maintained.
Use it for:
- Create custom Automator actions in Python that can be loaded and run within the Automator application on macOS.
- Programmatically execute Automator workflows from a Python application without launching the Automator GUI.
- Integrate macOS automation capabilities into Python-based system administration or DevOps tools.
- Build Python scripts that interact with Automator's action system for workflow orchestration.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to macOS's Automator framework, enabling you to create actions for the Automator application and run workflows programmatically from Python code.
Yes, if you are developing on macOS and need to interact with the Automator framework from Python. The package is actively maintained, has no known vulnerabilities, and carries a permissive license. Install friction is moderate due to platform specificity and compiled dependencies, but this is unavoidable for macOS framework bindings. Not applicable on non-macOS systems.
Install
pyobjc-framework-automator on PyPI
pip
pip install pyobjc-framework-automatoruv
uv add pyobjc-framework-automatorpoetry
poetry add pyobjc-framework-automatorInstalling pyobjc-framework-Automator
Before you install
Medium install friction due to platform-specific wheels (macOS only) and compiled dependencies on pyobjc-core and pyobjc-framework-Cocoa. Active maintenance with recent releases (3 days old as of the fact sheet date) and a stable codebase since 2009.
License in practice
MIT license is permissive, allowing use in commercial and private projects with minimal restrictions beyond attribution.
Quickstart
pip install pyobjc-framework-automator
import Automator
# Access Automator framework classes and methods through the Automator module
macOS only; requires Python 3.10 or later; requires a macOS system with the Automator framework available.
Verify before relying
- Whether the package provides high-level convenience APIs or requires direct Objective-C framework knowledge to use effectively.
- Whether documentation exists beyond Apple's framework docs and PyObjC's general translation guidance.
- Specific examples of action development or workflow execution patterns supported by this wrapper.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | 2 — pyobjc-core, pyobjc-framework-Cocoa |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 662,897/month — #5,436 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_automator-12.2.2-cp310-cp310-macosx_10_9_universal2.whl; pyobjc_framework_automator-12.2.2-cp311-cp311-macosx_10_9_universal2.whl; pyobjc_framework_automator-12.2.2-cp312-cp312-macosx_10_13_universal2.whl; pyobjc_framework_automator-12.2.2-cp313-cp313-macosx_10_13_universal2.whl; pyobjc_framework_automator-12.2.2-cp313-cp313t-macosx_10_13_universal2.whl; pyobjc_framework_automator-12.2.2-cp314-cp314-macosx_10_15_universal2.whl; pyobjc_framework_automator-12.2.2-cp314-cp314t-macosx_10_15_universal2.whl; pyobjc_framework_automator-12.2.2-cp315-cp315-macosx_10_15_universal2.whl; pyobjc_framework_automator-12.2.2-cp315-cp315t-macosx_10_15_universal2.whl
Keywords: PyObjC, Automator
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-ScreenSaverProvides Python bindings to macOS's ScreenSaver…
permissive · top 15,000 on PyPI
pyobjc-framework-SafariServicesProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-BrowserEngineKitProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-AutomaticAssessmentConfigurationProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-AccessibilityProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-FSKitProvides Python bindings to macOS's FSKit…
permissive · top 15,000 on PyPI
pyobjc-framework-AccountsProvides Python bindings to macOS's Accounts…
permissive · top 15,000 on PyPI
pyobjc-framework-IntentsProvides Python bindings to Apple's Intents…
permissive · top 15,000 on PyPI
pyobjc-framework-AppleScriptKitProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-FileProviderProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI