|
1 |
| -MySQLdb1 |
2 |
| -======== |
3 |
| - |
4 |
| -This is the legacy (1.x) version of MySQLdb. While it is still being |
5 |
| -maintained, there will not be a lot of new feature development. |
6 |
| - |
7 |
| -[](http://travis-ci.org/farcepest/MySQLdb1) |
8 |
| - |
9 |
| -TODO |
10 |
| ----- |
11 |
| - |
12 |
| -* A bugfix 1.2.4 release |
13 |
| -* A 1.3.0 release that will support Python 2.7-3.3 |
14 |
| -* The 2.0 version is being renamed [moist][] and is heavily refactored. |
15 |
| - |
16 |
| -Projects |
17 |
| --------- |
18 |
| - |
19 |
| -* [MySQLdb-svn][] |
20 |
| - |
21 |
| - This is the old Subversion repository located on SourceForge. |
22 |
| - It has all the early historical development of MySQLdb through 1.2.3, |
23 |
| - and also is the working repository for ZMySQLDA. The trunk on this |
24 |
| - repository was forked to create the [MySQLdb2][] repository. |
25 |
| - |
26 |
| -* [MySQLdb1][] |
27 |
| - |
28 |
| - This is the new (active) git repository. |
29 |
| - Only updates to the 1.x series will happen here. |
30 |
| - |
31 |
| -* [MySQLdb2][] |
32 |
| - |
33 |
| - This is the now obsolete Mercurial repository for MySQLdb-2.0 |
34 |
| - located on SourceForge. This repository has been migrated to the |
35 |
| - [moist][] repository. |
36 |
| - |
37 |
| - |
38 |
| -[MySQLdb1]: https://github.com/farcepest/MySQLdb1 |
39 |
| -[moist]: https://github.com/farcepest/moist |
40 |
| -[MySQLdb-svn]: https://sourceforge.net/p/mysql-python/svn/ |
41 |
| -[MySQLdb2]: https://sourceforge.net/p/mysql-python/mysqldb-2/ |
| 1 | +mysqlclient |
| 2 | +=========== |
| 3 | + |
| 4 | +[](http://travis-ci.org/PyMySQL/mysqlclient-python) |
| 5 | + |
| 6 | +This is a fork of [MySQLdb1](farcepest/MySQLdb1). |
| 7 | + |
| 8 | +This project adds Python 3 support and bug fixes. |
| 9 | +I hope this fork is merged back to MySQLdb1 like distribute was merged back to setuptools. |
| 10 | + |
| 11 | +TODO |
| 12 | +---- |
| 13 | + |
| 14 | +* A 1.3.0 release that will support Python 2.7 and 3.3-3.4 |
| 15 | +* Release binary wheel for Windows. |
| 16 | + |
0 commit comments