Source: pypuppetdb
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jonas Genannt <genannt@debian.org>,
           Apollon Oikonomopoulos <apoikos@debian.org>
Build-Depends: debhelper (>= 11),
               dh-python,
               python-all (>= 2.6.6-3~),
               python-setuptools,
               python3-all,
               python3-setuptools,
               python-bandit,
               python3-bandit,
               python-requests,
               python3-requests,
               python-pytest,
               python3-pytest,
               python-pytest-cov,
               python3-pytest-cov,
               python-mock,
               python3-mock,
               python-httpretty,
               python3-httpretty,
               python-coverage,
               python3-coverage
Standards-Version: 4.3.0
Homepage: https://github.com/voxpupuli/pypuppetdb/
Vcs-Git: https://salsa.debian.org/python-team/modules/pypuppetdb.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pypuppetdb

Package: python-pypuppetdb
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: interface to the PuppetDB REST API
 This library provides a Python interface to the PuppetDB REST API.
 It's a thin wrapper around the PuppetDB REST API providing some
 convenience functions and objects to request and hold data from PuppetDB.

Package: python3-pypuppetdb
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: interface to the PuppetDB REST API (Python 3)
 This library provides a Python3 interface to the PuppetDB REST API.
 It's a thin wrapper around the PuppetDB REST API providing some
 convenience functions and objects to request and hold data from PuppetDB.
