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

Changelog

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

  * Team Upload
  * Add fancy autopkgtest
  * Disable useless Salsa CI jobs
  * Use dh-sequence-python3

 -- Alexandre Detiste <email address hidden>  Wed, 01 Apr 2026 13:05:10 +0200

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
Stonking release universe misc

Builds

Stonking: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-bottle-sqlite_0.2.0-6.dsc 2.1 KiB 0e9eb4413462459c180eb390d5a38c2a2a3f43bd236c7d64695bd5f242e7ffda
python-bottle-sqlite_0.2.0.orig.tar.gz 4.7 KiB e61b9c4b2240d5abb635ce79fb5d5f4e6e6216f68c0d1670add2df0d5d5db618
python-bottle-sqlite_0.2.0-6.debian.tar.xz 4.5 KiB a402e636c26e3a19e809770170fa97d2110b36ebc0a8c2e5f7437728de43e4e2

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.