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
|
Source: bernhard
Section: python
Priority: optional
Maintainer: Vincent Bernat <bernat@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper-compat (= 12), dh-python,
protobuf-compiler,
python3-all,
python3-protobuf,
python3-setuptools
Standards-Version: 4.4.0
Homepage: https://github.com/banjiewen/bernhard.git
Vcs-Git: https://salsa.debian.org/python-team/modules/bernhard.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/bernhard
Testsuite: autopkgtest-pkg-python
Package: python3-bernhard
Architecture: all
Depends: ${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.
|