11[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)
44description: Python interface to MySQL
55long_description:
66 =========================
77 Python interface to MySQL
88 =========================
99 \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
1111 and merges some pull requests.
1212 \n
1313 MySQLdb is an interface to the popular MySQL_ database server for
@@ -17,7 +17,7 @@ long_description:
1717 - Thread-safety
1818 - Thread-friendliness (threads will not block each other)
1919 \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
2121 supported. PyPy is supported.
2222 \n
2323 MySQLdb is `Free Software`_.
@@ -49,6 +49,7 @@ classifiers:
4949 Programming Language :: Python :: 3
5050 Programming Language :: Python :: 3.3
5151 Programming Language :: Python :: 3.4
52+ Programming Language :: Python :: 3.5
5253 Topic :: Database
5354 Topic :: Database :: Database Engines/Servers
5455py_modules:
0 commit comments