skillfed

pyobjc-framework-ShazamKit

Wrappers for the framework ShazamKit on macOS

pyobjc-framework-shazamkit v12.2.2 652.4K downloads/30d#5,544 on PyPI803
Permissive license MIT Active released

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

uv

uv add pyobjc-framework-shazamkit

poetry

poetry add pyobjc-framework-shazamkit

Installing 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

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 audio recognition pythonshazamkit python bindingsmusic identification macospyobjc shazamkit wrapperaudio fingerprinting macossong recognition frameworkshazam api python macos
macos-onlyaudio-recognitionpyobjc-binding

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

Provides Python bindings to macOS's CoreAudio…

permissive · top 15,000 on PyPI

shazamio

Asynchronous Python library that recognizes…

permissive · top 15,000 on PyPI

pyobjc-framework-iTunesLibrary

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-CoreAudioKit

Provides Python bindings for macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-SoundAnalysis

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-CoreMIDI

Provides Python bindings to macOS's CoreMIDI…

permissive · top 15,000 on PyPI

pyacoustid

Provides Python bindings for Chromaprint…

permissive · top 15,000 on PyPI

pyobjc-framework-PHASE

Provides Python bindings to Apple's PHASE…

permissive · top 15,000 on PyPI

pyobjc-framework-MediaPlayer

Provides Python bindings to macOS's MediaPlayer…

permissive · top 15,000 on PyPI

pyobjc-framework-ReplayKit

Provides Python bindings to Apple's ReplayKit…

permissive · top 15,000 on PyPI