A caching Python interface to readonly parts of the Spotify API. Current version 0.2.12, requires Python >=3.10, with monthly releases. Provides simple access to Spotify data with built-in caching.
pip install spotifythonNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize with credentials and fetch a track by ID.
Use other libraries (e.g., spotipy) for write operations.
Pass a valid client_id and client_secret from Spotify Developer Dashboard.
Use specific methods like spotify.track() where possible.