Source: python-structlog
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9), dh-python,
 python-docutils, python3-sphinx (>= 1.0.7+dfsg-1~),
 python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), python3-setuptools, python3-all,
 python-twisted, python-pretend, python-freezegun (>= 0.2.8), python-pytest, python-releases,
 python-simplejson
Uploaders: Filippo Giunchedi <filippo@debian.org>,
           Vincent Bernat <bernat@debian.org>
Standards-Version: 4.1.1
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-structlog.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-structlog.git
Homepage: http://www.structlog.org/en/stable/
Testsuite: autopkgtest-pkg-python

Package: python-structlog
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-twisted-core
Description: structured logging for Python (2.x)
 Structlog makes structured logging in Python easy by augmenting your existing
 logger.  It allows you to split your log entries up into key/value pairs and
 build them incrementally without annoying boilerplate code.
 .
 This package installs the library for Python 2

Package: python3-structlog
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: structured logging for Python (3.x)
 Structlog makes structured logging in Python easy by augmenting your existing
 logger.  It allows you to split your log entries up into key/value pairs and
 build them incrementally without annoying boilerplate code.
 .
 This package installs the library for Python 3

Package: python-structlog-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: structured logging for Python (common documentation)
 Structlog makes structured logging in Python easy by augmenting your existing
 logger.  It allows you to split your log entries up into key/value pairs and
 build them incrementally without annoying boilerplate code.
 .
 This is the common documentation package.
