deb_control_files:
- control
- md5sums
- postinst
- prerm
deb_fields:
Architecture: all
Depends: python3:any, python3-bottle
Description: |-
SQLite3 integration for Bottle - Python 3.x
Bottle-sqlite is a plugin that integrates SQLite3 with your Bottle
application. It automatically connects to a database at the beginning of a
request, passes the database handle to the route callback and closes the
connection afterwards.
.
To automatically detect routes that need a database connection, the plugin
searches for route callbacks that require a `db` keyword argument
(configurable) and skips routes that do not. This removes any overhead for
routes that don't need a database connection.
.
This package provides the Python 3.x module.
Homepage: http://bottlepy.org/docs/dev/plugins/sqlite.html
Installed-Size: '25'
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Package: python3-bottle-sqlite
Priority: optional
Section: python
Source: python-bottle-sqlite
Version: 0.2.0-4
srcpkg_name: python-bottle-sqlite
srcpkg_version: 0.2.0-4