1 { buildPythonPackage, fetchPypi, lib, python, python-dateutil, requests
4 buildPythonPackage rec {
10 sha256 = "12iyypbl92ybh8w1bf4z0c2g0sb9id2c07c89vzvnlxgjylw3wbi";
13 propagatedBuildInputs = [ python-dateutil requests six sseclient-py ];
16 pythonImportsCheck = [ "nest" ];
20 "Python API and command line tool for talking to the Nestâ„¢ Thermostat";
21 homepage = "https://github.com/jkoelker/python-nest";
22 license = licenses.cc-by-nc-sa-40;
23 maintainers = with maintainers; [ jamiemagee ];