python-kairosdb – KairosDB REST API python client and interface

The kairosdb package provides an intuitive and easy to use interface to KairosDB REST API. It defines the following attribute:

kairosdb.VERSION = '0.2.1'

Current version of the package as str.

kairosdb.LOG = None

Basic logger for KairosDB interface module

kairosdb.basic_logger()[source]

Configure a basic logger for KairosDB interface

Returns:Logger object