mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2026-03-13 08:00:02 +08:00
70 lines
2.4 KiB
INI
70 lines
2.4 KiB
INI
[metadata]
|
|
version: 1.3.10
|
|
version_info: (1,3,10,'final',0)
|
|
description: Python interface to MySQL
|
|
long_description:
|
|
=========================
|
|
Python interface to MySQL
|
|
=========================
|
|
\n
|
|
mysqlclient is a fork of MySQL-python. It adds Python 3 support
|
|
and fixed many bugs.
|
|
\n
|
|
MySQLdb is an interface to the popular MySQL_ database server for
|
|
Python. The design goals are:
|
|
\n
|
|
- Compliance with Python database API version 2.0 [PEP-0249]_
|
|
- Thread-safety
|
|
- Thread-friendliness (threads will not block each other)
|
|
\n
|
|
MySQL-5.1 through 5.7 and Python 2.7, 3.3+ are currently
|
|
supported. PyPy is supported too.
|
|
\n
|
|
MySQLdb is `Free Software`_.
|
|
\n
|
|
.. _MySQL: http://www.mysql.com/
|
|
.. _`Free Software`: http://www.gnu.org/
|
|
.. [PEP-0249] https://www.python.org/dev/peps/pep-0249/
|
|
author: Andy Dustman
|
|
author_email: farcepest@gmail.com
|
|
maintainer: INADA Naoki
|
|
maintainer_email: songofacandy@gmail.com
|
|
license: GPL
|
|
platforms: ALL
|
|
url: https://github.com/PyMySQL/mysqlclient-python
|
|
classifiers:
|
|
Development Status :: 5 - Production/Stable
|
|
Environment :: Other Environment
|
|
License :: OSI Approved :: GNU General Public License (GPL)
|
|
Operating System :: MacOS :: MacOS X
|
|
Operating System :: Microsoft :: Windows :: Windows NT/2000
|
|
Operating System :: OS Independent
|
|
Operating System :: POSIX
|
|
Operating System :: POSIX :: Linux
|
|
Operating System :: Unix
|
|
Programming Language :: C
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.3
|
|
Programming Language :: Python :: 3.4
|
|
Programming Language :: Python :: 3.5
|
|
Programming Language :: Python :: 3.6
|
|
Topic :: Database
|
|
Topic :: Database :: Database Engines/Servers
|
|
py_modules:
|
|
_mysql_exceptions
|
|
MySQLdb.compat
|
|
MySQLdb.connections
|
|
MySQLdb.converters
|
|
MySQLdb.cursors
|
|
MySQLdb.release
|
|
MySQLdb.times
|
|
MySQLdb.constants.CLIENT
|
|
MySQLdb.constants.CR
|
|
MySQLdb.constants.ER
|
|
MySQLdb.constants.FIELD_TYPE
|
|
MySQLdb.constants.FLAG
|
|
MySQLdb.constants.REFRESH
|