skillfed

pyobjc-framework-InstallerPlugins

Wrappers for the framework InstallerPlugins on macOS

pyobjc-framework-installerplugins v12.2.2 656.5K downloads/30d#5,492 on PyPI803
Permissive license MIT Active released

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

uv

uv add pyobjc-framework-installerplugins

poetry

poetry add pyobjc-framework-installerplugins

Installing 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

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

macOS installer plugin developmentpyobjc installer frameworkpkg mpkg plugin wrappermacOS installer extensionsobjective-c installer bindings
macos-nativeinstaller-pluginspyobjc-binding

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

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-SystemExtensions

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-ScreenSaver

Provides Python bindings to macOS's ScreenSaver…

permissive · top 15,000 on PyPI

pyobjc-framework-ClassKit

Provides Python bindings to Apple's ClassKit…

permissive · top 15,000 on PyPI

pyobjc-framework-MediaExtension

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-SafariServices

Provides Python bindings to macOS'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-VideoSubscriberAccount

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-SafetyKit

Provides Python bindings to macOS's SafetyKit…

permissive · top 15,000 on PyPI

python-msilib

Reads and writes Microsoft Installer (.msi)…

permissive · top 15,000 on PyPI