slackbuilds_ponce/development/MySQL-python
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
MySQL-python.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
MySQL-python.SlackBuild development/MySQL-python: Misc automated cleanups. 2010-06-04 01:02:22 -04:00
README development/MySQL-python: Updated for version 1.2.3c1 2010-05-13 00:24:07 +02:00
slack-desc development/MySQL-python: Added to 12.0 repository 2010-05-11 20:00:20 +02:00

MySQL-python (Python interface to MySQL)

MySQLdb is an interface to the popular MySQL database server for Python.
The design goals are:

    * Compliance with Python database API version 2.0 [PEP-0249]
    * Thread-safety
    * Thread-friendliness (threads will not block each other)

MySQL-3.23 through 5.1 and Python-2.3 through 2.6 are currently supported.

This requires the Python setuptools (pysetuptools on SlackBuilds.org).