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
|
Source: influxdb-python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Alexandre Viau <aviau@debian.org>,
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-setuptools,
Build-Depends-Indep:
python3-msgpack,
python3-pandas,
python3-pytest,
python3-requests,
python3-requests-mock,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/influxdb-python
Vcs-Git: https://salsa.debian.org/python-team/packages/influxdb-python.git
Homepage: https://github.com/influxdata/influxdb-python
Rules-Requires-Root: no
X-Style: black
Package: python3-influxdb
Architecture: all
Depends:
python3-msgpack,
python3-requests,
${misc:Depends},
${python3:Depends},
Description: Client for InfluxDB - Python 3.x
API bindings for InfluxDB. Supports both InfluxDB v0.8 and InfluxDB >= 0.9.
InfluxDB is an open source distributed time series database with no external
dependencies. It's useful for recording metrics, events, and performing
analytics.
.
This package contains the Python 3.x module.
|