8 buildPythonPackage rec {
11 format = "setuptools";
14 pname = "Ambiclimate";
16 sha256 = "0vhmpazc2n7qyyh7wqsz635w0f8afk2i5d592ikb84bgnfn83483";
19 propagatedBuildInputs = [
24 # tests are not present
27 pythonImportsCheck = [ "ambiclimate" ];
30 description = "Python library to communicate with ambiclimate";
31 homepage = "https://github.com/Danielhiversen/pyAmbiclimate";
32 license = with licenses; [ mit ];
33 maintainers = with maintainers; [ fab ];