File: control

package info (click to toggle)
python-wsgilog 0.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 104 kB
  • sloc: python: 163; makefile: 4
file content (42 lines) | stat: -rw-r--r-- 1,426 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-wsgilog
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Mike Gabriel <sunweaver@debian.org>
Build-Depends:
 cdbs (>= 0.4.90~),
 debhelper (>= 10),
 dh-python,
 python (>= 2.7),
 python-setuptools,
 python3 (>= 3.4),
 python3-setuptools,
Standards-Version: 4.3.0
Homepage: https://pypi.python.org/pypi/wsgilog
Vcs-Git: https://salsa.debian.org/python-team/modules/python-wsgilog.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-wsgilog

Package: python-wsgilog
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends},
Description: WSGI logging and event reporting middleware (Python 2)
 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 2 version of wsgilog.

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.