Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/home-assistant-ecosystem/python-glances-api
Python API for interacting with Glances
https://github.com/home-assistant-ecosystem/python-glances-api
glances home-assistant iot monitoring smart-home systems
Last synced: 25 days ago
JSON representation
Python API for interacting with Glances
- Host: GitHub
- URL: https://github.com/home-assistant-ecosystem/python-glances-api
- Owner: home-assistant-ecosystem
- License: mit
- Created: 2018-08-14T19:32:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T04:22:37.000Z (7 months ago)
- Last Synced: 2024-04-13T15:49:37.152Z (7 months ago)
- Topics: glances, home-assistant, iot, monitoring, smart-home, systems
- Language: Python
- Homepage:
- Size: 176 KB
- Stars: 3
- Watchers: 2
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
python-glances-api
==================A Python client for interacting with `Glances `_.
This module is not official, developed, supported or endorsed by Glances.
Installation
------------The module is available from the `Python Package Index `_.
.. code:: bash
$ pip3 install glances_api
Or on a Fedora-based system or on a CentOS/RHEL machine with has EPEL enabled.
.. code:: bash
$ sudo dnf -y install python3-glances-api
For Nix or NixOS is `pre-packed module `_
available. The lastest release is usually present in the ``unstable`` channel... code:: bash
$ nix-env -iA nixos.python3Packages.glances-api
Usage
-----The file ``example.py`` contains an example about how to use this module.
License
-------``python-glances-api`` is licensed under MIT, for more details check LICENSE.