Metadata-Version: 2.4
Name: xaal.influxdb
Version: 0.1.3
Summary: xAAL device for InfluxDB logging
Author-email: Pierre-Henri Horrein <freki@frekilabs.fr>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://recherche.imt-atlantique.fr/xaal/
Project-URL: Documentation, https://gitlab.imt-atlantique.fr/xaal/code/python/-/blob/main/devices/loggers/influxdb/README.rst
Project-URL: Source, https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/loggers/influxdb
Keywords: xaal,influxdb
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/x-rst
Requires-Dist: xaal.lib
Requires-Dist: influxdb


xaal.influxdb
=============
xaal.influxdb is an InfluxDB logger for xAAL. It can either log all values seen
on the bus, or log specific devices. 

For a full description of the protocol check out http://xaal.tk



Dependencies
~~~~~~~~~~~~
xaal.lib depends on :
- ujson
- pysodium
- configobj

But ujson compiled by hand (with pip install ie), will lead in a slow startup.
I'm unable to know exactly why. Using package distribution is really recommended.
If you can't, simply use json in place.

