Mercurial > p > mysql-python > mysqldb-2
annotate metadata.cfg @ 3:df195ac92df6 MySQLdb
Merge changes from 1.2 branch
author | adustman |
---|---|
date | Sun, 09 Apr 2006 04:06:40 +0000 |
parents | c0d1fc0429ce |
children | b5a377255eea |
rev | line source |
---|---|
0 | 1 [metadata] |
2
c0d1fc0429ce
Smashed _mysql.c with a great big hammer and got some smaller,
adustman
parents:
0
diff
changeset
|
2 version: 1.3.0 |
c0d1fc0429ce
Smashed _mysql.c with a great big hammer and got some smaller,
adustman
parents:
0
diff
changeset
|
3 version_info: (1,3,0,'final',0) |
0 | 4 description: Python interface to MySQL |
5 long_description: | |
6 ========================= | |
7 Python interface to MySQL | |
8 ========================= | |
9 | |
10 MySQLdb is an interface to the popular MySQL_ database server for | |
11 Python. The design goals are: | |
12 | |
13 - Compliance with Python database API version 2.0 [PEP-0249]_ | |
14 | |
15 - Thread-safety | |
16 | |
17 - Thread-friendliness (threads will not block each other) | |
18 | |
2
c0d1fc0429ce
Smashed _mysql.c with a great big hammer and got some smaller,
adustman
parents:
0
diff
changeset
|
19 MySQL-3.23 through 5.1 and Python-2.3 through 2.4 are currently |
0 | 20 supported. |
21 | |
22 MySQLdb is `Free Software`_. | |
23 | |
24 .. _MySQL: http://www.mysql.com/ | |
25 .. _`Free Software`: http://www.gnu.org/ | |
26 .. [PEP-0249] http://www.python.org/peps/pep-0249.html | |
27 author: Andy Dustman | |
28 author_email: [email protected] | |
29 license: GPL | |
30 platforms: ALL | |
31 url: http://sourceforge.net/projects/mysql-python | |
32 download_url: http://prdownloads.sourceforge.net/mysql-python/MySQL-python-%(version)s.tar.gz | |
33 classifiers: | |
34 Development Status :: 5 - Production/Stable | |
35 Environment :: Other Environment | |
36 License :: OSI Approved :: GNU General Public License (GPL) | |
37 Operating System :: MacOS :: MacOS X | |
38 Operating System :: Microsoft :: Windows :: Windows NT/2000 | |
39 Operating System :: OS Independent | |
40 Operating System :: POSIX | |
41 Operating System :: POSIX :: Linux | |
42 Operating System :: Unix | |
43 Programming Language :: C | |
44 Programming Language :: Python | |
45 Topic :: Database | |
46 Topic :: Database :: Database Engines/Servers | |
47 py_modules: | |
48 _mysql_exceptions | |
49 MySQLdb.converters | |
50 MySQLdb.connections | |
51 MySQLdb.cursors | |
52 MySQLdb.release | |
53 MySQLdb.times | |
54 MySQLdb.constants.CR | |
55 MySQLdb.constants.FIELD_TYPE | |
56 MySQLdb.constants.ER | |
57 MySQLdb.constants.FLAG | |
58 MySQLdb.constants.REFRESH | |
59 MySQLdb.constants.CLIENT | |
60 |