Update README.rst
This commit is contained in:
21
README.rst
21
README.rst
@@ -3,16 +3,17 @@ PyMySQL Installation
|
||||
====================
|
||||
|
||||
.. contents::
|
||||
|
||||
This package contains a pure-Python MySQL client library.
|
||||
Documentation on the MySQL client/server protocol can be found here:
|
||||
http://forge.mysql.com/wiki/MySQL_Internals_ClientServer_Protocol
|
||||
If you would like to run the test suite, edit the config parameters in
|
||||
pymysql/tests/base.py. The goal of pymysql is to be a drop-in
|
||||
replacement for MySQLdb and work on CPython 2.3+, Jython, IronPython, PyPy
|
||||
and Python 3. We test for compatibility by simply changing the import
|
||||
statements in the Django MySQL backend and running its unit tests as well
|
||||
as running it against the MySQLdb and myconnpy unit tests.
|
||||
..
|
||||
|
||||
This package contains a pure-Python MySQL client library.
|
||||
Documentation on the MySQL client/server protocol can be found here:
|
||||
http://forge.mysql.com/wiki/MySQL_Internals_ClientServer_Protocol
|
||||
If you would like to run the test suite, edit the config parameters in
|
||||
pymysql/tests/base.py. The goal of pymysql is to be a drop-in
|
||||
replacement for MySQLdb and work on CPython 2.3+, Jython, IronPython, PyPy
|
||||
and Python 3. We test for compatibility by simply changing the import
|
||||
statements in the Django MySQL backend and running its unit tests as well
|
||||
as running it against the MySQLdb and myconnpy unit tests.
|
||||
|
||||
Requirements
|
||||
-------------
|
||||
|
||||
Reference in New Issue
Block a user