1 { lib, buildPythonPackage, fetchFromGitHub, requests, pycountry }:
3 buildPythonPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "0yc3az5531qs8nbcw4rhgrszwczgy4bikfwfar7xb2044360sslw";
14 propagatedBuildInputs = [ requests pycountry ];
16 # This module has no tests
19 pythonImportsCheck = [ "itunespy" ];
22 description = "A simple library to fetch data from the iTunes Store API";
23 homepage = "https://github.com/sleepyfran/itunespy";
24 license = licenses.mit;
25 maintainers = with maintainers; [ j0hax ];