Packages
Provides Python bindings to Apple's AutomaticAssessmentConfiguration framework on macOS, enabling programmatic access to assessment configuration APIs.
Provides Python bindings to macOS's Automator framework, enabling you to create actions for the Automator application and run workflows programmatically from Python code.
Provides Python bindings to macOS's AVFoundation framework, enabling access to audio, video, and media capabilities through PyObjC.
Provides Python bindings to macOS's AVKit framework, enabling programmatic access to audio and video playback controls and media handling on macOS.
Provides Python bindings to Apple's AVRouting framework on macOS, enabling audio routing control from Python code.
Provides Python bindings to Apple's BackgroundAssets framework on macOS, enabling background asset management in native macOS applications.
Provides Python bindings to Apple's BrowserEngineKit framework on macOS, enabling programmatic access to browser engine capabilities from Python code.
However, it is macOS-only and requires understanding of both PyObjC translation patterns and Apple's BrowserEngineKit documentation.
Provides Python bindings for Apple's BusinessChat framework on macOS, enabling programmatic access to business messaging capabilities through Objective-C bridge.
However, it is only useful on macOS and requires Python 3.10+; it is not a general-purpose library.
Provides Python bindings to macOS's CalendarStore framework, enabling access to iCal data including calendars and tasks with change notifications.
However, it is macOS-only and requires familiarity with Objective-C API translation; it is not a high-level calendar library.
Provides Python bindings for Apple's CallKit framework on macOS, enabling programmatic access to call handling and VoIP integration features.
Provides Python bindings to macOS's Carbon framework, enabling Python code to call Carbon APIs directly on macOS systems.
However, Carbon is a legacy framework; confirm that your use case genuinely requires it rather than a modern macOS API before adding the dependency.
Provides Python bindings to macOS's CFNetwork framework, enabling access to networking abstractions including proxy autoconfiguration and network diagnostics APIs.
Provides Python bindings for Apple's Cinematic framework on macOS, enabling programmatic access to cinematic video features through PyObjC.
However, it is macOS-only and requires Python 3.10+; it is not useful outside that environment.
Provides Python bindings to Apple's ClassKit framework on macOS, enabling Python developers to integrate with ClassKit APIs for educational app development.
Provides Python bindings to Apple's CloudKit framework on macOS, enabling access to iCloud data storage and synchronization capabilities from Python code.
Provides Python bindings to macOS Cocoa frameworks (CoreFoundation, Foundation, AppKit) for building native macOS applications and accessing system APIs.
Provides Python bindings to the macOS Collaboration framework, enabling access to user identities and identity selection UI elements from Python code running on macOS 10.5 or later.
Provides Python bindings to macOS's ColorSync framework, enabling color management and color space operations from Python on macOS 10.13 or later.
Install only if you are on macOS 10.13+; it will not work on other platforms.
Provides Python bindings to macOS's CompositorServices framework, enabling access to low-level composition and rendering APIs from Python on macOS systems.
However, it is macOS-only and requires Python 3.10+, and you will need to consult Apple's documentation to use it effectively since the bindings themselves are…
Provides Python bindings to macOS's Contacts framework, enabling programmatic access to contact data and management through native Objective-C APIs.
Provides Python bindings to macOS's ContactsUI framework, enabling programmatic access to the system's contact picker and contact-related user interface components.
Provides Python bindings to macOS's CoreAudio framework, enabling audio input/output and device management from Python code.
Provides Python bindings for macOS's CoreAudioKit framework, enabling access to audio UI components from Python code running on macOS.
Provides Python bindings to macOS's CoreBluetooth framework, enabling Bluetooth device discovery, connection, and communication from Python code.
Provides Python bindings to macOS's Core Data framework, enabling object lifecycle management, object graph handling, and data persistence from Python code.
Install only if you are on macOS; it is not portable to other platforms.
Provides Python bindings to Apple's CoreHaptics framework on macOS, enabling haptic feedback control from Python code.
Provides Python bindings to macOS's CoreLocation framework, enabling geolocation queries and location-aware application features on macOS.
Provides Python bindings to macOS's CoreMedia framework, enabling access to media-related APIs for audio and video processing on macOS.
Provides Python bindings to Apple's CoreMediaIO framework on macOS, enabling programmatic control of media input/output devices and audio/video capture.
Provides Python bindings to macOS's CoreMIDI framework, enabling MIDI input and output operations from Python code running on macOS.
Provides Python bindings to Apple's CoreML framework on macOS, enabling machine learning model inference through native Objective-C APIs.
However, it is only useful on macOS with Python 3.10+; if you target other platforms or need cross-platform ML inference, consider higher-level libraries instead.
Provides Python bindings to macOS's CoreMotion framework, enabling access to motion and activity data from device sensors like accelerometers and gyroscopes.
Provides Python bindings to macOS's CoreServices framework, enabling access to system services like file metadata, launch services, and search capabilities from Python code.
Provides Python bindings to macOS's CoreSpotlight framework, enabling programmatic access to the system's search indexing and metadata capabilities.
Provides Python bindings to macOS's CoreText framework for low-level text layout, font handling, and typographic operations on macOS 10.5 or later.
Provides Python bindings to macOS's CoreWLAN framework, enabling programmatic access to Wi-Fi network information and configuration on macOS systems.
Provides Python bindings to macOS's CryptoTokenKit framework, enabling access to cryptographic token hardware and smart card functionality from Python code.
Provides Python bindings to macOS's DataDetection framework, enabling detection and parsing of structured data like dates, addresses, and links from text.
Install only if you are on macOS and need DataDetection capabilities; it is not portable to other platforms.
Provides Python bindings to Apple's DeviceCheck framework on macOS, enabling access to device attestation and integrity verification APIs.
Provides Python bindings for Apple's DeviceDiscoveryExtension framework on macOS through PyObjC.
However, it is a thin wrapper with no bundled documentation, so you will need to reference Apple's framework docs and PyObjC's translation guidelines to use it…