File: control

package info (click to toggle)
influxdb-python 5.3.2-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,444 kB
  • sloc: python: 7,274; makefile: 5
file content (35 lines) | stat: -rw-r--r-- 1,312 bytes parent folder | download
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
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-requests,
                     python3-mock,
                     python3-msgpack,
                     python3-requests-mock,
                     python3-pytest,
                     python3-pandas
Standards-Version: 4.6.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

Package: python3-influxdb
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-msgpack,
         python3-requests,
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.