8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "sha256-x0mkC2k65VrDhv7UavgDUuRWIQoAJMDtA7jNXNUJuVg=";
17 propagatedBuildInputs = [
22 # Tests require credentials
24 pythonImportsCheck = [ "pyeconet" ];
27 description = "Python interface to the EcoNet API";
28 homepage = "https://github.com/w1ll1am23/pyeconet";
29 license = with licenses; [ mit ];
30 maintainers = with maintainers; [ fab ];