pyobjc-framework-ShazamKit
Wrappers for the framework ShazamKit on macOS
What it is and what it does
pyobjc-framework-shazamkit is a thin Python wrapper around Apple's ShazamKit framework, part of the broader PyObjC project that bridges Python and Objective-C on macOS. It allows Python developers to call ShazamKit APIs directly from Python code, enabling audio recognition and music identification features in macOS applications. The package does not include its own documentation; instead, it defers to Apple's ShazamKit documentation and PyObjC's general translation guidelines.
The wrapper is maintained as part of the PyObjC ecosystem and requires both pyobjc-core and pyobjc-framework-Cocoa as runtime dependencies. It is platform-specific to macOS and supports Python 3.10 through 3.15. Because it is a direct binding to a native framework, it carries the constraints of the underlying ShazamKit API and the macOS platform.
Use it for:
- Build a macOS desktop app that identifies songs from audio input using ShazamKit's native recognition engine.
- Integrate music identification into a Python-based macOS utility or daemon that processes audio files.
- Prototype or script ShazamKit functionality for macOS automation tasks that require song recognition.
- Combine ShazamKit with other PyObjC frameworks to build multimedia applications on macOS.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to macOS's ShazamKit framework, enabling audio recognition and music identification capabilities in Python applications running on macOS.
Yes, if you are developing on macOS and need to integrate ShazamKit audio recognition into a Python application. The package is actively maintained, has no known vulnerabilities, and carries a permissive MIT license. Install friction is moderate due to platform and Python version constraints, but these are inherent to the framework binding, not the package itself. Not applicable on non-macOS platforms.
Install
pyobjc-framework-shazamkit on PyPI
pip
pip install pyobjc-framework-shazamkituv
uv add pyobjc-framework-shazamkitpoetry
poetry add pyobjc-framework-shazamkitInstalling pyobjc-framework-ShazamKit
Before you install
Medium friction: platform-specific wheels for macOS only (Python 3.10–3.15), requiring pyobjc-core and pyobjc-framework-Cocoa as runtime dependencies. Active maintenance with a release 3 days old and recent commits.
License in practice
MIT license permits commercial and private use with minimal restrictions; you may use, modify, and distribute this package freely provided you include the license notice.
Quickstart
pip install pyobjc-framework-shazamkit
from ShazamKit import SHMediaLibrary
# Access ShazamKit framework through Python bindings
library = SHMediaLibrary.defaultLibrary()
macOS only; requires Python 3.10 or later; requires Cocoa framework available on the system.
Verify before relying
- Whether ShazamKit bindings support real-time audio stream matching or only file-based recognition.
- Performance characteristics and latency of audio fingerprinting through Python bindings versus native Objective-C.
- Whether the wrapper exposes all ShazamKit APIs or a subset of the framework's capabilities.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | 2 — pyobjc-core, pyobjc-framework-Cocoa |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 652,412/month — #5,544 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_shazamkit-12.2.2-cp310-cp310-macosx_10_9_universal2.whl; pyobjc_framework_shazamkit-12.2.2-cp311-cp311-macosx_10_9_universal2.whl; pyobjc_framework_shazamkit-12.2.2-cp312-cp312-macosx_10_13_universal2.whl; pyobjc_framework_shazamkit-12.2.2-cp313-cp313-macosx_10_13_universal2.whl; pyobjc_framework_shazamkit-12.2.2-cp313-cp313t-macosx_10_13_universal2.whl; pyobjc_framework_shazamkit-12.2.2-cp314-cp314-macosx_10_15_universal2.whl; pyobjc_framework_shazamkit-12.2.2-cp314-cp314t-macosx_10_15_universal2.whl; pyobjc_framework_shazamkit-12.2.2-cp315-cp315-macosx_10_15_universal2.whl; pyobjc_framework_shazamkit-12.2.2-cp315-cp315t-macosx_10_15_universal2.whl
Keywords: PyObjC, ShazamKit
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-CoreAudioProvides Python bindings to macOS's CoreAudio…
permissive · top 15,000 on PyPI
shazamioAsynchronous Python library that recognizes…
permissive · top 15,000 on PyPI
pyobjc-framework-iTunesLibraryProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-CoreAudioKitProvides Python bindings for macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-SoundAnalysisProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-CoreMIDIProvides Python bindings to macOS's CoreMIDI…
permissive · top 15,000 on PyPI
pyacoustidProvides Python bindings for Chromaprint…
permissive · top 15,000 on PyPI
pyobjc-framework-PHASEProvides Python bindings to Apple's PHASE…
permissive · top 15,000 on PyPI
pyobjc-framework-MediaPlayerProvides Python bindings to macOS's MediaPlayer…
permissive · top 15,000 on PyPI
pyobjc-framework-ReplayKitProvides Python bindings to Apple's ReplayKit…
permissive · top 15,000 on PyPI