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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
Source: patroni
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Michael Banck <mbanck@debian.org>,
Christoph Berg <myon@debian.org>,
Build-Depends:
debhelper (>= 10),
dh-python,
libjs-jquery,
libjs-mathjax,
libjs-underscore,
pyflakes3,
python3,
python3-boto3,
python3-click (>= 4.1),
python3-consul (>= 0.7.0),
python3-dateutil,
python3-dnspython,
python3-doc,
python3-etcd (>= 0.4.3),
python3-flake8,
python3-kazoo,
python3-mccabe,
python3-kubernetes,
python3-prettytable (>= 0.7),
python3-psutil,
python3-psycopg2 (>= 2.6.1),
python3-pycodestyle,
python3-pysyncobj,
python3-pytest,
python3-pytest-cov,
python3-setuptools,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-sphinxcontrib.apidoc,
python3-tz,
python3-tzlocal,
python3-yaml,
python3-ydiff,
sphinx-common,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/postgresql/patroni
Vcs-Git: https://salsa.debian.org/postgresql/patroni.git
Homepage: https://github.com/zalando/patroni
Package: patroni
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-psycopg2,
python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo |
python3-kubernetes | python3-pysyncobj, python3-cdiff
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
Patroni is a template for a customized, high-availability PostgreSQL solution
using Python and a distributed configuration store (ZooKeeper, etcd or
Consul), or Kubernetes. It provides a REST API on each Postgres node of the
cluster allowing for remote management and monitoring.
Package: patroni-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Description: PostgreSQL High Availability (documentation)
Patroni is a template for a customized, high-availability PostgreSQL solution
using Python and a distributed configuration store (ZooKeeper, etcd or
Consul), or Kubernetes. It provides a REST API on each Postgres node of the
cluster allowing for remote management and monitoring.
.
This package provides the documentation.
|