19 buildPythonPackage rec {
21 version = "2024.12.0";
24 disabled = pythonOlder "3.10";
26 src = fetchFromGitHub {
30 hash = "sha256-5mHMlPN4v5Awy8PKRBt5FCPlDYCRyFCgGLWE7btEmfU=";
53 pythonImportsCheck = [ "pydrawise" ];
56 description = "Library for interacting with Hydrawise sprinkler controllers through the GraphQL API";
57 homepage = "https://github.com/dknowles2/pydrawise";
58 changelog = "https://github.com/dknowles2/pydrawise/releases/tag/${version}";
59 license = licenses.asl20;
60 maintainers = with maintainers; [ fab ];