13 buildPythonPackage rec {
15 version = "2024.12.22";
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
21 owner = "wefabricate";
24 hash = "sha256-hd0mqdcj+rvrYCvxhK3ewuiDekWUgTD7JypjL/EMqv8=";
32 build-system = [ setuptools ];
44 pythonImportsCheck = [ "weheat" ];
47 description = "Library to interact with the weheat API";
48 homepage = "https://github.com/wefabricate/wh-python";
49 license = lib.licenses.mit;
50 maintainers = with lib.maintainers; [ fab ];