Packages
Provides Python bindings to macOS's DictionaryServices framework, enabling dictionary and spelling lookup functionality from Python code running on macOS.
Provides Python bindings to Apple's DiscRecording framework on macOS, enabling programmatic control of disc burning and media recording operations.
Install only if you are on macOS; it is not portable to other operating systems.
Provides Python bindings to macOS's DiscRecordingUI framework, enabling disc recording user interface functionality from Python code.
Provides Python bindings to macOS's DiskArbitration framework, enabling programmatic access to disk and volume management operations on macOS systems.
However, it is macOS-only and requires Python 3.10+, and you will need to consult Apple's framework documentation directly since this package provides only bindings,…
Provides Python bindings to macOS's DVDPlayback framework, enabling programmatic control of DVD playback on macOS systems through PyObjC.
Provides Python bindings to macOS's EventKit framework, allowing you to access and manipulate calendar events and reminders from Python code running on macOS.
The main gotcha is that it wraps EventKit directly without its own documentation, so you will need to cross-reference Apple's EventKit docs and PyObjC translation…
Provides Python bindings to macOS's ExceptionHandling framework, enabling monitoring and debugging of exceptional conditions in Cocoa applications from Python code.
Install only if you target macOS and use PyObjC; it is not useful on other platforms.
Provides Python bindings for macOS's ExecutionPolicy framework, enabling Python code to interact with execution policies on macOS 10.15 and later.
However, it is only useful on macOS 10.15+ and requires Python 3.10+; it is not portable to other operating systems.
Provides Python bindings to macOS's ExtensionKit framework, enabling Python developers to access native extension capabilities on macOS through PyObjC.
Provides Python bindings to macOS's ExternalAccessory framework for communicating with external hardware devices.
Provides Python bindings to macOS's FileProvider framework, enabling Python code to interact with file provider APIs on macOS.
Provides Python bindings to macOS's FileProviderUI framework, enabling programmatic access to file provider user interface components through PyObjC.
However, it is only useful on macOS and requires Python 3.10+; you will need to consult Apple's documentation separately since this package provides bindings only,…
Provides Python bindings to macOS's FinderSync framework, allowing Python code to integrate with Finder's file synchronization and extension APIs on macOS.
Provides Python bindings to macOS's FSEvents framework, allowing you to monitor filesystem changes reliably even when your program is not running continuously.
Provides Python bindings to macOS's FSKit framework, enabling access to filesystem-related APIs through PyObjC.
Provides Python bindings to Apple's GameCenter framework on macOS, enabling access to game achievements, leaderboards, and multiplayer features from Python code.
Provides Python bindings to macOS's GameController framework, enabling access to game controller input and device management on macOS.
Provides Python bindings to Apple's GameKit framework on macOS, enabling access to game-related APIs like player authentication, achievements, and leaderboards.
Provides Python bindings to Apple's GameplayKit framework on macOS, enabling access to game development utilities like entity-component systems, pathfinding, and AI behavior trees from Python code.
Provides Python bindings for macOS's GameSave framework, allowing Python code to access native game-saving functionality on macOS through PyObjC.
However, it is only useful on macOS and requires familiarity with both the GameSave framework itself and PyObjC's translation patterns.
Provides Python bindings to Apple's HealthKit framework on macOS, enabling programmatic access to health and fitness data stored in the system.
Provides Python bindings to macOS's ImageCaptureCore framework, enabling programmatic access to image capture devices and functionality through PyObjC.
Provides Python bindings to macOS's InputMethodKit framework, enabling development of custom input methods for text input on macOS 10.5 or later.
Provides Python bindings to macOS's InstallerPlugins framework, enabling you to develop plugins that extend .pkg and .mpkg installer functionality on macOS.
However, this is a niche tool—only useful if you specifically need to build InstallerPlugins framework extensions on macOS.
Provides Python bindings to the macOS InstantMessage framework, allowing access to iChat information and auxiliary video source control for iChat Theater.
Install only if you have a specific legacy iChat use case and are willing to work without built-in documentation.
Provides Python bindings to Apple's Intents framework on macOS, enabling Python code to interact with system intent handling and Siri integration.
Provides Python bindings for macOS's IntentsUI framework, enabling programmatic access to the native Siri Shortcuts and intent-handling UI components.
Provides Python bindings to macOS's IOBluetooth framework, enabling Bluetooth device discovery, connection, and communication from Python code running on macOS.
Provides Python bindings to macOS's IOBluetoothUI framework, enabling Bluetooth device selection and pairing dialogs in native applications.
Provides Python bindings to macOS's IOSurface framework, enabling access to shared memory surfaces used for graphics and media operations on macOS.
Provides Python bindings to macOS's iTunesLibrary framework, enabling programmatic access to iTunes library data from Python code running on macOS.
However, you must be prepared to consult Apple's framework documentation and understand PyObjC's Python-to-Objective-C translation model, and your application must be…
Provides Python bindings to macOS's KernelManagement framework, enabling low-level kernel interaction and management from Python code.
Install only if you are targeting macOS; it will not work on other platforms.
Provides Python bindings to macOS's LatentSemanticMapping framework for classifying text and token-based content into developer-defined categories.
However, be aware that Apple's minimal documentation for the underlying framework makes practical implementation challenging—you will need to invest time in…
Provides Python bindings to the macOS LaunchServices framework, enabling programmatic control over application launching, file type associations, and system service discovery on macOS.
Provides Python bindings to macOS's libdispatch (Grand Central Dispatch) framework, enabling access to Apple's concurrent task scheduling system from Python code.
Provides Python bindings to the macOS XPC inter-process communication framework through PyObjC, enabling Python code to interact with XPC services on macOS.
Provides Python bindings for macOS's LinkPresentation framework, enabling programmatic access to link preview and metadata handling on Apple platforms.
Provides Python bindings to macOS's LocalAuthentication framework, enabling biometric and device authentication (Touch ID, Face ID) in Python applications.
Provides Python bindings for macOS's LocalAuthenticationEmbeddedUI framework, enabling authentication UI integration in Python applications running on macOS.
Provides Python bindings to macOS's MailKit framework, allowing you to access mail-related APIs from Python code running on macOS.
However, it is macOS-only and requires understanding both the MailKit framework and PyObjC's Objective-C-to-Python translation model.