Mercurial > p > mysql-python > mysqldb-2
annotate metadata.cfg @ 35:e7bd07afbcb9 MySQLdb
Conflict-filled merge from 1.2br for 558:559 set and exception fixes
author | kylev |
---|---|
date | Thu, 12 Feb 2009 00:23:41 +0000 |
parents | d55bfb1a4701 |
children |
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 |
10
3f4c6af70e52
Me and PyLint had a knife fight, but PyLint had a gun.
adustman
parents:
9
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
0e37ee00beb7
Merge changes from 1.2 branch (r470:483): Mostly build-related.
adustman
parents:
5
diff
changeset
|
9 \n |
0 | 10 MySQLdb is an interface to the popular MySQL_ database server for |
11 Python. The design goals are: | |
9
0e37ee00beb7
Merge changes from 1.2 branch (r470:483): Mostly build-related.
adustman
parents:
5
diff
changeset
|
12 \n |
0 | 13 - Compliance with Python database API version 2.0 [PEP-0249]_ |
9
0e37ee00beb7
Merge changes from 1.2 branch (r470:483): Mostly build-related.
adustman
parents:
5
diff
changeset
|
14 \n |
0 | 15 - Thread-safety |
9
0e37ee00beb7
Merge changes from 1.2 branch (r470:483): Mostly build-related.
adustman
parents:
5
diff
changeset
|
16 \n |
0 | 17 - Thread-friendliness (threads will not block each other) |
9
0e37ee00beb7
Merge changes from 1.2 branch (r470:483): Mostly build-related.
adustman
parents:
5
diff
changeset
|
18 \n |
5 | 19 MySQL-3.23 through 5.1 and Python-2.3 through 2.5 are currently |
0 | 20 supported. |
9
0e37ee00beb7
Merge changes from 1.2 branch (r470:483): Mostly build-related.
adustman
parents:
5
diff
changeset
|
21 \n |
0 | 22 MySQLdb is `Free Software`_. |
9
0e37ee00beb7
Merge changes from 1.2 branch (r470:483): Mostly build-related.
adustman
parents:
5
diff
changeset
|
23 \n |
0 | 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 | |
5 | 28 author_email: [email protected] |
0 | 29 license: GPL |
30 platforms: ALL | |
31 url: http://sourceforge.net/projects/mysql-python | |
4 | 32 download_url: http://osdn.dl.sourceforge.net/sourceforge/mysql-python/MySQL-python-%(version)s.tar.gz |
0 | 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 MySQLdb.converters | |
49 MySQLdb.connections | |
50 MySQLdb.cursors | |
18
d55bfb1a4701
Tons of changes from major refactoring/cleanup. This is all really broken
adustman
parents:
10
diff
changeset
|
51 MySQLdb.exceptions |
0 | 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 |