8 buildPythonPackage rec {
13 pname = "Ambiclimate";
15 sha256 = "0vhmpazc2n7qyyh7wqsz635w0f8afk2i5d592ikb84bgnfn83483";
18 propagatedBuildInputs = [
23 # tests are not present
26 pythonImportsCheck = [ "ambiclimate" ];
29 description = "Python library to communicate with ambiclimate";
30 homepage = "https://github.com/Danielhiversen/pyAmbiclimate";
31 license = with licenses; [ mit ];
32 maintainers = with maintainers; [ fab ];