skillfed

pyobjc-framework-ClassKit

Wrappers for the framework ClassKit on macOS

pyobjc-framework-classkit v12.2.2 654.2K downloads/30d#5,527 on PyPI803
Permissive license MIT Active released

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

uv

uv add pyobjc-framework-classkit

poetry

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

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

classkit framework macos pythonpyobjc classkit bindingsapple classkit wrappermacos education framework pythonobjective-c classkit bridge
macos-onlyobjective-c-bridgeeducation-framework

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

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-MailKit

Provides Python bindings to macOS's MailKit…

permissive · top 15,000 on PyPI

pyobjc-framework-MetricKit

Provides Python bindings to macOS's MetricKit…

permissive · top 15,000 on PyPI

pyobjc-framework-NaturalLanguage

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-Network

Provides Python bindings to Apple's Network…

permissive · top 15,000 on PyPI

pyobjc-framework-PencilKit

Provides Python bindings to Apple's PencilKit…

permissive · top 15,000 on PyPI

pyobjc-framework-UniformTypeIdentifiers

Provides Python bindings to macOS's…

permissive · top 5,000 on PyPI

pyobjc-framework-Photos

Provides Python bindings to macOS's Photos…

permissive · top 15,000 on PyPI

pyobjc-framework-VideoSubscriberAccount

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-SafetyKit

Provides Python bindings to macOS's SafetyKit…

permissive · top 15,000 on PyPI