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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
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
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
4 description: Python interface to MySQL
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
5 long_description:
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
6 =========================
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
7 Python interface to MySQL
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
8 =========================
9
0e37ee00beb7 Merge changes from 1.2 branch (r470:483): Mostly build-related.
adustman
parents: 5
diff changeset
9 \n
0
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
10 MySQLdb is an interface to the popular MySQL_ database server for
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
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
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
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
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
15 - Thread-safety
9
0e37ee00beb7 Merge changes from 1.2 branch (r470:483): Mostly build-related.
adustman
parents: 5
diff changeset
16 \n
0
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
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
b70cce9bd065 Merge changes from 1.2 branch r456-468
adustman
parents: 4
diff changeset
19 MySQL-3.23 through 5.1 and Python-2.3 through 2.5 are currently
0
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
20 supported.
9
0e37ee00beb7 Merge changes from 1.2 branch (r470:483): Mostly build-related.
adustman
parents: 5
diff changeset
21 \n
0
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
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
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
24 .. _MySQL: http://www.mysql.com/
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
25 .. _`Free Software`: http://www.gnu.org/
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
26 .. [PEP-0249] http://www.python.org/peps/pep-0249.html
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
27 author: Andy Dustman
5
b70cce9bd065 Merge changes from 1.2 branch r456-468
adustman
parents: 4
diff changeset
28 author_email: [email protected]
0
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
29 license: GPL
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
30 platforms: ALL
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
31 url: http://sourceforge.net/projects/mysql-python
4
b5a377255eea Merge changes from MySQLdb-1.2 branch (448-455)
adustman
parents: 2
diff changeset
32 download_url: http://osdn.dl.sourceforge.net/sourceforge/mysql-python/MySQL-python-%(version)s.tar.gz
0
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
33 classifiers:
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
34 Development Status :: 5 - Production/Stable
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
35 Environment :: Other Environment
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
36 License :: OSI Approved :: GNU General Public License (GPL)
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
37 Operating System :: MacOS :: MacOS X
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
38 Operating System :: Microsoft :: Windows :: Windows NT/2000
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
39 Operating System :: OS Independent
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
40 Operating System :: POSIX
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
41 Operating System :: POSIX :: Linux
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
42 Operating System :: Unix
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
43 Programming Language :: C
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
44 Programming Language :: Python
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
45 Topic :: Database
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
46 Topic :: Database :: Database Engines/Servers
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
47 py_modules:
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
48 MySQLdb.converters
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
49 MySQLdb.connections
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
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
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
52 MySQLdb.release
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
53 MySQLdb.times
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
54 MySQLdb.constants.CR
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
55 MySQLdb.constants.FIELD_TYPE
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
56 MySQLdb.constants.ER
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
57 MySQLdb.constants.FLAG
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
58 MySQLdb.constants.REFRESH
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
59 MySQLdb.constants.CLIENT
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
60