Source: python-logfury
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ondřej Kobližek <koblizeko@gmail.com>,
           Ondřej Nový <onovy@debian.org>,
Section: python
Priority: optional
Build-Depends: debhelper (>= 10),
               dh-python,
               python3-all,
               python3-nose,
               python3-pyflakes,
               python3-pytest (>= 2.7),
               python3-setuptools,
               python3-six (>= 1.10),
               python3-testfixtures,
Standards-Version: 4.1.0
Homepage: https://github.com/ppolewicz/logfury
X-Python3-Version: >= 3.3
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-logfury.git/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-logfury.git
Testsuite: autopkgtest-pkg-python

Package: python3-logfury
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: Responsible, logging of method calls for Python libs - Python 3.x
 logfury is for Python library maintainers. It allows for responsible,
 low-boilerplate logging of method calls.
 .
 This package contains the Python 3.x module.
