Source: python-structlog Maintainer: Debian Python Modules Team 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 , Vincent Bernat Standards-Version: 4.1.1 Vcs-Git: https://salsa.debian.org/python-team/modules/python-structlog.git Vcs-Browser: https://salsa.debian.org/python-team/modules/python-structlog 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.