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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Source: python-haproxyadmin
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
Thomas Goirand <zigo@debian.org>,
Build-Depends:
debhelper-compat (= 11),
dh-python,
openstack-pkg-tools,
python3-all,
python3-pbr,
python3-setuptools,
python3-sphinx,
Build-Depends-Indep:
python3-six,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/openstack-team/third-party/python-haproxyadmin
Vcs-Git: https://salsa.debian.org/openstack-team/third-party/python-haproxyadmin.git
Homepage: https://github.com/unixsurfer/haproxyadmin
Package: python3-haproxyadmin
Architecture: all
Depends:
python3-pbr,
python3-six,
${misc:Depends},
${python3:Depends},
Suggests:
python-haproxyadmin-doc,
Description: work with HAProxy via the stats socket
Haproxyadmin is a Python library for interacting with HAProxy load balancer to
perform operations such as enabling/disabling servers. It does that by issuing
the appropriate commands over the stats socket provided by HAProxy. It also
uses that stats socket for retrieving statistics and changing settings.
Package: python-haproxyadmin-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: work with HAProxy via the stats socket - doc
Haproxyadmin is a Python library for interacting with HAProxy load balancer to
perform operations such as enabling/disabling servers. It does that by issuing
the appropriate commands over the stats socket provided by HAProxy. It also
uses that stats socket for retrieving statistics and changing settings.
.
This package contains the documentation.
|