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
|
Source: python-aiomeasures
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Ondřej Nový <onovy@debian.org>
Section: python
Testsuite: autopkgtest-pkg-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.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-aiomeasures
Vcs-Git: https://salsa.debian.org/python-team/packages/python-aiomeasures.git
Homepage: https://pypi.python.org/pypi/aiomeasures
Rules-Requires-Root: no
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.
|