Marc Abramowitz 4d61517963 Remove MySQLdb/release.py from git
because it's generated from metadata.cfg

and because I keep getting annoying diffs because of newline differences
-- e.g.:

    $ git diff
    diff --git a/MySQLdb/release.py b/MySQLdb/release.py
    index 5c30a6c..4ce9412 100644
    --- a/MySQLdb/release.py
    +++ b/MySQLdb/release.py
    @@ -1,4 +1,4 @@
    -
    -__author__ = "Andy Dustman <farcepest@gmail.com>"
    -version_info = (1,2,4,'final',1)
    -__version__ = "1.2.4"
    +
    +__author__ = "Andy Dustman <farcepest@gmail.com>"
    +version_info = (1,2,4,'final',1)
    +__version__ = "1.2.4"
2014-04-15 10:35:18 -07:00
2012-10-08 11:32:11 -04:00
2013-09-30 09:27:48 -07:00
2013-11-21 15:07:08 -05:00
2012-10-04 13:34:39 -04:00
2013-01-01 17:14:08 -05:00
2013-01-01 17:14:08 -05:00
2012-10-04 13:34:39 -04:00
2012-10-04 13:34:39 -04:00
2012-10-04 13:34:39 -04:00
2013-06-23 18:16:17 -04:00
2012-10-04 13:34:39 -04:00

MySQLdb1

This is the legacy (1.x) version of MySQLdb. While it is still being maintained, there will not be a lot of new feature development.

Build Status

TODO

  • A bugfix 1.2.4 release
  • A 1.3.0 release that will support Python 2.7-3.3
  • The 2.0 version is being renamed moist and is heavily refactored.

Projects

  • MySQLdb-svn

    This is the old Subversion repository located on SourceForge. It has all the early historical development of MySQLdb through 1.2.3, and also is the working repository for ZMySQLDA. The trunk on this repository was forked to create the MySQLdb2 repository.

  • MySQLdb1

    This is the new (active) git repository. Only updates to the 1.x series will happen here.

  • MySQLdb2

    This is the now obsolete Mercurial repository for MySQLdb-2.0 located on SourceForge. This repository has been migrated to the moist repository.

Description
MySQL/MariaDB connector for Python
Readme GPL-2.0 2.9 MiB
Languages
Python 64%
C 35.9%
Makefile 0.1%