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
|
Source: python-py-zipkin
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Olivier Sallou <osallou@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-setuptools,
python3-typing-extensions,
Rules-Requires-Root: no
Standards-Version: 4.0.0
Homepage: https://github.com/Yelp/py_zipkin
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-py-zipkin
Vcs-Git: https://salsa.debian.org/python-team/packages/python-py-zipkin.git
Package: python3-py-zipkin
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
XB-Python-Egg-Name: py_zipkin
Description: Library for using Zipkin in Python
Provides a context manager/decorator along with some utilities to facilitate
the usage of Zipkin in Python applications.
|