Metadata-Version: 1.1
Name: netdata
Version: 0.1.2
Summary: Python API for interacting with Netdata.
Home-page: https://github.com/fabaff/python-netdata
Author: Fabian Affolter
Author-email: fabian@affolter-engineering.ch
License: MIT
Download-URL: https://github.com/fabaff/python-netdata/releases
Description: python-netdata
        ==============
        
        Python API for interacting with `Netdata <https://my-netdata.io/>`_. Currently
        are the ``data``, the ``allmetrics`` and the ``alarms`` endpoint supported.
        
        Installation
        ------------
        
        The module is available from the `Python Package Index <https://pypi.python.org/pypi>`_.
        
        .. code:: bash
        
            $ pip3 install 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.6 -m venv .
            $ source bin/activate
            $ python3 setup.py develop
        
        License
        -------
        
        ``python-netdata`` is licensed under MIT, for more details check LICENSE.
        
Platform: UNKNOWN
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.5
Classifier: Topic :: Utilities
