File: control

package info (click to toggle)
python-py-zipkin 0.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 244 kB
  • sloc: python: 982; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 935 bytes parent folder | download | duplicates (2)
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-py-zipkin
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Olivier Sallou <osallou@debian.org>
Build-Depends: debhelper (>= 9), dh-python,
               python3-all,
               python3-setuptools,
               python3-six,
               python3-thriftpy
Standards-Version: 4.0.0
Homepage: https://github.com/Yelp/py_zipkin
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-py-zipkin
Vcs-Git: https://salsa.debian.org/python-team/modules/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.