https://github.com/home-assistant-ecosystem/python-netdata
Python API for interacting with Netdata (https://my-netdata.io).
https://github.com/home-assistant-ecosystem/python-netdata
aiohttp api-client asyncio home-assistant monitoring netdata
Last synced: 11 days ago
JSON representation
Python API for interacting with Netdata (https://my-netdata.io).
- Host: GitHub
- URL: https://github.com/home-assistant-ecosystem/python-netdata
- Owner: home-assistant-ecosystem
- License: mit
- Created: 2017-10-24T20:48:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2026-04-07T01:47:38.000Z (11 days ago)
- Last Synced: 2026-04-07T02:24:45.550Z (11 days ago)
- Topics: aiohttp, api-client, asyncio, home-assistant, monitoring, netdata
- Language: Python
- Homepage:
- Size: 167 KB
- Stars: 10
- Watchers: 1
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
python-netdata
==============
Python API for interacting with `Netdata `_. Currently
are the ``data``, the ``allmetrics`` and the ``alarms`` endpoint supported.
This module is not official, developed, supported or endorsed by Netdata.
Installation
------------
The module is available from the `Python Package Index `_.
.. code:: bash
$ pip3 install netdata
On a Fedora-based system or on a CentOS/RHEL machine which has EPEL enabled.
.. code:: bash
$ sudo dnf -y install python3-netdata
For Nix or NixOS users is a package available. Keep in mind that the latest releases might only
be present in the ``unstable`` channel.
.. code:: bash
$ nix-env -iA nixos.python3Packages.netdata
Usage
-----
The file ``example.py`` contains an example about how to use this module.
Development
-----------
For development is recommended to use a ``venv``.
.. code:: bash
$ python3 -m venv .
$ source bin/activate
$ python3 setup.py develop
License
-------
``python-netdata`` is licensed under MIT, for more details check LICENSE.