Source: python-kaptan
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-pytest,
               python3-setuptools,
               python3-yaml,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/emre/kaptan
Vcs-Git: https://salsa.debian.org/debian/python-kaptan.git
Vcs-Browser: https://salsa.debian.org/debian/python-kaptan

Package: python3-kaptan
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: Python 3 configuration manager in various formats
 Configuration manager that allows users to transparently access
 configuration data stored in various formats (INI, JSON, YAML, dict,
 file).
 .
 This is the Python 3 package
