1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
Source: python-influxdb-client
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
Thomas Goirand <zigo@debian.org>,
Build-Depends:
debhelper (>= 10),
dh-python,
openstack-pkg-tools,
python3-all,
python3-setuptools,
python3-sphinx,
Build-Depends-Indep:
python3-aioresponses,
python3-certifi,
python3-dateutil,
python3-httpretty,
python3-jinja2,
python3-pandas,
python3-pluggy,
python3-psutil,
python3-py,
python3-pytest,
python3-pytest-timeout,
python3-rx,
python3-sphinx-rtd-theme,
python3-urllib3,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-influxdb-client
Vcs-Git: https://salsa.debian.org/openstack-team/python/python-influxdb-client.git
Homepage: https://github.com/influxdata/influxdb-client-python
Package: python3-influxdb-client
Architecture: all
Depends:
python3-certifi,
python3-dateutil,
python3-pandas,
python3-rx,
python3-urllib3,
${misc:Depends},
${python3:Depends},
Description: InfluxDB 2.0 Python client library
Client library for use with InfluxDB 2.x and Flux. InfluxDB 3.x users should
instead use the lightweight v3 client library (influxdb3-python). InfluxDB 1.x
users should use the v1 client library (influxdb-python). For ease of
migration and a consistent query and write experience, v2 users should
consider using InfluxQL and the v1 client library (influxdb-python).
.
The API of the influxdb-client is not the backwards-compatible with the old
one influxdb-python.
|