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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: python-bottle
Section: python
Priority: optional
Maintainer: Federico Ceratto <federico@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep:
python3-all,
dh-python,
python3-sphinx,
python3-setuptools,
# needed for build-time tests
## gunicorn,
#python3-cherrypy,
## python3-eventlet,
#python3-flup,
## python3-gevent,
python3-jinja2,
python3-mako,
python3-paste,
## python3-simpletal,
python3-tornado,
## python3-twisted,
python3-werkzeug,
tox
Standards-Version: 4.5.1
Homepage: https://bottlepy.org
Vcs-Git: https://salsa.debian.org/debian/python-bottle.git
Vcs-Browser: https://salsa.debian.org/debian/python-bottle
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python3-bottle
Architecture: all
Depends:
${python3:Depends}
, ${misc:Depends}
Provides: ${python3:Provides}
Description: fast and simple WSGI-framework for Python 3
Bottle is a fast and simple WSGI-framework for the Python3 programming
language. It offers request dispatching with url parameter support
(routes), templates, key/value databases, a built-in HTTP server and
adapters for many third party WSGI/HTTP-server and template engines.
Package: python-bottle-doc
Architecture: all
Section: doc
Depends:
${misc:Depends}
, ${sphinxdoc:Depends}
, libjs-jquery
, libjs-underscore
Description: fast and simple WSGI-framework for Python - documentation
Bottle is a fast and simple WSGI-framework for the Python programming
language. It offers request dispatching with url parameter support
(routes), templates, key/value databases, a built-in HTTP server and
adapters for many third party WSGI/HTTP-server and template engines.
.
This package contains the Python module documentation.
|