pyobjc-framework-ClassKit
Wrappers for the framework ClassKit on macOS
What it is and what it does
This package wraps Apple's ClassKit framework, making it accessible from Python code running on macOS. ClassKit is Apple's framework for educational applications, providing APIs for tracking student progress, managing assignments, and integrating with Apple's education ecosystem. The package is part of the larger PyObjC project, which bridges Python and Objective-C frameworks on macOS.
To use it, you install the package and import ClassKit classes directly into Python. The wrappers translate Python calls into Objective-C method invocations, but they do not include standalone documentation—you rely on Apple's official ClassKit documentation plus PyObjC's general translation guidelines. This is a thin binding layer, not a high-level abstraction, so familiarity with both the ClassKit framework and PyObjC conventions is expected.
Use it for:
- Build educational macOS applications that report student progress to Apple's Classroom and education platforms.
- Integrate Python-based education tools with ClassKit's assignment and activity tracking APIs.
- Develop macOS tutoring or learning management client apps that need ClassKit compliance.
- Create Python scripts that interact with ClassKit data stores on macOS for administrative tasks.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to Apple's ClassKit framework on macOS, enabling Python developers to integrate with ClassKit APIs for educational app development.
Yes, if you are developing an educational macOS application in Python and need ClassKit integration. The package is actively maintained, supports current Python versions, carries no known vulnerabilities, and uses a permissive license. Install friction is moderate due to platform and compiled dependencies, but that is unavoidable for any macOS framework binding. Not relevant outside macOS or for non-educational use cases.
Install
pyobjc-framework-classkit on PyPI
pip
pip install pyobjc-framework-classkituv
uv add pyobjc-framework-classkitpoetry
poetry add pyobjc-framework-classkitInstalling pyobjc-framework-ClassKit
Before you install
Medium install friction due to platform specificity and compiled wheel dependencies. Actively maintained with recent releases (3 days old) and current Python version support through 3.15, including free-threading variants.
License in practice
MIT license permits commercial and private use with minimal restrictions; suitable for most projects.
Quickstart
pip install pyobjc-framework-classkit
from ClassKit import CLSDataStore
macOS only; requires Python 3.10 or later and a compatible macOS version matching the wheel's minimum OS requirement.
Verify before relying
- Specific ClassKit API coverage and completeness relative to the full Apple framework.
- Whether documentation exists beyond Apple's official ClassKit docs and PyObjC general guidance.
- Real-world usage patterns and adoption within the Python education/app development community.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | 2 — pyobjc-core, pyobjc-framework-Cocoa |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 654,237/month — #5,527 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_classkit-12.2.2-cp310-cp310-macosx_10_9_universal2.whl; pyobjc_framework_classkit-12.2.2-cp311-cp311-macosx_10_9_universal2.whl; pyobjc_framework_classkit-12.2.2-cp312-cp312-macosx_10_13_universal2.whl; pyobjc_framework_classkit-12.2.2-cp313-cp313-macosx_10_13_universal2.whl; pyobjc_framework_classkit-12.2.2-cp313-cp313t-macosx_10_13_universal2.whl; pyobjc_framework_classkit-12.2.2-cp314-cp314-macosx_10_15_universal2.whl; pyobjc_framework_classkit-12.2.2-cp314-cp314t-macosx_10_15_universal2.whl; pyobjc_framework_classkit-12.2.2-cp315-cp315-macosx_10_15_universal2.whl; pyobjc_framework_classkit-12.2.2-cp315-cp315t-macosx_10_15_universal2.whl
Keywords: PyObjC, ClassKit
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-AutomaticAssessmentConfigurationProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-MailKitProvides Python bindings to macOS's MailKit…
permissive · top 15,000 on PyPI
pyobjc-framework-MetricKitProvides Python bindings to macOS's MetricKit…
permissive · top 15,000 on PyPI
pyobjc-framework-NaturalLanguageProvides 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-PencilKitProvides Python bindings to Apple's PencilKit…
permissive · top 15,000 on PyPI
pyobjc-framework-UniformTypeIdentifiersProvides Python bindings to macOS's…
permissive · top 5,000 on PyPI
pyobjc-framework-PhotosProvides Python bindings to macOS's Photos…
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