1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: python-mysqldb
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jonas Meurer <mejo@debian.org>, Raphael Hertzog <hertzog@debian.org>
Build-Depends: debhelper (>= 5.0.37.2), dpatch, python-all-dev (>= 2.3.5-11), libmysqlclient15-dev (>= 5.0.24-2), zlib1g-dev, python-central (>= 0.5)
XS-Python-Version: all
Standards-Version: 3.7.2
Package: python-mysqldb
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}
Suggests: python-egenix-mxdatetime, mysql-server-5.0 | mysql-server
Conflicts: python2.3-mysqldb, python2.4-mysqldb
Replaces: python2.3-mysqldb, python2.4-mysqldb
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: A Python interface to MySQL
MySQLdb is an interface to the popular MySQL database server for
Python. The design goals are:
.
+ Compliance with Python database API version 2.0
+ Thread-safety
+ Thread-friendliness (threads will not block each other)
+ Compatibility with MySQL-3.22 and later
|