File: control

package info (click to toggle)
python-wsgilog 0.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 88 kB
  • sloc: python: 163; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 958 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
Source: python-wsgilog
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Mike Gabriel <sunweaver@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all (>= 3.4),
 python3-setuptools,
Standards-Version: 4.5.1
Homepage: https://pypi.python.org/pypi/wsgilog
Vcs-Git: https://salsa.debian.org/python-team/packages/python-wsgilog.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-wsgilog
Testsuite: autopkgtest-pkg-python

Package: python3-wsgilog
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: WSGI logging and event reporting middleware (Python 3)
 Supports logging events in WSGI applications to STDOUT, time rotated log
 files, email, syslog, and web servers. Also supports catching and sending
 HTML-formatted exception tracebacks to a web browser for debugging.
 .
 This package contains the Python 3 version of wsgilog.