1
Source: mysql-connector-python
4
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
5
Uploaders: Sandro Tosi <morph@debian.org>
6
Build-Depends: debhelper (>= 7.0.50~), python-all, python-support
7
Standards-Version: 3.9.2
9
Homepage: http://launchpad.net/myconnpy
10
Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/mysql-connector-python/trunk/
11
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/mysql-connector-python/trunk/
13
Package: python-mysql.connector
15
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
16
Description: pure Python implementation of MySQL Client/Server protocol
17
MySQL driver written in Python which does not depend on MySQL C client
18
libraries and implements the DB API v2.0 specification (PEP-249).
20
MySQL Connector/Python is implementing the MySQL Client/Server protocol
21
completely in Python. This means you don't have to compile anything or MySQL
22
(client library) doesn't even have to be installed on the machine.