@@ -33,37 +33,37 @@ Requirements
33
33
34
34
* Python -- one of the following:
35
35
36
- - CPython _ >= 2.6 or >= 3.3
37
- - PyPy _ >= 4.0
38
- - IronPython _ 2.7
36
+ - CPython _ : 2.7 and >= 3.4
37
+ - PyPy _ : Latest version
39
38
40
39
* MySQL Server -- one of the following:
41
40
42
- - MySQL _ >= 4.1 (tested with only 5.5~)
43
- - MariaDB _ >= 5.1
41
+ - MySQL _ >= 5.5
42
+ - MariaDB _ >= 5.5
44
43
45
- .. _CPython : http://www.python.org/
46
- .. _PyPy : http://pypy.org/
47
- .. _IronPython : http://ironpython.net/
48
- .. _MySQL : http://www.mysql.com/
44
+ .. _CPython : https://www.python.org/
45
+ .. _PyPy : https://pypy.org/
46
+ .. _MySQL : https://www.mysql.com/
49
47
.. _MariaDB : https://mariadb.org/
50
48
51
49
52
50
Installation
53
51
------------
54
52
55
- The last stable release is available on PyPI and can be installed with `` pip ``::
53
+ Package is uploaded on ` PyPI < https://pypi.org/project/PyMySQL >`_.
56
54
57
- $ pip install PyMySQL
55
+ You can install it with pip::
56
+
57
+ $ pip3 install PyMySQL
58
58
59
59
60
60
Documentation
61
61
-------------
62
62
63
- Documentation is available online: http ://pymysql.readthedocs.io/
63
+ Documentation is available online: https ://pymysql.readthedocs.io/
64
64
65
65
For support, please refer to the `StackOverflow
66
- <http ://stackoverflow.com/questions/tagged/pymysql> `_.
66
+ <https ://stackoverflow.com/questions/tagged/pymysql> `_.
67
67
68
68
Example
69
69
-------
@@ -122,16 +122,17 @@ This example will print:
122
122
Resources
123
123
---------
124
124
125
- DB-API 2.0: http://www.python.org/dev/peps/pep-0249
125
+ * DB-API 2.0: http://www.python.org/dev/peps/pep-0249
126
126
127
- MySQL Reference Manuals: http://dev.mysql.com/doc/
127
+ * MySQL Reference Manuals: http://dev.mysql.com/doc/
128
128
129
- MySQL client/server protocol:
130
- http://dev.mysql.com/doc/internals/en/client-server-protocol.html
129
+ * MySQL client/server protocol:
130
+ http://dev.mysql.com/doc/internals/en/client-server-protocol.html
131
131
132
- "Connector" channel in MySQL Community Slack: http://lefred.be/mysql-community-on-slack/
132
+ * "Connector" channel in MySQL Community Slack:
133
+ http://lefred.be/mysql-community-on-slack/
133
134
134
- PyMySQL mailing list: https://groups.google.com/forum/#!forum/pymysql-users
135
+ * PyMySQL mailing list: https://groups.google.com/forum/#!forum/pymysql-users
135
136
136
137
License
137
138
-------
0 commit comments