1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
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, python-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: 3.9.8
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
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.
|