6 buildPythonPackage rec {
7 pname = "pydanfossair";
10 src = fetchFromGitHub {
12 repo = "pydanfoss-air";
14 sha256 = "0950skga7x930whdn9f765x7fi8g6rr3zh99zpzaj8avjdwf096b";
17 # Project has no tests
19 pythonImportsCheck = [ "pydanfossair" ];
22 description = "Python interface for Danfoss Air HRV systems";
23 homepage = "https://github.com/JonasPed/pydanfoss-air";
24 license = with licenses; [ asl20 ];
25 maintainers = with maintainers; [ fab ];