summaryrefslogtreecommitdiff
path: root/debian/control
blob: bd20d8c381d87dd29ee707a863be114fb82daa72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: slog
Maintainer: Lars Wirzenius <liw@liw.fi>
Homepage: http://liw.fi/slog/
Section: python
Priority: optional
Standards-Version: 4.0.0
Build-Depends: debhelper (>= 9), dh-python,
  python3-all, python3-coverage, python3-bottle, gunicorn3, python3-jwt,
  python3-crypto

Package: python3-slog
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python3-bottle, gunicorn3, python3-jwt,
  python3-crypto
Description: Python library for structure (JSON) longs
 This package contains the Python module slog, which implements structured
 logs (a JSON object encoded per line).