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
|
Source: python-bottle-cork
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Build-Depends: debhelper (>= 9), dh-python,
python-all,
python-setuptools,
python3-all,
python3-setuptools
Standards-Version: 3.9.8
Homepage: http://cork.firelet.net/
Package: python-bottle-cork
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
Recommends: ${python:Recommends}
Suggests:
libjs-jquery,
${python:Suggests}
Description: Authentication/Authorization library for Bottle - Python 2
Cork is a simple Authentication/Authorization library for the Bottle and Flask
web frameworks.
.
This package provides the Python 2.x module.
Package: python3-bottle-cork
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Recommends: ${python3:Recommends},
python3-bottle-beaker
Suggests:
libjs-jquery,
${python3:Suggests}
Description: Authentication/Authorization library for Bottle
Cork is a simple Authentication/Authorization library for the Bottle and Flask
web frameworks.
.
This package provides the Python 3.x module.
|