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 29 30 31 32 33 34
|
Source: bernhard
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Vincent Bernat <bernat@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
protobuf-compiler,
python3-all,
python3-protobuf,
python3-setuptools,
Standards-Version: 4.6.2
Homepage: https://github.com/banjiewen/bernhard
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/bernhard.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/bernhard
Testsuite: autopkgtest-pkg-python
Package: python3-bernhard
Architecture: all
Depends:
python3-pkg-resources,
${misc:Depends},
${python3:Depends},
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
XB-Python-Egg-Name: bernhard
Description: client for the Riemann event stream processor - Python 3.X
Riemann aggregates events from your servers and applications with a
powerful stream processing language. This package provides a Python
client for Riemann. It supports UDP, TCP and TLS transports.
.
This package contains the module for Python 3.
|