Metadata-Version: 2.1
Name: gewv-timeseries-client
Version: 0.5.9
Summary: Client to read & write data from timeseries db.
Home-page: https://github.com/gewv-tu-dresden/timeseries-client
License: MIT
Author: Karl Wolfgang
Author-email: karl_eugen.wolffgang@tu-dresden.de
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: ciso8601 (>=2.2.0,<3.0.0)
Requires-Dist: influxdb-client (>=1.32.0,<2.0.0)
Requires-Dist: loguru (>=0.6.0,<0.7.0)
Requires-Dist: numpy (>=1.23.2,<2.0.0)
Requires-Dist: pandas (>=1.4.4,<2.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: urllib3 (>=1.26.12,<2.0.0)
Description-Content-Type: text/markdown

# GEWV Timeseries Client

This client is a abstraction of the offical Influx-Client to get and write points to our Influx-TimeseriesDB.

## Installation

```
pip install gewv-timeseries-client
```

## Development

For testing you can install all deps and start the module with that commands.

```
poetry install
poetry shell
python examples/read_and_write_data.py
```

## Plans

- Add more example
- Add tests

