File: control

package info (click to toggle)
aiodogstatsd 0.16.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 296 kB
  • sloc: python: 1,080; makefile: 70; sh: 19
file content (56 lines) | stat: -rw-r--r-- 2,153 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
44
45
46
47
48
49
50
51
52
53
54
55
56
Source: aiodogstatsd
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Emmanuel Arias <eamanu@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               fonts-font-awesome,
               mkdocs <!nodoc>,
               pybuild-plugin-pyproject,
               python3-aiohttp,
               python3-all,
               python3-poetry-core,
               python3-pytest <!nocheck>,
               python3-pytest-mock <!nocheck>,
               python3-starlette,
               python3-yarl <!nocheck>,
Standards-Version: 4.7.3
Homepage: https://github.com/Gr1N/aiodogstatsd
Vcs-Git: https://salsa.debian.org/python-team/packages/aiodogstatsd.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/aiodogstatsd
Rules-Requires-Root: no

Package: python3-aiodogstatsd
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Suggests: python-aiodogstatsd-doc,
Description: asyncio-based client for sending metrics to StatsD with support of DogStatsD
 Library fully tested with statsd_exporter and supports gauge, counter,
 histogram, distribution and timing types.
 .
 aiodogstatsd client by default uses 9125 port. It's a default port for
 statsd_exporter and it's different from 8125 which is used by default in
 StatsD and DataDog. Initialize the client with the proper port you need if
 it's different from 9125.

Package: python-aiodogstatsd-doc
Build-Profiles: <!nodoc>
Architecture: all
Section: doc
Depends: fonts-font-awesome,
         libjs-highlight.js,
         libjs-jquery,
         ${misc:Depends},
         ${mkdocs:Depends},
Description: asyncio-based client for sending metrics to StatsD (docs)
 Library fully tested with statsd_exporter and supports gauge, counter,
 histogram, distribution and timing types.
 .
 aiodogstatsd client by default uses 9125 port. It's a default port for
 statsd_exporter and it's different from 8125 which is used by default in
 StatsD and DataDog. Initialize the client with the proper port you need if
 it's different from 9125.
 .
 This package contain the documentation.