7 , graphql-subscription-manager
13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.9";
20 src = fetchFromGitHub {
21 owner = "Danielhiversen";
23 rev = "refs/tags/${version}";
24 hash = "sha256-aGl43gxrnKwo3ZhN+EpSBMZw0wKWf5aIPFx3goo8Nog=";
27 propagatedBuildInputs = [
30 graphql-subscription-manager
43 # tests access network
46 pythonImportsCheck = [
51 description = "Python library to communicate with Tibber";
52 homepage = "https://github.com/Danielhiversen/pyTibber";
53 license = licenses.mit;
54 maintainers = with maintainers; [ dotlambda ];