skillfed

pyobjc-framework-CoreServices

Wrappers for the framework CoreServices on macOS

pyobjc-framework-coreservices v12.2.2 687.2K downloads/30d#5,347 on PyPI803
Permissive license MIT Active released

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

uv

uv add pyobjc-framework-coreservices

poetry

poetry add pyobjc-framework-coreservices

Installing 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

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

macos coreservices python bindingspyobjc framework wrappersmacos system services pythonobjective-c bridge pythonmacos file metadata searchlaunch services pythonmacos cocoa framework access
macos-onlyobjective-c-bridgesystem-integration

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

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-SystemExtensions

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-FileProvider

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-CFNetwork

Provides Python bindings to macOS's CFNetwork…

permissive · top 15,000 on PyPI

pyobjc-framework-Photos

Provides Python bindings to macOS's Photos…

permissive · top 15,000 on PyPI

pyobjc-framework-MailKit

Provides Python bindings to macOS's MailKit…

permissive · top 15,000 on PyPI

pyobjc-framework-ClassKit

Provides Python bindings to Apple's ClassKit…

permissive · top 15,000 on PyPI

pyobjc-framework-LaunchServices

Provides Python bindings to the macOS…

permissive · top 15,000 on PyPI

pyobjc-framework-Network

Provides Python bindings to Apple's Network…

permissive · top 15,000 on PyPI

pyobjc-framework-Accounts

Provides Python bindings to macOS's Accounts…

permissive · top 15,000 on PyPI