1
1
[metadata]
2
- version: 1.3.9
3
- version_info: (1,3,9 ,' final' ,1 )
2
+ version: 1.3.10
3
+ version_info: (1,3,10 ,' final' ,0 )
4
4
description: Python interface to MySQL
5
5
long_description:
6
6
=========================
7
7
Python interface to MySQL
8
8
=========================
9
9
\n
10
- mysqlclient is a fork of MySQL-python. It adds Python 3.3~ support
11
- and merges some pull requests .
10
+ mysqlclient is a fork of MySQL-python. It adds Python 3 support
11
+ and fixed many bugs .
12
12
\n
13
13
MySQLdb is an interface to the popular MySQL_ database server for
14
14
Python. The design goals are:
@@ -17,8 +17,8 @@ long_description:
17
17
- Thread-safety
18
18
- Thread-friendliness (threads will not block each other)
19
19
\n
20
- MySQL-4 .1 through 5.5 and Python- 2.7, 3.3-3.5 are currently
21
- supported. PyPy is supported.
20
+ MySQL-5 .1 through 5.7 and Python 2.7, 3.3+ are currently
21
+ supported. PyPy is supported too .
22
22
\n
23
23
MySQLdb is `Free Software`_.
24
24
\n
@@ -50,20 +50,20 @@ classifiers:
50
50
Programming Language :: Python :: 3.3
51
51
Programming Language :: Python :: 3.4
52
52
Programming Language :: Python :: 3.5
53
+ Programming Language :: Python :: 3.6
53
54
Topic :: Database
54
55
Topic :: Database :: Database Engines/Servers
55
56
py_modules:
56
57
_mysql_exceptions
57
58
MySQLdb.compat
58
- MySQLdb.converters
59
59
MySQLdb.connections
60
+ MySQLdb.converters
60
61
MySQLdb.cursors
61
62
MySQLdb.release
62
63
MySQLdb.times
64
+ MySQLdb.constants.CLIENT
63
65
MySQLdb.constants.CR
64
- MySQLdb.constants.FIELD_TYPE
65
66
MySQLdb.constants.ER
67
+ MySQLdb.constants.FIELD_TYPE
66
68
MySQLdb.constants.FLAG
67
69
MySQLdb.constants.REFRESH
68
- MySQLdb.constants.CLIENT
69
-
0 commit comments