11 buildPythonPackage rec {
12 pname = "python-nest";
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-01hoZbDssbJ10NA72gOtlzjZMGjsUBUoVDVM35uAOLU=";
23 propagatedBuildInputs = [
33 pythonImportsCheck = [
38 description = "Python API and command line tool for talking to the Nestâ„¢ Thermostat";
39 homepage = "https://github.com/jkoelker/python-nest";
40 license = licenses.cc-by-nc-sa-40;
41 maintainers = with maintainers; [ jamiemagee ];