skillfed

pyobjc-framework-SearchKit

Wrappers for the framework SearchKit on macOS

pyobjc-framework-searchkit v12.2.2 655.9K downloads/30d#5,505 on PyPI803
Permissive license MIT Active released

What it is and what it does

pyobjc-framework-searchkit is a Python wrapper around macOS's native SearchKit framework, part of the larger PyObjC project that bridges Python and Objective-C. It allows Python developers to interact with the system's built-in file indexing and search capabilities without dropping to shell commands or lower-level APIs. The package depends on pyobjc-core (the bridge itself) and pyobjc-framework-CoreServices (a related framework wrapper), and is designed to work with Python 3.10 and later on macOS systems.

This is a macOS-specific tool: it only runs on Apple's operating system and provides access to SearchKit, which handles indexed searching of files and metadata. Developers use it when they need to programmatically search the file system, integrate with Spotlight-like functionality, or build macOS applications that leverage the system's indexing infrastructure. The package is in production/stable status and actively maintained, with no known security issues.

Use it for:

  • Build a macOS application that searches indexed files using native SearchKit without spawning external processes
  • Integrate file search capabilities into a Python tool running on macOS that respects the system's existing Spotlight index
  • Automate metadata queries on macOS files through Python without reimplementing search logic
  • Create a macOS-native search UI or backend that leverages the system's built-in indexing infrastructure

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides Python bindings for macOS's SearchKit framework, enabling programmatic access to the system's file indexing and search capabilities.

Yes, if you are developing on macOS and need programmatic access to SearchKit. The package is actively maintained, has no known vulnerabilities, installs with low friction, and carries a permissive MIT license. It is not useful on non-macOS systems. Verify that SearchKit's API surface meets your search requirements before committing to it.

Install

pyobjc-framework-searchkit on PyPI

pip

pip install pyobjc-framework-searchkit

uv

uv add pyobjc-framework-searchkit

poetry

poetry add pyobjc-framework-searchkit

Installing pyobjc-framework-SearchKit

Before you install

Low friction install with a wheel distribution. Actively maintained as of 3 days ago with recent commits and no known vulnerabilities. Requires pyobjc-core and pyobjc-framework-CoreServices as dependencies.

License in practice

MIT license permits free use, modification, and distribution with minimal restrictions, making it suitable for both open-source and commercial projects.

Quickstart

pip install pyobjc-framework-searchkit

from SearchKit import SKSearch, SKIndex
# Create or open a search index and perform queries

macOS operating system required; Python 3.10 or later; pyobjc-core and pyobjc-framework-CoreServices must be installed as dependencies.

Verify before relying

  • Whether SearchKit bindings cover the full macOS SearchKit API surface or a subset
  • Performance characteristics when indexing or searching large file collections
  • Compatibility with non-Intel macOS architectures beyond what classifiers indicate

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 2 — pyobjc-core, pyobjc-framework-CoreServices
Maintenance actively maintained — 3 days since the last release
Last repo commit
First released
Downloads 655,860/month — #5,505 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: pyobjc_framework_searchkit-12.2.2-py2.py3-none-any.whl

Keywords: PyObjC, SearchKit

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 searchkit python bindingsfile indexing search frameworkmacos system search apipython objc searchkit wrappermacos file search integration
macos-specificobjc-bridgefile-search

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

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-LaunchServices

Provides Python bindings to the macOS…

permissive · top 15,000 on PyPI

pyobjc-framework-CoreSpotlight

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-ExtensionKit

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-OpenDirectory

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-ClassKit

Provides Python bindings to Apple's ClassKit…

permissive · top 15,000 on PyPI

pyobjc-framework-MailKit

Provides Python bindings to macOS's MailKit…

permissive · top 15,000 on PyPI

pyobjc-framework-AppleScriptObjC

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

pyobjc-framework-Social

Provides Python bindings to macOS's Social…

permissive · top 15,000 on PyPI