Source: python-twiggy
Maintainer: Iain R. Learmonth <irl@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python3-all,
               python-sphinx,
               python-pytest-cov,
               python-unittest2
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-twiggy.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/python-twiggy.git
Homepage: http://twiggy.readthedocs.io/en/latest/

Package: python-twiggy
Architecture: all
Depends: ${python:Depends},
         ${misc:Depends}
Description: Pythonic logger module (Python 2)
 Twiggy is a Pythonic logging library. It uses new-style
 format strings by default, uses loose coupling between loggers and
 outputs for configuration and supports asynchronous logging using the
 multiprocessing module which makes logging basically free.
 .
 This package contains the Python 2 version of python-twiggy.

Package: python3-twiggy
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends}
Description: Pythonic logger module (Python 3)
 Twiggy is a Pythonic logging library. It uses new-style
 format strings by default, uses loose coupling between loggers and
 outputs for configuration and supports asynchronous logging using the
 multiprocessing module which makes logging basically free.
 .
 This package contains the Python 3 version of python-twiggy.

Package: python-twiggy-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends},
         ${misc:Depends}
Description: Pythonic logger module (Documentation)
 Twiggy is a Pythonic logging library. It uses new-style
 format strings by default, uses loose coupling between loggers and
 outputs for configuration and supports asynchronous logging using the
 multiprocessing module which makes logging basically free.
 .
 This package contains the documentation for python-twiggy.
