File: control

package info (click to toggle)
influxdb-python 0.1.12-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 156 kB
  • ctags: 97
  • sloc: python: 571; makefile: 5
file content (34 lines) | stat: -rw-r--r-- 1,008 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
Source: influxdb-python
Maintainer: Alexandre Viau <alexandre@alexandreviau.net>
Homepage: https://pypi.python.org/pypi/influxdb
Section: python
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-setuptools,
               python-requests (>= 1.0.3),
               python-mock,
               python-nose,
               python3-all,
               python3-setuptools,
               python3-requests,
               python3-mock,
               python3-nose
Standards-Version: 3.9.6

Package: python-influxdb
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-requests (>= 1.0.3)
Description: Python client for InfluxDB
 .
 This is the Python 2 compatible package.

Package: python3-influxdb
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-requests
Description: Python 3 client for InfluxDB
 .
 This is the Python 3 compatible package.