File: control

package info (click to toggle)
python-structlog 20.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 920 kB
  • sloc: python: 3,585; makefile: 139
file content (42 lines) | stat: -rw-r--r-- 1,586 bytes parent folder | download
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
Source: python-structlog
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12), dh-python,
 python3-sphinx (>= 1.0.7+dfsg-1~),
 python3-setuptools,
 python3-all,
 python3-freezegun,
 python3-pretend,
 python3-pytest,
 python3-pytest-asyncio,
 python3-simplejson,
 python3-twisted
Uploaders: Filippo Giunchedi <filippo@debian.org>,
           Vincent Bernat <bernat@debian.org>
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: https://www.structlog.org/en/stable/
Testsuite: autopkgtest-pkg-python

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.