File: control

package info (click to toggle)
mysql-connector-python 0.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 908 kB
  • sloc: python: 13,098; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 1,078 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: mysql-connector-python
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Sandro Tosi <morph@debian.org>
Build-Depends: debhelper (>= 7.0.50~), python-all, python-support
Standards-Version: 3.9.2
X-Python-Version: all
Homepage: http://launchpad.net/myconnpy
Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/mysql-connector-python/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/mysql-connector-python/trunk/

Package: python-mysql.connector
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: pure Python implementation of MySQL Client/Server protocol
 MySQL driver written in Python which does not depend on MySQL C client
 libraries and implements the DB API v2.0 specification (PEP-249).
 .
 MySQL Connector/Python is implementing the MySQL Client/Server protocol
 completely in Python. This means you don't have to compile anything or MySQL
 (client library) doesn't even have to be installed on the machine.