9 buildPythonPackage rec {
10 pname = "aiohwenergy";
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
20 hash = "sha256-WfkwIxyDzLNzhWNWST/V3iN9Bhu2oXDwGiA5UXCq5ho=";
23 propagatedBuildInputs = [
27 # Project has no tests
30 pythonImportsCheck = [
35 description = "Python library to interact with the HomeWizard Energy devices API";
36 homepage = "https://github.com/DCSBL/aiohwenergy";
37 license = licenses.asl20;
38 maintainers = with maintainers; [ fab ];