python-bottle-sqlite 0.2.0-4 source package in Ubuntu

Changelog

python-bottle-sqlite (0.2.0-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sun, 27 Nov 2022 17:01:40 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-bottle-sqlite_0.2.0-4.dsc 2.1 KiB 96a0ebc78390dd751cc1e9fd51ec458bf0b2351d58d7905a009e0386a9c7d2d4
python-bottle-sqlite_0.2.0.orig.tar.gz 4.7 KiB e61b9c4b2240d5abb635ce79fb5d5f4e6e6216f68c0d1670add2df0d5d5db618
python-bottle-sqlite_0.2.0-4.debian.tar.xz 2.8 KiB c5177ada687b546faa1a440098d4bac6b2bf52b2e1c14b68b0c8123b2c09a249

Available diffs

No changes file available.

Binary packages built by this source

python3-bottle-sqlite: 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.