File: control

package info (click to toggle)
python-scales 1.0.9-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 244 kB
  • sloc: python: 1,707; makefile: 8
file content (42 lines) | stat: -rw-r--r-- 1,368 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
Source: python-scales
Section: python
Priority: optional
Maintainer: Federico Ceratto <federico@debian.org>
Build-Depends: debhelper (>= 9~)
Build-Depends-Indep:
 dh-python,
 python-all (>= 2.7),
 python-nose,
 python-setuptools (>= 0.6b3),
 python-six,
 tox,
 python3-all,
 python3-nose,
 python3-setuptools,
 python3-six,
Standards-Version: 3.9.6
Homepage: https://www.github.com/Cue/scales
Vcs-Git: https://salsa.debian.org/debian/python-scales.git
Vcs-Browser: https://salsa.debian.org/debian/python-scales

Package: python-scales
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
Suggests: python-bottle | python-flask
Description: Application metrics for Python
 A library to generate metrics for Python. It provides counters, timers,
 1/5/15 minute averaged rates, hierarchical metrics.
 It can send metrics to a log file, to Graphite for graphing or serve them
 through an HTTP server.

Package: python3-scales
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python3-bottle | python3-flask
Provides: ${python3:Provides}
Description: Application metrics for Python 3
 A library to generate metrics for Python 3. It provides counters, timers,
 1/5/15 minute averaged rates, hierarchical metrics.
 It can send metrics to a log file, to Graphite for graphing or serve them
 through an HTTP server.