8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "sha256-8qLyBJp7C93x0PWbgDAtNEDJ5VLNfwZ3DRZfudRCBgo=";
17 propagatedBuildInputs = [ aiohttp lxml ];
19 # Project has no tests
21 pythonImportsCheck = [ "pykmtronic" ];
24 description = "Python client to interface with KM-Tronic web relays";
25 homepage = "https://github.com/dgomes/pykmtronic";
26 license = licenses.mit;
27 maintainers = with maintainers; [ fab ];