Source: python-termcolor
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Julien Danjou <acid@debian.org>,
           Thomas Goirand <zigo@debian.org>,
           Mehdi Abaakouk <sileht@sileht.net>
Build-Depends: debhelper (>= 9), python-setuptools, python-all (>= 2.6.6-3~), python3-all, python3-setuptools
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-termcolor.git
Vcs-Git: git://anonscm.debian.org/openstack/python-termcolor.git
Homepage: http://pypi.python.org/pypi/termcolor

Package: python-termcolor
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${python:Depends}, ${misc:Depends}
Recommends: ${python:Recommends}
Description: ANSII Color formatting for output in terminal - Python 2.x
 The termcolor Python module provides ANSII Color formatting for output in
 terminal. It may be useful for the output of unit testing results in color,
 for example using openstack.nose_plugin.
 .
 This package provides the module for Python 2.x.

Package: python3-termcolor
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${python3:Depends}, ${misc:Depends}
Recommends: ${python:Recommends}
Description: ANSII Color formatting for output in terminal - Python 3.x
 The termcolor Python module provides ANSII Color formatting for output in
 terminal. It may be useful for the output of unit testing results in color,
 for example using openstack.nose_plugin.
 .
 This package provides the module for Python 3.x.
