pyobjc-framework-KernelManagement
Wrappers for the framework KernelManagement on macOS
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 on this page — 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
pyobjc-framework-kernelmanagement on PyPI
pip
pip install pyobjc-framework-kernelmanagementuv
uv add pyobjc-framework-kernelmanagementpoetry
poetry add pyobjc-framework-kernelmanagementInstalling 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 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 | 648,280/month — #5,585 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_kernelmanagement-12.2.2-py2.py3-none-any.whl
Keywords: PyObjC, KernelManagement
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-NetworkProvides Python bindings to Apple's Network…
permissive · top 15,000 on PyPI
pyobjc-framework-AccountsProvides Python bindings to macOS's Accounts…
permissive · top 15,000 on PyPI
pyobjc-framework-CoreDataProvides Python bindings to macOS's Core Data…
permissive · top 15,000 on PyPI
pyobjc-framework-SharedWithYouCoreProvides Python bindings for Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-ExceptionHandlingProvides 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-ThreadNetworkProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
mfusepymfusepy provides Python bindings to libfuse 2…
permissive · top 15,000 on PyPI
kconfiglibKconfiglib is a Python implementation of the…
permissive · top 5,000 on PyPI