skillfed

pyobjc-framework-KernelManagement

Wrappers for the framework KernelManagement on macOS

pyobjc-framework-kernelmanagement v12.2.2 648.3K downloads/30d#5,585 on PyPI803
Permissive license MIT Active released

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

uv

uv add pyobjc-framework-kernelmanagement

poetry

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

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 kernel management pythonpyobjc kernel frameworkmacos system kernel accessobjective-c kernel bindingsmacos kernel control python
macos-specificsystem-programming

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

Provides Python bindings to Apple's Network…

permissive · top 15,000 on PyPI

pyobjc-framework-Accounts

Provides Python bindings to macOS's Accounts…

permissive · top 15,000 on PyPI

pyobjc-framework-CoreData

Provides Python bindings to macOS's Core Data…

permissive · top 15,000 on PyPI

pyobjc-framework-SharedWithYouCore

Provides Python bindings for Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-ExceptionHandling

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

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

mfusepy

mfusepy provides Python bindings to libfuse 2…

permissive · top 15,000 on PyPI

kconfiglib

Kconfiglib is a Python implementation of the…

permissive · top 5,000 on PyPI