File: control

package info (click to toggle)
influxdb-python 5.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 552 kB
  • sloc: python: 5,860; makefile: 6
file content (55 lines) | stat: -rw-r--r-- 2,007 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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: 4.0.0
Vcs-Git: https://salsa.debian.org/debian/influxdb-python.git
Vcs-Browser: https://salsa.debian.org/debian/influxdb-python
Homepage: https://pypi.python.org/pypi/influxdb
Testsuite: autopkgtest-pkg-python

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,
         python3-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.