loongson/pypi/: mysqlclient-1.3.12 metadata and description
Python interface to MySQL
author | Andy Dustman |
author_email | farcepest@gmail.com |
classifiers |
|
license | GPL |
maintainer | INADA Naoki |
maintainer_email | songofacandy@gmail.com |
platform |
|
Because this project isn't in the mirror_whitelist
,
no releases from root/pypi are included.
File | Tox results | History |
---|---|---|
mysqlclient-1.3.12-cp27-cp27mu-linux_loongarch64.whl
|
|
mysqlclient is a fork of MySQL-python. It adds Python 3 support and fixed many bugs.
MySQLdb is an interface to the popular MySQL database server for Python. The design goals are:
- Compliance with Python database API version 2.0 [PEP-0249]
- Thread-safety
- Thread-friendliness (threads will not block each other)
MySQL-5.5 through 5.7 and Python 2.7, 3.4+ are currently supported. PyPy is supported too.
MySQLdb is Free Software.
[PEP-0249] | https://www.python.org/dev/peps/pep-0249/ |