7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "1i3gr5vygqh2ryg67sl13aaql7nvf3nbybrg54628r4g7911b5rk";
17 propagatedBuildInputs = [ requests ];
19 # Project has no tests
21 pythonImportsCheck = [ "pyedimax" ];
24 description = "Python library for interfacing with the Edimax smart plugs";
25 homepage = "https://github.com/andreipop2005/pyedimax";
26 license = with licenses; [ mit ];
27 maintainers = with maintainers; [ fab ];