8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "sha256-oGOT4RvftI/2Ri2icM/AtglNZXt10jkFh/rlr6A46YE=";
17 propagatedBuildInputs = [
22 # no tests are present
25 pythonImportsCheck = [ "netdata" ];
28 description = "Python API for interacting with Netdata";
29 homepage = "https://github.com/home-assistant-ecosystem/python-netdata";
30 license = with licenses; [ mit ];
31 maintainers = with maintainers; [ fab ];