{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/21"}],"enrichment":{"capability":"Asynchronous Python client for fetching data from Spotify's API using modern async/await patterns.","skillfed_tags":["async-http","music-api"],"use_cases":["Build a Discord bot or Telegram bot that queries Spotify for track info, artist details, or playlist data asynchronously.","Create a web service that aggregates Spotify metadata for multiple users concurrently without blocking.","Fetch Spotify data in a background task or scheduled job within an async application.","Integrate Spotify search and recommendation endpoints into an async music recommendation engine."],"what_it_does":"spotifyaio is an async Python wrapper around Spotify's API, built on aiohttp for non-blocking I/O. It lets you query Spotify data\u2014tracks, artists, playlists, and more\u2014using Python's async/await syntax, making it suitable for concurrent applications, bots, and services that need to fetch Spotify metadata without blocking. The package depends on aiohttp for HTTP requests, mashumaro and orjson for efficient serialization, and yarl for URL handling.\n\nThe library targets Python 3.13+ and is actively maintained. It uses semantic versioning and publishes releases via GitHub. The MIT license places no restrictions on commercial or private use. With low install friction and no known vulnerabilities, it's a straightforward choice for developers building async Spotify integrations.","worth_installing":"Yes. The package is actively maintained, has no known vulnerabilities, uses a permissive MIT license, and requires only common async dependencies. Install friction is low and Python 3.13+ support is current. Install it if you need to query Spotify's API from async Python code; the only gotcha is the Python 3.13+ requirement."},"id":"spotifyaio","links":{"html":"https://skillfed.io/packages/spotifyaio","md":"https://skillfed.io/packages/spotifyaio.md","pypi":"https://pypi.org/project/spotifyaio/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-03-04","license_spdx":null,"license_treatment":"permissive","name":"spotifyaio","python_support":"supports_current","summary":"Asynchronous Python client for Spotify."},"popularity":{"monthly_downloads":93970,"position":13354,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.0.2"}
