slackbuilds/development/MySQL-python
Matteo Bernardini d02d5c8119 development/MySQL-python: Avoid downloading distribute during build.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2013-12-14 10:52:34 -06:00
..
MySQL-python.SlackBuild development/MySQL-python: Avoid downloading distribute during build. 2013-12-14 10:52:34 -06:00
MySQL-python.info development/MySQL-python: Updated for version 1.2.4, cleanups. 2013-11-07 11:28:17 -06:00
README development/MySQL-python: Updated for version 1.2.4, cleanups. 2013-11-07 11:28:17 -06:00
no_distribute_download.patch development/MySQL-python: Avoid downloading distribute during build. 2013-12-14 10:52:34 -06:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

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.5 and Python-2.4 through 2.7 are currently supported.