Metadata-Version: 2.1
Name: raumo-data-tools
Version: 0.1.0
Summary: Package containing core functions for data ETL workloads.
Home-page: https://github.com/raumobil/data_toolbox
License: MIT
Keywords: influxdb,pandas
Author: Tanja Klopper
Author-email: t.klopper@raumobil.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: influxdb-client (>=1.28.0,<2.0.0)
Requires-Dist: pandas (>=1.4.0,<2.0.0)
Project-URL: Repository, https://github.com/raumobil/data_toolbox
Description-Content-Type: text/markdown

# data_toolbox
data handler package

# Installation


# Importbeispiele
`from raumo_data_handler.data_handler import MatomoHandler`

`from raumo_data_handler.influx_writer import InfluxDbWriter`

`from raumo_data_handler.config_handler import ConfigHandler`

