7 buildPythonPackage rec {
8 pname = "python-ecobee-api";
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-lJCbNOQJ8xmMa4V+tSFZx4QasK8ZLfsFavMP9Zge4K4=";
17 propagatedBuildInputs = [
21 # no tests implemented
24 pythonImportsCheck = [ "pyecobee" ];
27 description = "Python API for talking to Ecobee thermostats";
28 homepage = "https://github.com/nkgilley/python-ecobee-api";
29 license = licenses.mit;
30 maintainers = with maintainers; [ dotlambda ];