File: PKG-INFO

package info (click to toggle)
python-mysqldb 1.2.1c2-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 336 kB
  • ctags: 694
  • sloc: ansic: 2,507; python: 1,085; sh: 129; makefile: 65
file content (46 lines) | stat: -rw-r--r-- 1,692 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Metadata-Version: 1.0
Name: MySQL-python
Version: 1.2.1c2
Summary: Python interface to MySQL
Home-page: http://sourceforge.net/projects/mysql-python
Author: Andy Dustman
Author-email: andy@dustman.net
License: GPL
Download-URL: http://prdownloads.sourceforge.net/mysql-python/MySQL-python-1.2.1c2.tar.gz
Description: =========================
        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.22 through 4.1 and Python-2.3 through 2.4 are currently
        supported.
        
        MySQLdb is `Free Software`_.
        
        .. _MySQL: http://www.mysql.com/
        .. _`Free Software`: http://www.gnu.org/
        .. [PEP-0249] http://www.python.org/peps/pep-0249.html
        
        
Platform: ALL
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows :: Windows NT/2000
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Topic :: Database
Classifier: Topic :: Database :: Database Engines/Servers