Source: metaconfig
Section: utils
Priority: optional
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper (>= 10), 
 dh-python,
 python-all, 
 python-setuptools, 
 python3-all, 
 python3-setuptools
Standards-Version: 4.1.3
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Homepage:  http://pypi.python.org/pypi/metaconfig

Package: python-metaconfig
Section: python
Architecture: all
Depends:  ${python:Depends},${misc:Depends}, python-configparser
Description: Python ConfigParser bootstrapping library
 Metaconfig is a library for centralising Python's ConfigParser files.
 It is inspired by the logging module where it is increadibly easy to start
 writing code that depends on logging whilst deferring how log messages will
 be handled until later.

Package: python3-metaconfig
Section: python
Architecture: all
Depends:  ${python3:Depends},${misc:Depends}
Description: Python ConfigParser bootstrapping library (Python3)
 Metaconfig is a library for centralising Python's ConfigParser files.
 It is inspired by the logging module where it is increadibly easy to start
 writing code that depends on logging whilst deferring how log messages will
 be handled until later.

