11[metadata]
2- version: 1.3.12
3- version_info: (1,3,12 ,' final' ,0)
2+ version: 1.3.13
3+ version_info: (1,3,13 ,' final' ,0)
44description: Python interface to MySQL
5- long_description:
6- =========================
7- Python interface to MySQL
8- =========================
9- \n
10- mysqlclient is a fork of MySQL-python. It adds Python 3 support
11- and fixed many bugs.
12- \n
13- MySQLdb is an interface to the popular MySQL_ database server for
14- Python. The design goals are:
15- \n
16- - Compliance with Python database API version 2.0 [PEP-0249]_
17- - Thread-safety
18- - Thread-friendliness (threads will not block each other)
19- \n
20- MySQL-5.5 through 5.7 and Python 2.7, 3.4+ are currently supported.
21- PyPy is supported too.
22- \n
23- MySQLdb is `Free Software`_.
24- \n
25- .. _MySQL: http://www.mysql.com/
26- .. _`Free Software`: http://www.gnu.org/
27- .. [PEP-0249] https://www.python.org/dev/peps/pep-0249/
285author: Andy Dustman
296author_email: farcepest@gmail.com
307maintainer: INADA Naoki
@@ -47,7 +24,6 @@ classifiers:
4724 Programming Language :: Python :: 2
4825 Programming Language :: Python :: 2.7
4926 Programming Language :: Python :: 3
50- Programming Language :: Python :: 3.3
5127 Programming Language :: Python :: 3.4
5228 Programming Language :: Python :: 3.5
5329 Programming Language :: Python :: 3.6
0 commit comments