7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "sha256-9yk7gIaWgH6azsa9z/Y/fcw8wbFIwMS0KZ70PJZvcXc=";
16 propagatedBuildInputs = [ requests six ];
18 # tests want to access the spotify API
20 pythonImportsCheck = [
26 homepage = "https://spotipy.readthedocs.org/";
27 changelog = "https://github.com/plamere/spotipy/blob/${version}/CHANGELOG.md";
28 description = "A light weight Python library for the Spotify Web API";
29 license = licenses.mit;
30 maintainers = with maintainers; [ rvolosatovs ];