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.
|