cosmeproduction/private/: influxdbhelper-0.0.5 metadata and description

Simple index

Cosme Influxdb client wrapper with extra functionalities

author Nedeleg BIGI
author_email nedeleg.bigi@gmail.com
classifiers
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
description_content_type text/markdown
project_urls
  • Repository, https://git.metasolutions.fr/bmd/cosme.influxdbhelper.git
requires_dist
  • casadi (>=3.6.4,<4.0.0)
  • influxdb (>=5.3.1,<6.0.0)
  • influxdb-client (>=1.39.0,<2.0.0)
  • numpy (>=1.26.2,<2.0.0)
  • pandas (>=2.1.4,<3.0.0)
requires_python >=3.9,<3.12

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
influxdbhelper-0.0.5-py3-none-any.whl
Size
5 KB
Type
Python Wheel
Python
3
influxdbhelper-0.0.5.tar.gz
Size
4 KB
Type
Source

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 for more information.