pyobjc-framework-Intents
Wrappers for the framework Intents on macOS
What it is and what it does
pyobjc-framework-intents is a thin wrapper around Apple's Intents framework, part of the larger PyObjC project that bridges Python and Objective-C. It allows Python developers on macOS to access the native Intents framework, which handles system-level intent resolution and Siri integration. The package provides direct Python access to Intents classes and methods without adding its own documentation layer—users rely on Apple's official framework documentation combined with PyObjC's general bridging patterns.
The package is macOS-only and requires Python 3.10 or later. It depends on pyobjc-core and pyobjc-framework-Cocoa, which handle the underlying Objective-C bridge mechanics. Installation uses pre-built wheels for supported Python versions and macOS versions, though compilation may be needed in some edge cases. This is a production-stable package maintained actively as part of the PyObjC ecosystem.
Use it for:
- Build macOS applications that respond to Siri voice commands and system intents.
- Create intent handlers for custom app actions exposed through the system Intents framework.
- Integrate Python logic with macOS system-level intent resolution and routing.
- Develop automation scripts that interact with macOS intent-based workflows.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to Apple's Intents framework on macOS, enabling Python code to interact with system intent handling and Siri integration.
Yes, if you are developing on macOS and need to interact with the Intents framework from Python. The package is actively maintained, permissively licensed, and has no known vulnerabilities. Install friction is moderate due to platform specificity and compilation requirements, but pre-built wheels are available for current Python versions. Not applicable for non-macOS development.
Install
pyobjc-framework-intents on PyPI
pip
pip install pyobjc-framework-intentsuv
uv add pyobjc-framework-intentspoetry
poetry add pyobjc-framework-intentsInstalling pyobjc-framework-Intents
Before you install
Medium install friction due to platform-specific wheels (macOS only, multiple Python versions). Active maintenance with recent releases (3 days old); depends on pyobjc-core and pyobjc-framework-Cocoa.
License in practice
MIT license is permissive; you may use, modify, and distribute this package freely with minimal restrictions.
Quickstart
pip install pyobjc-framework-intents
import Intents
# Access Intents framework classes and methods
macOS only; requires Python 3.10 or later; requires Xcode command-line tools or full Xcode installation for compilation.
Verify before relying
- Whether this package requires additional system frameworks or libraries beyond Xcode tools to function.
- Specific Intents framework features exposed and their stability across macOS versions.
- Performance characteristics when handling large numbers of intent operations.
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 | 656,641/month — #5,487 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_intents-12.2.2-cp310-cp310-macosx_10_9_universal2.whl; pyobjc_framework_intents-12.2.2-cp311-cp311-macosx_10_9_universal2.whl; pyobjc_framework_intents-12.2.2-cp312-cp312-macosx_10_13_universal2.whl; pyobjc_framework_intents-12.2.2-cp313-cp313-macosx_10_13_universal2.whl; pyobjc_framework_intents-12.2.2-cp313-cp313t-macosx_10_13_universal2.whl; pyobjc_framework_intents-12.2.2-cp314-cp314-macosx_10_15_universal2.whl; pyobjc_framework_intents-12.2.2-cp314-cp314t-macosx_10_15_universal2.whl; pyobjc_framework_intents-12.2.2-cp315-cp315-macosx_10_15_universal2.whl; pyobjc_framework_intents-12.2.2-cp315-cp315t-macosx_10_15_universal2.whl
Keywords: PyObjC, Intents
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-IntentsUIProvides Python bindings for macOS's IntentsUI…
permissive · top 15,000 on PyPI
home-assistant-intentsProvides intent recognition data and utilities…
permissive · top 15,000 on PyPI
pyobjc-framework-SystemExtensionsProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-CallKitProvides Python bindings for Apple's CallKit…
permissive · top 15,000 on PyPI
pyobjc-framework-LinkPresentationProvides Python bindings for macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-NetworkExtensionProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-AppleScriptKitProvides Python bindings to 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-SafariServicesProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-DeviceDiscoveryExtensionProvides Python bindings for Apple's…
permissive · top 15,000 on PyPI