10 buildPythonPackage rec {
11 pname = "python-twitch-client";
13 disabled = pythonOlder "3.6";
15 src = fetchFromGitHub {
19 sha256 = "10wwkam3dw0nqr3v9xzigx1zjlrnrhzr7jvihddvzi84vjb6j443";
22 propagatedBuildInputs = [ requests ];
29 pythonImportsCheck = [ "twitch" ];
32 description = "Python wrapper for the Twitch API";
33 homepage = "https://github.com/tsifrer/python-twitch-client";
34 license = with licenses; [ mit ];
35 maintainers = with maintainers; [ fab ];