python-netdata
==============
Python API for interacting with `Netdata <https://my-netdata.io/>`_. 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 <https://pypi.python.org/pypi>`_.
.. 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 lastest 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.
Raw data
{
"_id": null,
"home_page": "https://github.com/home-assistant-ecosystem/python-netdata",
"name": "netdata",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.10",
"maintainer_email": null,
"keywords": null,
"author": "Fabian Affolter",
"author_email": "mail@fabian-affolter.ch",
"download_url": "https://files.pythonhosted.org/packages/98/8f/28ce4478af8182058882cc308560a80fc2931a2de921c497be6b01290672/netdata-1.3.0.tar.gz",
"platform": null,
"description": "python-netdata\n==============\n\nPython API for interacting with `Netdata <https://my-netdata.io/>`_. Currently\nare the ``data``, the ``allmetrics`` and the ``alarms`` endpoint supported.\n\nThis module is not official, developed, supported or endorsed by Netdata.\n\nInstallation\n------------\n\nThe module is available from the `Python Package Index <https://pypi.python.org/pypi>`_.\n\n.. code:: bash\n\n $ pip3 install netdata\n\nOn a Fedora-based system or on a CentOS/RHEL machine which has EPEL enabled.\n\n.. code:: bash\n\n $ sudo dnf -y install python3-netdata\n\nFor Nix or NixOS users is a package available. Keep in mind that the lastest releases might only\nbe present in the ``unstable`` channel.\n\n.. code:: bash\n\n $ nix-env -iA nixos.python3Packages.netdata\n\nUsage\n-----\n\nThe file ``example.py`` contains an example about how to use this module.\n\nDevelopment\n-----------\n\nFor development is recommended to use a ``venv``.\n\n.. code:: bash\n\n $ python3 -m venv .\n $ source bin/activate\n $ python3 setup.py develop\n\nLicense\n-------\n\n``python-netdata`` is licensed under MIT, for more details check LICENSE.\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Python API for interacting with Netdata",
"version": "1.3.0",
"project_urls": {
"Homepage": "https://github.com/home-assistant-ecosystem/python-netdata",
"Repository": "https://github.com/home-assistant-ecosystem/python-netdata"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "efd3026fe892b58b69c24ae8d4841beec4aa6ff4c1a5dad1012a503284c29f01",
"md5": "13b7ff25259258648e6d7d207e949d9a",
"sha256": "abd79feb91dea48ea4615f970ed0c400d382f2eb850f028e9772df7d39d800f1"
},
"downloads": -1,
"filename": "netdata-1.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "13b7ff25259258648e6d7d207e949d9a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.10",
"size": 4208,
"upload_time": "2024-12-02T23:53:25",
"upload_time_iso_8601": "2024-12-02T23:53:25.455616Z",
"url": "https://files.pythonhosted.org/packages/ef/d3/026fe892b58b69c24ae8d4841beec4aa6ff4c1a5dad1012a503284c29f01/netdata-1.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "988f28ce4478af8182058882cc308560a80fc2931a2de921c497be6b01290672",
"md5": "22cb51e5d8ab759059c3a42a2b707b71",
"sha256": "42f824bb56e4f8882c7b3bb324a6a6bf6fcbf95bee7bb37c61c46423a4714e87"
},
"downloads": -1,
"filename": "netdata-1.3.0.tar.gz",
"has_sig": false,
"md5_digest": "22cb51e5d8ab759059c3a42a2b707b71",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.10",
"size": 3688,
"upload_time": "2024-12-02T23:53:27",
"upload_time_iso_8601": "2024-12-02T23:53:27.593498Z",
"url": "https://files.pythonhosted.org/packages/98/8f/28ce4478af8182058882cc308560a80fc2931a2de921c497be6b01290672/netdata-1.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-02 23:53:27",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "home-assistant-ecosystem",
"github_project": "python-netdata",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "netdata"
}