Metadata-Version: 2.4 Name: glances_api Version: 0.10.0 Summary: Python API for interacting with Glances License: MIT License-File: LICENSE Author: Fabian Affolter Author-email: fabian@affolter-engineering.ch Requires-Python: >=3.13,<4.0 Classifier: Development Status :: 3 - Alpha Classifier: Environment :: Console Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: MIT License Classifier: Operating System :: MacOS :: MacOS X Classifier: Operating System :: Microsoft :: Windows Classifier: Operating System :: POSIX Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.13 Classifier: Programming Language :: Python :: 3.14 Classifier: Topic :: Utilities Requires-Dist: httpx (>=0.28,<1) Project-URL: Homepage, https://github.com/home-assistant-ecosystem/python-glances-api Project-URL: Repository, https://github.com/home-assistant-ecosystem/python-glances-api/releases Description-Content-Type: text/markdown python-glances-api ================== A Python client for interacting with [Glances](https://nicolargo.github.io/glances/). This module is not official, developed, supported or endorsed by Glances. Installation ------------ The module is available from the [Python Package Index](https://pypi.python.org/pypi). ```bash $ pip3 install glances_api ``` Or on a Fedora-based system or on a CentOS/RHEL machine with has EPEL enabled. ```bash $ sudo dnf -y install python3-glances-api ``` For Nix or NixOS is[ pre-packed module](https://search.nixos.org/packages?channel=unstable&query=glances-api) available. The latest release is usually present in the ``unstable`` channel. ```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.