File: control

package info (click to toggle)
mysql-connector-python 2.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 12,968 kB
  • ctags: 4,120
  • sloc: python: 23,410; ansic: 2,621; makefile: 27; cpp: 1
file content (39 lines) | stat: -rw-r--r-- 1,919 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Source: mysql-connector-python
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>,
 Brian May <bam@debian.org>
Build-Depends: debhelper (>= 10), python-all, dh-python, python3-all, default-mysql-server | virtual-mysql-server, pylint
Standards-Version: 3.9.8
X-Python-Version: all
X-Python3-Version: >= 3.1
Homepage: http://dev.mysql.com/doc/connector-python/en/index.html
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/mysql-connector-python.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/mysql-connector-python.git

Package: python-mysql.connector
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Replaces: mysql-utilities (<< 1.3.5-2)
Breaks: mysql-utilities (<< 1.3.5-2)
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.

Package: python3-mysql.connector
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Description: pure Python implementation of MySQL Client/Server protocol (Python3)
 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.
 .
 This package contains the Python 3 version of mysql.connector.