File: control

package info (click to toggle)
python-consul 1.6.0-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 484 kB
  • sloc: python: 2,858; makefile: 197
file content (30 lines) | stat: -rw-r--r-- 1,150 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
25
26
27
28
29
30
Source: python-consul
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Olivier Sallou <osallou@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-aiohttp,
               python3-all,
               python3-pytest,
               python3-pytest-asyncio,
               python3-pytest-cov,
               python3-pytest-rerunfailures,
               python3-pytest-xdist,
               python3-setuptools,
               python3-requests,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/cablehead/python-consul
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-consul
Vcs-Git: https://salsa.debian.org/python-team/packages/python-consul.git

Package: python3-consul
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}, python3-tornado, python3-twisted
Description: Python client for Consul.io
 Consul is a service discovery and configuration tool.
 This package contains the Python client library for Consul