https://github.com/mopemope/pure-python-mysql
This is PyMySQL original code. Pure python interface to MySQL.
https://github.com/mopemope/pure-python-mysql
Last synced: 9 months ago
JSON representation
This is PyMySQL original code. Pure python interface to MySQL.
- Host: GitHub
- URL: https://github.com/mopemope/pure-python-mysql
- Owner: mopemope
- Created: 2008-08-31T10:53:25.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2009-11-26T05:51:36.000Z (about 16 years ago)
- Last Synced: 2025-03-27T22:22:10.834Z (10 months ago)
- Language: Python
- Homepage: http://github.com/mopemope/pure-python-mysql/wikis/home
- Size: 345 KB
- Stars: 15
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
====================
pymysql Installation
====================
.. contents::
..
Requirements
-------------
+ Python 2.4 or higher
* http://www.python.org/
* 2.5 is the primary test environment.
* MySQL 4.1 or higher
* protocol41 support
Installation
------------
# python setup.py install