1
1
[metadata]
2
- version: 1.3.6
3
- version_info: (1,3,6 ,' final' ,1)
2
+ version: 1.3.7
3
+ version_info: (1,3,7 ,' final' ,1)
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
10
+ mysqlclient is a fork of MySQL-python. It adds Python 3.3~ support
11
11
and merges some pull requests.
12
12
\n
13
13
MySQLdb is an interface to the popular MySQL_ database server for
@@ -17,7 +17,7 @@ long_description:
17
17
- Thread-safety
18
18
- Thread-friendliness (threads will not block each other)
19
19
\n
20
- MySQL-3.23 through 5.5 and Python-2.7, 3.3-3.4 are currently
20
+ MySQL-4.1 through 5.5 and Python-2.7, 3.3-3.5 are currently
21
21
supported. PyPy is supported.
22
22
\n
23
23
MySQLdb is `Free Software`_.
@@ -49,6 +49,7 @@ classifiers:
49
49
Programming Language :: Python :: 3
50
50
Programming Language :: Python :: 3.3
51
51
Programming Language :: Python :: 3.4
52
+ Programming Language :: Python :: 3.5
52
53
Topic :: Database
53
54
Topic :: Database :: Database Engines/Servers
54
55
py_modules:
0 commit comments