File: control

package info (click to toggle)
graphite-web 1.1.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,592 kB
  • sloc: javascript: 86,823; python: 11,977; sh: 61; makefile: 50
file content (60 lines) | stat: -rw-r--r-- 1,756 bytes parent folder | download | duplicates (2)
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
56
57
58
59
60
Source: graphite-web
Section: web
Priority: extra
Maintainer: Debian Graphite Group <team+debian-graphite-team@tracker.debian.org>
Uploaders:
 Jonas Genannt <genannt@debian.org>,
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper (>= 10),
 dh-python,
 python3-all,
Build-Depends-Indep:
 python3-cairo,
 python3-django,
 python3-django-tagging,
 python3-pyparsing,
 python3-simplejson,
 python3-tz,
 python3-urllib3,
 python3-whisper (>= 1.1.4),
 python3-cairocffi,
 python3-six,
Standards-Version: 4.0.0.4
Homepage: https://github.com/graphite-project/graphite-web/
Vcs-Git: https://salsa.debian.org/debian-graphite-team/graphite-web.git
Vcs-Browser: https://salsa.debian.org/debian-graphite-team/graphite-web

Package: graphite-web
Architecture: all
Depends:
 adduser,
 python3-cairo,
 python3-django,
 python3-django-tagging,
 python3-pyparsing,
 python3-simplejson,
 python3-tz,
 python3-urllib3,
 python3-whisper (>= 1.1.4),
 python3-cairocffi,
 python3-six,
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 graphite-carbon,
 libapache2-mod-wsgi-py3,
 python3-ldap,
 python3-memcache,
 python3-mysqldb,
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.