File: control

package info (click to toggle)
python-aiomeasures 0.5.14-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 596 kB
  • sloc: python: 5,173; makefile: 159
file content (27 lines) | stat: -rw-r--r-- 1,012 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
Source: python-aiomeasures
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Ondřej Nový <onovy@debian.org>,
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
	       dh-sequence-python3,
               python3-all,
	       python3-pytest <!nocheck>,
	       python3-pytest-asyncio <!nocheck>,
               python3-setuptools,
Standards-Version: 4.6.1
Homepage: https://pypi.python.org/pypi/aiomeasures
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-aiomeasures
Vcs-Git: https://salsa.debian.org/python-team/packages/python-aiomeasures.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-aiomeasures
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: collect and send metrics to StatsD for Python
 This library allows you to send metrics to your Datadog or Statsd server.
 This works on Python >= 3.3 and relies on asyncio.
 .
 This package contains the Python 3.x module.