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.
$ pip3 install netdata
On a Fedora-based system or on a CentOS/RHEL machine which has EPEL enabled.
$ 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.
$ 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.
$ python3 -m venv .
$ source bin/activate
$ python3 setup.py develop
License
python-netdata is licensed under MIT, for more details check LICENSE.
Release files for netdata 1.4.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| netdata-1.4.0.tar.gz | 3.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| netdata-1.4.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.7 kB
Release files / netdata-1.4.0.tar.gz
| Download URL | netdata-1.4.0.tar.gz |
|---|---|
| Size | 3.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
240f5dd9486fc460e9e28b4f2c8c3ae688e29ae0c605a14178797825dc05c6b8
|
|
BLAKE2b-256 checksum How to use checksums |
5bb372a79729730c5b538ff5dcdfda4e6ae1df688869471514cf5d8106995466
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.12
|
Release files / netdata-1.4.0-py3-none-any.whl
| Download URL | netdata-1.4.0-py3-none-any.whl |
|---|---|
| Size | 4.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
30fef88cc1779764ebef28009e2da605e11adf12453866a9ce0181a87898ee2b
|
|
BLAKE2b-256 checksum How to use checksums |
ce204faf71b52d8731a3d06c8ff4826f99e3fcee8fb38cd597bd2ad798866c58
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.12
|