8 buildPythonPackage rec {
13 src = fetchFromGitHub {
17 sha256 = "1nymlrf0j430851plp355697p55asfxjmavdh2zr96b16d41dnn4";
20 nativeBuildInputs = [ poetry-core ];
22 propagatedBuildInputs = [ requests ];
24 # Project has no tests
26 pythonImportsCheck = [ "pynuki" ];
29 description = "Python bindings for nuki.io bridges";
30 homepage = "https://github.com/pschmitt/pynuki";
31 license = with licenses; [ gpl3Only ];
32 maintainers = with maintainers; [ fab ];