Python链接MySQL驱动包 mysqlclient-python-1.3.12.rar

上传者: 27595745 | 上传时间: 2021-08-21 13:04:38 | 文件大小: 104KB | 文件类型: RAR
Python链接MySQL驱动包,安装之后可以使用Python语言链接MySQL进行数据库操作 # mysqlclient [![Build Status](https://secure.travis-ci.org/PyMySQL/mysqlclient-python.png)](http://travis-ci.org/PyMySQL/mysqlclient-python) This is a fork of [MySQLdb1](https://github.com/farcepest/MySQLdb1). This project adds Python 3 support and bug fixes. I hope this fork is merged back to MySQLdb1 like distribute was merged back to setuptools. ## Install ### Prerequisites You may need to install the Python and MySQL development headers and libraries like so: `sudo apt-get install python-dev libmysqlclient-dev` # Debian / Ubuntu `sudo yum install python-devel mysql-devel` # Red Hat / CentOS On Windows, there are binary wheel you can install without MySQLConnector/C or MSVC. #### Note on Python 3 : if you are using python3 then you need to install python3-dev using the following command : `sudo apt-get install python3-dev` # debian / Ubuntu `sudo yum install python3-devel ` # Red Hat / CentOS `brew install mysql-connector-c` # macOS (Homebrew) ### Install from PyPI `pip install mysqlclient` NOTE: Wheels for Windows may be not released with source package. You should pin version in your `requirements.txt` to avoid trying to install newest source package. ### Install from source 1. Download source by `git clone` or [zipfile](https://github.com/PyMySQL/mysqlclient-python/archive/master.zip). 2. Customize `site.cfg` 3. `python setup.py install` ### Documentation Documentation is hosted on [Read The Docs](https://mysqlclient.readthedocs.io/)

文件下载

资源详情

