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.
