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
 
     |