python-pysqlite2 2.7.0-1 source package in Ubuntu

Changelog

python-pysqlite2 (2.7.0-1) unstable; urgency=medium

  * New upstream release 2.7.0

 -- Joel Rosdahl <email address hidden>  Sun, 16 Aug 2015 16:22:22 +0200

Upload details

Uploaded by:
Joel Rosdahl
Uploaded to:
Sid
Original maintainer:
Joel Rosdahl
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe python
Xenial release universe python

Downloads

File Size SHA-256 Checksum
python-pysqlite2_2.7.0-1.dsc 1.9 KiB 93b583952094c4898a49b9dcc0aa2ccf89a4fae4e6513797ebe481224f5bb55b
python-pysqlite2_2.7.0.orig.tar.gz 86.4 KiB b860566c09c6e11e59423efbf152b890e4e12882012538209720e9b7e9e22ca1
python-pysqlite2_2.7.0-1.debian.tar.xz 5.3 KiB 0668fdb2903b931ed2716303b4e2ad65c27b623df596cc9f822df4675fc3b931

Available diffs

No changes file available.

Binary packages built by this source

python-pysqlite2: No summary available for python-pysqlite2 in ubuntu wily.

No description available for python-pysqlite2 in ubuntu wily.

python-pysqlite2-dbg: Python interface to SQLite 3 (debug extension)

 pysqlite is a DB-API 2.0-compliant database interface for SQLite.
 .
 This package is built against SQLite 3. For an interface to SQLite 2,
 see the package python-sqlite. An alternative Python SQLite 3 module
 is packaged as python-apsw.
 .
 This package contains the extension built for the Python debug interpreter.

python-pysqlite2-dbgsym: debug symbols for package python-pysqlite2

 pysqlite is a DB-API 2.0-compliant database interface for SQLite.
 .
 This package is built against SQLite 3. For an interface to SQLite 2,
 see the package python-sqlite. An alternative Python SQLite 3 module
 is packaged as python-apsw.
 .
 SQLite is a relational database management system contained in a
 relatively small C library. It is a public domain project created
 by D. Richard Hipp. Unlike the usual client-server paradigm, the
 SQLite engine is not a standalone process with which the program
 communicates, but is linked in and thus becomes an integral part
 of the program. The library implements most of SQL-92 standard,
 including transactions, triggers and most of complex queries.
 .
 pysqlite makes this powerful embedded SQL engine available to
 Python programmers. It stays compatible with the Python database
 API specification 2.0 as much as possible, but also exposes most
 of SQLite's native API, so that it is for example possible to
 create user-defined SQL functions and aggregates in Python.
 .
 If you need a relational database for your applications, or even
 small tools or helper scripts, pysqlite is often a good fit. It's
 easy to use, easy to deploy, and does not depend on any other
 Python libraries or platform libraries, except SQLite. SQLite
 itself is ported to most platforms you'd ever care about.
 .
 It's often a good alternative to MySQL, the Microsoft JET engine
 or the MSDE, without having any of their license and deployment
 issues.

python-pysqlite2-doc: No summary available for python-pysqlite2-doc in ubuntu zesty.

No description available for python-pysqlite2-doc in ubuntu zesty.