10 buildPythonPackage rec {
11 pname = "niko-home-control";
13 format = "setuptools";
15 disabled = pythonOlder "3.8";
17 src = fetchFromGitHub {
21 sha256 = "0ah02dfnnbk98grvd180fp9rak5gpi58xiql1yyzig5pcbjidvk3";
24 propagatedBuildInputs = [
30 # Project has no tests
33 pythonImportsCheck = [
38 description = "Python SDK for Niko Home Control";
39 homepage = "https://github.com/NoUseFreak/niko-home-control";
40 license = with licenses; [ mit ];
41 maintainers = with maintainers; [ fab ];