Source: python-config
Section: python
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@freexian.com>
Build-Depends: debhelper (>= 11), dh-python, python-all, python-setuptools, python3-all, python3-setuptools
Standards-Version: 4.1.4
Homepage: https://www.red-dove.com/config-doc/
Vcs-Git: git://git.kali.org/packages/python-config.git
Vcs-Browser: http://git.kali.org/gitweb/?p=packages/python-config.git;a=summary
Testsuite: autopkgtest-pkg-python

Package: python-config
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Module for configuring Python programs (Python 2)
 This package contains a module for configuring Python programs which aims to
 offer more power and flexibility than the existing ConfigParser module. Python
 programs which are designed as a hierarchy of components can use config to
 configure their various components in a uniform way.
 .
 A complete API is available, and a test suite is included with the distribution.
 .
 This package installs the library for Python 2.

Package: python3-config
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Module for configuring Python programs (Python 3)
 This package contains a module for configuring Python programs which aims to
 offer more power and flexibility than the existing ConfigParser module. Python
 programs which are designed as a hierarchy of components can use config to
 configure their various components in a uniform way.
 .
 A complete API is available, and a test suite is included with the distribution.
 .
 This package installs the library for Python 3.
