Metadata-Version: 2.1
Name: dbc-influxdb
Version: 0.13.1
Summary: Database communication with InfluxDB v2.
Author: Lukas Hörtnagl
Author-email: holukas@ethz.ch
Requires-Python: >=3.9,<3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: influxdb-client (>=1.37.0)
Requires-Dist: pandas (>=2.1.0)
Requires-Dist: pyyaml (>=6.0.1)
Description-Content-Type: text/markdown

# dbc-influxdb

**d**ata**b**ase **c**ommunication with InfluxDB

Python library to communicate with `InfluxDB 2.x`: Show, download and upload data.

