Source: influxdb-python Maintainer: Debian Python Team Uploaders: Alexandre Viau Section: python Testsuite: autopkgtest-pkg-python Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptools Build-Depends-Indep: python3-requests, python3-mock, python3-msgpack, python3-requests-mock, python3-six, python3-nose, python3-pandas Standards-Version: 4.5.1 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://pypi.python.org/pypi/influxdb Package: python3-influxdb Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-msgpack, python3-requests, python3-six 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.