pyobjc-framework-CoreServices
Wrappers for the framework CoreServices on macOS
What it is and what it does
This package wraps Apple's CoreServices framework for use in Python, allowing developers to call native macOS system services from Python code. It is part of the PyObjC project and provides access to functionality through Python bindings to Objective-C.
The package requires macOS and depends on pyobjc-core, pyobjc-framework-FSEvents, and pyobjc-framework-Cocoa. It supports Python 3.10 through 3.15, including free-threading variants. Documentation is minimal in the package itself; users are expected to consult Apple's documentation for CoreServices alongside PyObjC's general translation guides.
Use it for:
- Access file metadata and search attributes on macOS through CoreServices APIs
- Launch and manage applications via system services from Python scripts
- Implement full-text search functionality using CoreServices capabilities
- Access dictionary services for word definitions and linguistic data
- Build macOS-native system utilities that need deep OS integration
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to macOS's CoreServices framework, enabling access to system services like file metadata, launch services, and search capabilities from Python code.
Yes, if you are developing on macOS and need to call CoreServices APIs from Python. The package is actively maintained, has no known vulnerabilities, and carries a permissive MIT license. Install friction is moderate due to platform specificity and multiple dependencies, but this is unavoidable for Objective-C bridging. Not applicable on non-macOS systems.
Install
pyobjc-framework-coreservices on PyPI
pip
pip install pyobjc-framework-coreservicesuv
uv add pyobjc-framework-coreservicespoetry
poetry add pyobjc-framework-coreservicesInstalling pyobjc-framework-CoreServices
Before you install
Medium install friction due to platform-specific wheels (macOS only, multiple Python versions). Active maintenance with a recent release (3 days old) and steady repository activity. Requires pyobjc-core and two additional framework dependencies.
License in practice
MIT license permits commercial and private use with minimal restrictions, making this suitable for most projects.
Quickstart
pip install pyobjc-framework-coreservices
import CoreServices
# Access CoreServices APIs through the wrapper
macOS only; requires Python 3.10 or later
Verify before relying
- Specific CoreServices submodules exposed (CarbonCore, LaunchServices, SearchKit, DictionaryServices, Metadata) and their completeness relative to Apple's framework
- Performance characteristics when bridging between Python and Objective-C for typical CoreServices operations
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | 3 — pyobjc-core, pyobjc-framework-FSEvents, pyobjc-framework-Cocoa |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 687,249/month — #5,347 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_coreservices-12.2.2-cp310-cp310-macosx_10_9_universal2.whl; pyobjc_framework_coreservices-12.2.2-cp311-cp311-macosx_10_9_universal2.whl; pyobjc_framework_coreservices-12.2.2-cp312-cp312-macosx_10_13_universal2.whl; pyobjc_framework_coreservices-12.2.2-cp313-cp313-macosx_10_13_universal2.whl; pyobjc_framework_coreservices-12.2.2-cp313-cp313t-macosx_10_13_universal2.whl; pyobjc_framework_coreservices-12.2.2-cp314-cp314-macosx_10_15_universal2.whl; pyobjc_framework_coreservices-12.2.2-cp314-cp314t-macosx_10_15_universal2.whl; pyobjc_framework_coreservices-12.2.2-cp315-cp315-macosx_10_15_universal2.whl; pyobjc_framework_coreservices-12.2.2-cp315-cp315t-macosx_10_15_universal2.whl
Keywords: PyObjC, CoreServices, CoreServices.CarbonCore, CoreServices.LaunchServices, CoreServices.SearchKit, CoreServices.DictionaryServices, CoreServices.Metadata
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-SafariServicesProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-SystemExtensionsProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-FileProviderProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-CFNetworkProvides Python bindings to macOS's CFNetwork…
permissive · top 15,000 on PyPI
pyobjc-framework-PhotosProvides Python bindings to macOS's Photos…
permissive · top 15,000 on PyPI
pyobjc-framework-MailKitProvides Python bindings to macOS's MailKit…
permissive · top 15,000 on PyPI
pyobjc-framework-ClassKitProvides Python bindings to Apple's ClassKit…
permissive · top 15,000 on PyPI
pyobjc-framework-LaunchServicesProvides Python bindings to the macOS…
permissive · top 15,000 on PyPI
pyobjc-framework-NetworkProvides Python bindings to Apple's Network…
permissive · top 15,000 on PyPI
pyobjc-framework-AccountsProvides Python bindings to macOS's Accounts…
permissive · top 15,000 on PyPI