[{"title":"( 56 个子文件 104KB ) Python链接MySQL驱动包 mysqlclient-python-1.3.12.rar","children":[{"title":"mysqlclient-python-1.3.12","children":[{"title":"mysqlclient-python-1.3.12","children":[{"title":"setup.py <span style='color:#111;'> 588B </span>","children":null,"spread":false},{"title":".gitignore <span style='color:#111;'> 104B </span>","children":null,"spread":false},{"title":"Makefile <span style='color:#111;'> 175B </span>","children":null,"spread":false},{"title":"site.cfg <span style='color:#111;'> 663B </span>","children":null,"spread":false},{"title":"setup_posix.py <span style='color:#111;'> 3.04KB </span>","children":null,"spread":false},{"title":"MySQLdb","children":[{"title":"compat.py <span style='color:#111;'> 186B </span>","children":null,"spread":false},{"title":"times.py <span style='color:#111;'> 3.92KB </span>","children":null,"spread":false},{"title":"connections.py <span style='color:#111;'> 14.11KB </span>","children":null,"spread":false},{"title":"__init__.py <span style='color:#111;'> 3.18KB </span>","children":null,"spread":false},{"title":"constants","children":[{"title":"FLAG.py <span style='color:#111;'> 363B </span>","children":null,"spread":false},{"title":"REFRESH.py <span style='color:#111;'> 252B </span>","children":null,"spread":false},{"title":"__init__.py <span style='color:#111;'> 62B </span>","children":null,"spread":false},{"title":"ER.py <span style='color:#111;'> 31.46KB </span>","children":null,"spread":false},{"title":"FIELD_TYPE.py <span style='color:#111;'> 485B </span>","children":null,"spread":false},{"title":"CR.py <span style='color:#111;'> 2.78KB </span>","children":null,"spread":false},{"title":"CLIENT.py <span style='color:#111;'> 667B </span>","children":null,"spread":false}],"spread":true},{"title":"cursors.py <span style='color:#111;'> 19.85KB </span>","children":null,"spread":false},{"title":"converters.py <span style='color:#111;'> 3.70KB </span>","children":null,"spread":false}],"spread":true},{"title":"setup_windows.py <span style='color:#111;'> 1.48KB </span>","children":null,"spread":false},{"title":"INSTALL.rst <span style='color:#111;'> 5.04KB </span>","children":null,"spread":false},{"title":".travis.yml <span style='color:#111;'> 540B </span>","children":null,"spread":false},{"title":"MANIFEST.in <span style='color:#111;'> 281B </span>","children":null,"spread":false},{"title":"_mysql_exceptions.py <span style='color:#111;'> 2.28KB </span>","children":null,"spread":false},{"title":"samples","children":[{"title":"waiter_meinheld.py <span style='color:#111;'> 469B </span>","children":null,"spread":false},{"title":"waiter_gevent.py <span style='color:#111;'> 498B </span>","children":null,"spread":false}],"spread":true},{"title":"LICENSE <span style='color:#111;'> 17.67KB </span>","children":null,"spread":false},{"title":"HISTORY.rst <span style='color:#111;'> 8.79KB </span>","children":null,"spread":false},{"title":"doc","children":[{"title":"Makefile <span style='color:#111;'> 5.44KB </span>","children":null,"spread":false},{"title":"index.rst <span style='color:#111;'> 243B </span>","children":null,"spread":false},{"title":"conf.py <span style='color:#111;'> 7.56KB </span>","children":null,"spread":false},{"title":"MySQLdb.constants.rst <span style='color:#111;'> 1.05KB </span>","children":null,"spread":false},{"title":"modules.rst <span style='color:#111;'> 65B </span>","children":null,"spread":false},{"title":"MySQLdb.rst <span style='color:#111;'> 797B </span>","children":null,"spread":false},{"title":"make.bat <span style='color:#111;'> 4.98KB </span>","children":null,"spread":false},{"title":"_mysql_exceptions.rst <span style='color:#111;'> 149B </span>","children":null,"spread":false},{"title":"_mysql.rst <span style='color:#111;'> 108B </span>","children":null,"spread":false},{"title":"user_guide.rst <span style='color:#111;'> 28.00KB </span>","children":null,"spread":false},{"title":"FAQ.rst <span style='color:#111;'> 5.08KB </span>","children":null,"spread":false}],"spread":false},{"title":"setup.cfg <span style='color:#111;'> 501B </span>","children":null,"spread":false},{"title":".github","children":[{"title":"ISSUE_TEMPLATE.md <span style='color:#111;'> 643B </span>","children":null,"spread":false}],"spread":false},{"title":"_mysql.c <span style='color:#111;'> 74.48KB </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 1.46KB </span>","children":null,"spread":false},{"title":"metadata.cfg <span style='color:#111;'> 2.39KB </span>","children":null,"spread":false},{"title":"tests","children":[{"title":"capabilities.py <span style='color:#111;'> 9.63KB </span>","children":null,"spread":false},{"title":"test_MySQLdb_capabilities.py <span style='color:#111;'> 7.18KB </span>","children":null,"spread":false},{"title":"test_MySQLdb_nonstandard.py <span style='color:#111;'> 2.95KB </span>","children":null,"spread":false},{"title":"configdb.py <span style='color:#111;'> 580B </span>","children":null,"spread":false},{"title":"default.cnf <span style='color:#111;'> 278B </span>","children":null,"spread":false},{"title":"test__mysql.py <span style='color:#111;'> 119B </span>","children":null,"spread":false},{"title":"dbapi20.py <span style='color:#111;'> 30.69KB </span>","children":null,"spread":false},{"title":"test_cursor.py <span style='color:#111;'> 2.79KB </span>","children":null,"spread":false},{"title":"test_MySQLdb_dbapi20.py <span style='color:#111;'> 7.43KB </span>","children":null,"spread":false},{"title":"test_MySQLdb_times.py <span style='color:#111;'> 5.97KB </span>","children":null,"spread":false},{"title":"travis.cnf <span style='color:#111;'> 308B </span>","children":null,"spread":false}],"spread":false},{"title":"setup_common.py <span style='color:#111;'> 1.06KB </span>","children":null,"spread":false}],"spread":false},{"title":"pax_global_header <span style='color:#111;'> 52B </span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明