--- id: pyobjc-framework-kernelmanagement version: "12.2.2" license: MIT license_treatment: permissive maintenance: active --- # pyobjc-framework-KernelManagement — Wrappers for the framework KernelManagement on macOS License: permissive · Maintenance: active · Downloads: 648.3K/mo ## What it is and what it does This package wraps Apple's KernelManagement framework for use in Python, allowing developers to interact with macOS kernel management APIs from Python code. It is part of the PyObjC project, which provides bindings between Python and Objective-C frameworks on macOS. The wrapper translates between Python and the underlying Objective-C framework, but does not include its own documentation—users must consult Apple's framework documentation and PyObjC's general translation guidelines. The package targets modern Python versions (3.10 through 3.15) and is actively maintained. It depends on pyobjc-core and pyobjc-framework-Cocoa, which handle the core bridging infrastructure. Installation is straightforward on macOS systems, but the package is only usable on that platform. Use it for: - Develop macOS system utilities that need to interact with kernel management APIs from Python - Build monitoring or diagnostic tools that require low-level kernel access on macOS - Create automation scripts for macOS system administration involving kernel-level operations ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Python bindings to macOS's KernelManagement framework, enabling low-level kernel interaction and management from Python code. Yes, if you are developing on macOS and need to access the KernelManagement framework from Python. The package is actively maintained, has no known vulnerabilities, uses a permissive license, and integrates cleanly with the PyObjC ecosystem. Install only if you are targeting macOS; it will not work on other platforms. ## Install pip install pyobjc-framework-kernelmanagement uv add pyobjc-framework-kernelmanagement poetry add pyobjc-framework-kernelmanagement ## Installing pyobjc-framework-KernelManagement Before you install: Low friction installation with active maintenance. Released 3 days ago and last commit on 2026-08-14. Depends on pyobjc-core and pyobjc-framework-Cocoa, both part of the established PyObjC ecosystem. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects. Quickstart: pip install pyobjc-framework-kernelmanagement import KernelManagement # Access KernelManagement framework classes and methods Requires macOS; will not function on Windows or Linux. Requires Python 3.10 or later. Verify before relying: - Whether KernelManagement framework APIs are documented in Apple's official macOS SDK documentation - Specific kernel management capabilities exposed by this wrapper beyond the framework name ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 648.3K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags macos kernel management python, pyobjc kernel framework, macos system kernel access, objective-c kernel bindings, macos kernel control python, macos-specific, system-programming [View on SkillFed](https://skillfed.io/packages/pyobjc-framework-kernelmanagement) · [View on PyPI](https://pypi.org/project/pyobjc-framework-kernelmanagement/)