7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "b8b4e15c3228b01c9fad3651e09fea1654357ae8c333096e759a1b7d0eb4e789";
16 propagatedBuildInputs = [
20 # no tests implemented
23 pythonImportsCheck = [ "konnected" ];
26 description = "Async Python library for interacting with Konnected home automation controllers";
27 homepage = "https://github.com/konnected-io/konnected-py";
28 license = licenses.mit;
29 maintainers = with maintainers; [ dotlambda ];