File: control

package info (click to toggle)
graphite-web 0.9.12%2Bdebian-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 13,464 kB
  • ctags: 3,343
  • sloc: python: 6,713; sh: 79; makefile: 44
file content (43 lines) | stat: -rw-r--r-- 1,576 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
Source: graphite-web
Section: web
Priority: extra
Maintainer: Debian Graphite Group <pkg-graphite-maint@lists.alioth.debian.org>
Uploaders: Jonas Genannt <jonas.genannt@capi2name.de>,
 Mathieu Parent <sathieu@debian.org>
Build-Depends: debhelper (>= 9), python-all
Standards-Version: 3.9.5
Homepage: https://github.com/graphite-project/graphite-web/
Vcs-Git: git://anonscm.debian.org/pkg-graphite/packages/graphite-web.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-graphite/packages/graphite-web.git;a=summary

Package: graphite-web
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
 adduser,
 python-cairo,
 python-django (>> 1.6-1~),
 python-simplejson,
 python-django-tagging (>> 1:0.3.1-3~),
 python-tz,
 python-pyparsing,
 libjs-scriptaculous,
 libjs-jquery,
 libjs-prototype,
 libjs-jquery-flot,
 python-whisper
Suggests: python-memcache,
 libapache2-mod-wsgi,
 python-ldap,
 python-mysqldb,
 graphite-carbon
Description: Enterprise Scalable Realtime Graphing
 Graphite consists of a storage backend and a web-based visualization
 frontend. Client applications send streams of numeric time-series
 data to the Graphite backend (called carbon), where it gets stored in
 fixed-size database files similar in design to RRD. The web frontend
 provides 2 distinct user interfaces for visualizing this data in
 graphs as well as a simple URL-based API for direct graph generation.
 .
 Graphite's design is focused on providing simple interfaces (both to
 users and applications), real-time visualization, high-availability,
 and enterprise scalability.