python-pysqlite2 2.6.3-2 source package in Ubuntu

Changelog

python-pysqlite2 (2.6.3-2) unstable; urgency=low
  * Convert from dh_pycentral to dh_python2 (closes: #617024)  * Use debhelper compat level 8  * Bump Standards-Version to 3.9.2  * Add build-arch and build-indep targets to debian/rules  * Add description of enable_load_extension.patch  * Expanded descripiton of python-pysqlite2-doc -- Joel Rosdahl <email address hidden>  Thu, 30 Jun 2011 23:24:01 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-pysqlite2_2.6.3-2.dsc 1.1 KiB 2757fdde406b87be6746f23ad348a3cde74a9d8c90c142cda0273d45bf9a1ec6
python-pysqlite2_2.6.3.orig.tar.gz 73.1 KiB 0d538880717f6347bb83f9ce11e9b171caf9d76e1980a0e9c22f8b03aec3585b
python-pysqlite2_2.6.3-2.debian.tar.gz 5.0 KiB 06151ced04c7546d87a92ddf7134f5b33cf3239e0806e39e5bf1784cd5a72cc2

No changes file available.

Binary packages built by this source

python-pysqlite2: Python interface to SQLite 3

 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-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-doc: Documentation for python-pysqlite2

 pysqlite is a DB-API 2.0-compliant database interface for SQLite.
 .
 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.
 .
 This package only contains the documentation.