metadata.cfg

来自「python联接mysql驱动 python联接mysql驱动」· CFG 代码 · 共 61 行

CFG
61
字号
[metadata]version: 1.2.2version_info: (1,2,2,'final',0)description: Python interface to MySQLlong_description:         =========================        Python interface to MySQL        =========================        \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]_        \n        - Thread-safety        \n        - Thread-friendliness (threads will not block each other)         \n        MySQL-3.23 through 5.0 and Python-2.3 through 2.5 are currently        supported.        \n        MySQLdb is `Free Software`_.        \n        .. _MySQL: http://www.mysql.com/        .. _`Free Software`: http://www.gnu.org/        .. [PEP-0249] http://www.python.org/peps/pep-0249.htmlauthor: Andy Dustmanauthor_email: adustman@users.sourceforge.netlicense: GPLplatforms: ALLurl: http://sourceforge.net/projects/mysql-pythondownload_url: http://osdn.dl.sourceforge.net/sourceforge/mysql-python/MySQL-python-%(version)s.tar.gzclassifiers:        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        Topic :: Database        Topic :: Database :: Database Engines/Serverspy_modules:        _mysql_exceptions        MySQLdb.converters        MySQLdb.connections        MySQLdb.cursors        MySQLdb.release        MySQLdb.times        MySQLdb.constants.CR        MySQLdb.constants.FIELD_TYPE        MySQLdb.constants.ER        MySQLdb.constants.FLAG        MySQLdb.constants.REFRESH        MySQLdb.constants.CLIENT

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?