pyobjc-framework-InstallerPlugins
Wrappers for the framework InstallerPlugins on macOS
What it is and what it does
This package is a PyObjC wrapper that bridges Python to Apple's InstallerPlugins framework on macOS. It allows you to write Python code that interacts with the native macOS installer framework, enabling development of plugins that extend the functionality of .pkg and .mpkg installer packages. The wrapper translates between Python and Objective-C, handling the low-level bridge so you can work in Python rather than Objective-C directly.
The package itself does not include documentation—you rely on Apple's official InstallerPlugins framework documentation and PyObjC's general documentation for how to use the framework and translate between Python and Objective-C idioms. It is a thin binding layer, not a high-level abstraction, so you need to understand both the underlying framework and PyObjC's translation patterns to use it effectively.
Use it for:
- Develop custom installer plugins in Python that add new capabilities to macOS .pkg installers.
- Automate or script installer behavior by programmatically interacting with the InstallerPlugins framework.
- Extend .mpkg (meta-package) installers with Python-based plugin logic on macOS systems.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to macOS's InstallerPlugins framework, enabling you to develop plugins that extend .pkg and .mpkg installer functionality on macOS.
Yes, if you are developing macOS installer plugins and prefer to work in Python rather than Objective-C. The package is actively maintained, has no known vulnerabilities, and carries a permissive MIT license. Install friction is low. However, this is a niche tool—only useful if you specifically need to build InstallerPlugins framework extensions on macOS.
Install
pyobjc-framework-installerplugins on PyPI
pip
pip install pyobjc-framework-installerpluginsuv
uv add pyobjc-framework-installerpluginspoetry
poetry add pyobjc-framework-installerpluginsInstalling pyobjc-framework-InstallerPlugins
Before you install
Low friction install with a pure-Python wheel. Actively maintained as of 2026-08-14 with recent releases. Depends on pyobjc-core and pyobjc-framework-Cocoa, both part of the same PyObjC ecosystem.
License in practice
MIT license permits commercial and private use with minimal restrictions—you may use, modify, and distribute this package freely as long as you include the license notice.
Quickstart
pip install pyobjc-framework-installerplugins
import InstallerPlugins
# Access InstallerPlugins framework classes and methods
Requires macOS and Python 3.10 or later; only functional on macOS systems with the native InstallerPlugins framework available.
Verify before relying
- Whether the package includes example code or sample installer plugins beyond the framework bindings themselves.
- What specific InstallerPlugins framework classes and methods are exposed by the wrapper.
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 | 656,450/month — #5,492 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_installerplugins-12.2.2-py2.py3-none-any.whl
Keywords: PyObjC, InstallerPlugins
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-FileProviderProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-SystemExtensionsProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-ScreenSaverProvides Python bindings to macOS's ScreenSaver…
permissive · top 15,000 on PyPI
pyobjc-framework-ClassKitProvides Python bindings to Apple's ClassKit…
permissive · top 15,000 on PyPI
pyobjc-framework-MediaExtensionProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-SafariServicesProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-NetworkProvides Python bindings to Apple's Network…
permissive · top 15,000 on PyPI
pyobjc-framework-VideoSubscriberAccountProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-SafetyKitProvides Python bindings to macOS's SafetyKit…
permissive · top 15,000 on PyPI
python-msilibReads and writes Microsoft Installer (.msi)…
permissive · top 15,000 on PyPI