PKG-INFO   PKG-INFO 
Metadata-Version: 1.1 Metadata-Version: 1.1
Name: mysqlclient Name: mysqlclient
Version: 1.3.7 Version: 1.3.10
Summary: Python interface to MySQL Summary: Python interface to MySQL
Home-page: https://github.com/PyMySQL/mysqlclient-python Home-page: https://github.com/PyMySQL/mysqlclient-python
Author: INADA Naoki Author: INADA Naoki
Author-email: songofacandy@gmail.com Author-email: songofacandy@gmail.com
License: GPL License: GPL
Description: Description:
========================= =========================
Python interface to MySQL Python interface to MySQL
========================= =========================
mysqlclient is a fork of MySQL-python. It adds Python 3.3~ support mysqlclient is a fork of MySQL-python. It adds Python 3 support
and merges some pull requests. and fixed many bugs.
MySQLdb is an interface to the popular MySQL_ database server for MySQLdb is an interface to the popular MySQL_ database server for
Python. The design goals are: Python. The design goals are:
- Compliance with Python database API version 2.0 [PEP-0249]_ - Compliance with Python database API version 2.0 [PEP-0249]_
- Thread-safety - Thread-safety
- Thread-friendliness (threads will not block each other) - Thread-friendliness (threads will not block each other)
MySQL-4.1 through 5.5 and Python-2.7, 3.3-3.5 are currently MySQL-5.1 through 5.7 and Python 2.7, 3.3+ are currently
supported. PyPy is supported. supported. PyPy is supported too.
MySQLdb is `Free Software`_. MySQLdb is `Free Software`_.
.. _MySQL: http://www.mysql.com/ .. _MySQL: http://www.mysql.com/
.. _`Free Software`: http://www.gnu.org/ .. _`Free Software`: http://www.gnu.org/
.. [PEP-0249] https://www.python.org/dev/peps/pep-0249/ .. [PEP-0249] https://www.python.org/dev/peps/pep-0249/
Platform: ALL Platform: ALL
Classifier: Development Status :: 5 - Production/Stable Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment Classifier: Environment :: Other Environment
Classifier: License :: OSI Approved :: GNU General Public License (GPL) Classifier: License :: OSI Approved :: GNU General Public License (GPL)
skipping to change at line 50 skipping to change at line 50
Classifier: Operating System :: POSIX :: Linux Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix Classifier: Operating System :: Unix
Classifier: Programming Language :: C Classifier: Programming Language :: C
Classifier: Programming Language :: Python Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3 Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Database Classifier: Topic :: Database
Classifier: Topic :: Database :: Database Engines/Servers Classifier: Topic :: Database :: Database Engines/Servers
 End of changes. 4 change blocks. 
5 lines changed or deleted 6 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/