python-bottle-sqlite 0.1.3-1 source package in Ubuntu

Changelog

python-bottle-sqlite (0.1.3-1) unstable; urgency=medium

  * Initial packaging (Closes: #836165)

 -- IOhannes m zmölnig (Debian/GNU) <email address hidden>  Wed, 31 Aug 2016 21:28:12 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-bottle-sqlite_0.1.3-1.dsc 2.0 KiB 4c745a13d1da533e79219578b99e83ad62f28573f5f5e83cbaae8a7c6c10bf00
python-bottle-sqlite_0.1.3.orig.tar.gz 2.8 KiB c58607df900257f79a6a5a0e6fc8a53a684176641bb99ed5dd37bbe0aa45d21d
python-bottle-sqlite_0.1.3-1.debian.tar.xz 2.3 KiB 8eca45d35c9e3b8a69a5973c2e88ac9d69e0bbb13e2d709562e2eec74b6cd54c

No changes file available.

Binary packages built by this source

python-bottle-sqlite: SQLite3 integration for Bottle - Python 2.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 2.x module.

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.