1 { lib, buildPythonPackage, fetchFromGitHub, requests, mock, responses, pytest }:
3 buildPythonPackage rec {
7 propagatedBuildInputs = [ requests ];
9 src = fetchFromGitHub {
11 repo = "python-tunigo";
13 sha256 = "07q9girrjjffzkn8xj4l3ynf9m4psi809zf6f81f54jdb330p2fs";
16 nativeCheckInputs = [ mock responses pytest ];
23 description = "Python API for the browse feature of Spotify";
24 homepage = "https://github.com/trygveaa/python-tunigo";
25 license = licenses.asl20;