8 buildPythonPackage rec {
12 src = fetchFromGitHub {
14 repo = "xboxapi-python";
16 sha256 = "10mhvallkwf5lw91hj5rv16sziqhhjq7sgcgr28sqqnlgjnyazdd";
19 propagatedBuildInputs = [ requests ];
21 checkInputs = [ pytestCheckHook ];
23 pythonImportsCheck = [ "xboxapi" ];
26 description = "Python XBOX One API wrapper";
27 homepage = "https://github.com/mKeRix/xboxapi-python";
28 license = with licenses; [ mit ];
29 maintainers = with maintainers; [ fab ];