8 buildPythonPackage rec {
12 src = fetchFromGitHub {
13 owner = "home-assistant-ecosystem";
14 repo = "python-glances-api";
16 sha256 = "sha256-mbkZZg2fmus4kOXFxHE/UV/nxemFAsoEZu8IUa7SPsg=";
19 propagatedBuildInputs = [
24 # no tests are present
26 pythonImportsCheck = [ "glances_api" ];
29 description = "Python API for interacting with Glances";
30 homepage = "https://github.com/home-assistant-ecosystem/python-glances-api";
31 license = with licenses; [ mit ];
32 maintainers = with maintainers; [ fab ];