11 buildPythonPackage rec {
14 format = "setuptools";
16 propagatedBuildInputs = [ requests ];
18 src = fetchFromGitHub {
20 repo = "python-tunigo";
22 sha256 = "07q9girrjjffzkn8xj4l3ynf9m4psi809zf6f81f54jdb330p2fs";
36 description = "Python API for the browse feature of Spotify";
37 homepage = "https://github.com/trygveaa/python-tunigo";
38 license = licenses.asl20;