Metadata-Version: 2.4
Name: influxdbhelper
Version: 0.0.5
Summary: Cosme Influxdb client wrapper with extra functionalities
Author: Nedeleg BIGI
Author-email: nedeleg.bigi@gmail.com
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: casadi (>=3.6.4,<4.0.0)
Requires-Dist: influxdb (>=5.3.1,<6.0.0)
Requires-Dist: influxdb-client (>=1.39.0,<2.0.0)
Requires-Dist: numpy (>=1.26.2,<2.0.0)
Requires-Dist: pandas (>=2.1.4,<3.0.0)
Project-URL: Repository, https://git.metasolutions.fr/bmd/cosme.influxdbhelper.git
Description-Content-Type: text/markdown

# cosme.influxdbhelper

## Add this library to your project

### Pypi

Add this line to the top of your requirements.txt file:

```
--extra-index-url https://__token__:<YOUR_GITLAB_ACCESS_TOKEN>@git.metasolutions.fr/api/v4/projects/7/packages/pypi/simple
```

Add the library (adapt the version number if needed):

```
influxdbhelper==0.0.1
```

### Poetry

Configure the package repository if you haven't aldready:

```
poetry source add --priority=supplemental gitmetashared https://git.metasolutions.fr/api/v4/projects/7/packages/pypi/simple
poetry config http-basic.gitmetashared __token__ glpat-yrR-AreTwg2n_N3edLfR
```

Add the library (adapt the version number if needed):

```
poetry add influxdbhelper@^0.0.1
```

## Development

Check the [development documentation](https://bmdteam.slite.com/app/docs/7DgAYos-j0uHbY/Packages-using-poetry) for more information.

