summaryrefslogtreecommitdiff
path: root/debian/control
blob: 559b22638c791ab769381dc9dfac1df57028428e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: apifw
Maintainer: Lars Wirzenius <liw@liw.fi>
Homepage: http://liw.fi/apifw/
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-apifw
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-bottle, gunicorn3,
  python3-jwt, python3-crypto
Description: Python framework for RESTful JSON API backends
 This package contains the Python module apifw, which implements a small
 framework for implemnting backends with a RESTful JSON HTTP API.