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 53 54
|
Source: influxdb-python
Section: python
Priority: optional
Maintainer: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python-setuptools,
python3-all,
python3-setuptools
Build-Depends-Indep: python-requests (>= 1.0.3),
python-mock,
python-requests-mock (>= 0.5.1),
python-six (>= 0.1.9),
python-nose,
python-pandas,
python3-requests,
python3-mock,
python3-requests-mock (>= 0.5.1),
python3-six (>= 0.1.9),
python3-nose,
python3-pandas
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/collab-maint/influxdb-python.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/influxdb-python.git
Homepage: https://pypi.python.org/pypi/influxdb
Package: python-influxdb
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
python-requests (>= 1.0.3),
python-six (>= 0.1.9)
Description: Client for InfluxDB - Python 2.7
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 2.7 module.
Package: python3-influxdb
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-requests,
python-six (>= 0.1.9)
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.
|