File: control

package info (click to toggle)
python-whisper 0.9.15-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 184 kB
  • ctags: 222
  • sloc: python: 1,331; makefile: 6
file content (25 lines) | stat: -rw-r--r-- 1,059 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
Source: python-whisper
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Elliot Murphy <elliot@ubuntu.com>,
           Jonas Genannt <genannt@debian.org>
Build-Depends: debhelper (>= 8),
               dh-python,
               perl,
               python-all (>= 2.6.6-3~),
               python-setuptools
Standards-Version: 3.9.6
X-Python-Version: >=2.6
Homepage: https://github.com/graphite-project/whisper
Vcs-Git: git://anonscm.debian.org/pkg-graphite/packages/python-whisper.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-graphite/packages/python-whisper.git;a=summary

Package: python-whisper
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-rrdtool
Description: database engine for fast, reliable fixed-sized databases
 Whisper is a fixed size database, similar in design to the Round Robin
 database tool (RRDtool). Whisper is used by the Graphite scalable real
 time graphing system to store time-series data for later display.