pkg-info

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

TXT
46
字号
Metadata-Version: 1.0Name: MySQL-pythonVersion: 1.2.2Summary: Python interface to MySQLHome-page: http://sourceforge.net/projects/mysql-pythonAuthor: Andy DustmanAuthor-email: adustman@users.sourceforge.netLicense: GPLDownload-URL: http://osdn.dl.sourceforge.net/sourceforge/mysql-python/MySQL-python-1.2.2.tar.gzDescription:         =========================        Python interface to MySQL        =========================                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-3.23 through 5.0 and Python-2.3 through 2.5 are currently        supported.                MySQLdb is `Free Software`_.                .. _MySQL: http://www.mysql.com/        .. _`Free Software`: http://www.gnu.org/        .. [PEP-0249] http://www.python.org/peps/pep-0249.htmlPlatform: ALLClassifier: Development Status :: 5 - Production/StableClassifier: Environment :: Other EnvironmentClassifier: License :: OSI Approved :: GNU General Public License (GPL)Classifier: Operating System :: MacOS :: MacOS XClassifier: Operating System :: Microsoft :: Windows :: Windows NT/2000Classifier: Operating System :: OS IndependentClassifier: Operating System :: POSIXClassifier: Operating System :: POSIX :: LinuxClassifier: Operating System :: UnixClassifier: Programming Language :: CClassifier: Programming Language :: PythonClassifier: Topic :: DatabaseClassifier: Topic :: Database :: Database Engines/Servers

⌨️ 快捷键说明

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