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