A Python client for interacting with Glances.
This module is not official, developed, supported or endorsed by Glances.
The module is available from the Python Package Index.
$ pip3 install glances_apiOr on a Fedora-based system or on a CentOS/RHEL machine with has EPEL enabled.
$ sudo dnf -y install python3-glances-apiFor Nix or NixOS is pre-packed module
available. The lastest release is usually present in the unstable channel.
$ nix-env -iA nixos.python3Packages.glances-apiThe file example.py contains an example about how to use this module.
python-glances-api is licensed under MIT, for more details check LICENSE.