1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: python-aiomeasures
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ondřej Nový <onovy@debian.org>,
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
dh-python,
python3-all,
python3-setuptools,
Standards-Version: 4.2.1
Homepage: https://pypi.python.org/pypi/aiomeasures
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-aiomeasures
Vcs-Git: https://salsa.debian.org/python-team/modules/python-aiomeasures.git
Testsuite: autopkgtest-pkg-python
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.
|