|
1 | | -[metadata] |
2 | | -version: 1.2.4b1 |
3 | | -version_info: (1,2,4,'beta',1) |
4 | | -description: Python interface to MySQL |
5 | | -long_description: |
6 | | - ========================= |
7 | | - Python interface to MySQL |
8 | | - ========================= |
9 | | - \n |
10 | | - MySQLdb is an interface to the popular MySQL_ database server for |
11 | | - Python. The design goals are: |
12 | | - \n |
13 | | - - Compliance with Python database API version 2.0 [PEP-0249]_ |
14 | | - \n |
15 | | - - Thread-safety |
16 | | - \n |
17 | | - - Thread-friendliness (threads will not block each other) |
18 | | - \n |
19 | | - MySQL-3.23 through 5.0 and Python-2.3 through 2.6 are currently |
20 | | - supported. Python-3.0 will be supported in a future release. |
21 | | - \n |
22 | | - MySQLdb is `Free Software`_. |
23 | | - \n |
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: adustman@users.sourceforge.net |
29 | | -license: GPL |
30 | | -platforms: ALL |
31 | | -url: http://sourceforge.net/projects/mysql-python |
32 | | -download_url: http://osdn.dl.sourceforge.net/sourceforge/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 | | - |
| 1 | +[metadata] |
| 2 | +version: 1.2.4b1 |
| 3 | +version_info: (1,2,4,'beta',1) |
| 4 | +description: Python interface to MySQL |
| 5 | +long_description: |
| 6 | + ========================= |
| 7 | + Python interface to MySQL |
| 8 | + ========================= |
| 9 | + \n |
| 10 | + MySQLdb is an interface to the popular MySQL_ database server for |
| 11 | + Python. The design goals are: |
| 12 | + \n |
| 13 | + - Compliance with Python database API version 2.0 [PEP-0249]_ |
| 14 | + \n |
| 15 | + - Thread-safety |
| 16 | + \n |
| 17 | + - Thread-friendliness (threads will not block each other) |
| 18 | + \n |
| 19 | + MySQL-3.23 through 5.0 and Python-2.3 through 2.6 are currently |
| 20 | + supported. Python-3.0 will be supported in a future release. |
| 21 | + \n |
| 22 | + MySQLdb is `Free Software`_. |
| 23 | + \n |
| 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: adustman@users.sourceforge.net |
| 29 | +license: GPL |
| 30 | +platforms: ALL |
| 31 | +url: http://sourceforge.net/projects/mysql-python |
| 32 | +download_url: http://osdn.dl.sourceforge.net/sourceforge/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 | + |
0 commit comments