--- id: pyobjc-framework-classkit version: "12.2.2" license: MIT license_treatment: permissive maintenance: active --- # pyobjc-framework-ClassKit — Wrappers for the framework ClassKit on macOS License: permissive · Maintenance: active · Downloads: 654.2K/mo ## 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 above — 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 pip install pyobjc-framework-classkit uv add pyobjc-framework-classkit poetry add pyobjc-framework-classkit ## Installing 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_current - Install friction: medium - Maintenance: active - Downloads: 654.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags classkit framework macos python, pyobjc classkit bindings, apple classkit wrapper, macos education framework python, objective-c classkit bridge, macos-only, objective-c-bridge, education-framework [View on SkillFed](https://skillfed.io/packages/pyobjc-framework-classkit) · [View on PyPI](https://pypi.org/project/pyobjc-framework-classkit/)