summaryrefslogtreecommitdiff
path: root/metadata.cfg
diff options
context:
space:
mode:
authorEvax Software <contact@evax.fr>2012-10-04 13:34:39 -0400
committerfarcepest <farcepest@gmail.com>2012-10-04 13:34:39 -0400
commit7a846cf5e35ebcad852309aebaa0bac8a7244744 (patch)
tree4fbd759ae4894cabcd590e15e61b535766a13ee2 /metadata.cfg
parent0164ffeb2534f050148348e50a51641491b6a65d (diff)
downloadmysqldb1-7a846cf5e35ebcad852309aebaa0bac8a7244744.tar.gz
Allow pip install from git
Merged with modifications from https://github.com/evax/MySQLdb1/commit/a8152690101733904b16a32ff8467220ca07242c
Diffstat (limited to 'metadata.cfg')
-rw-r--r--metadata.cfg58
1 files changed, 58 insertions, 0 deletions
diff --git a/metadata.cfg b/metadata.cfg
new file mode 100644
index 0000000..79edfff
--- /dev/null
+++ b/metadata.cfg
@@ -0,0 +1,58 @@
+[metadata]
+version: 1.2.4b3
+version_info: (1,2,4,'beta',3)
+description: Python interface to MySQL
+long_description:
+ =========================
+ Python interface to MySQL
+ =========================
+ \n
+ MySQLdb is an interface to the popular MySQL_ database server for
+ Python. The design goals are:
+ \n
+ - Compliance with Python database API version 2.0 [PEP-0249]_
+ - Thread-safety
+ - Thread-friendliness (threads will not block each other)
+ \n
+ MySQL-3.23 through 5.5 and Python-2.4 through 2.7 are currently
+ supported. Python-3.0 will be supported in a future release.
+ \n
+ MySQLdb is `Free Software`_.
+ \n
+ .. _MySQL: http://www.mysql.com/
+ .. _`Free Software`: http://www.gnu.org/
+ .. [PEP-0249] http://www.python.org/peps/pep-0249.html
+author: Andy Dustman
+author_email: farcepest@gmail.com
+license: GPL
+platforms: ALL
+url: http://sourceforge.net/projects/mysql-python
+download_url: http://osdn.dl.sourceforge.net/sourceforge/mysql-python/MySQL-python-%(version)s.tar.gz
+classifiers:
+ Development Status :: 5 - Production/Stable
+ Environment :: Other Environment
+ License :: OSI Approved :: GNU General Public License (GPL)
+ Operating System :: MacOS :: MacOS X
+ Operating System :: Microsoft :: Windows :: Windows NT/2000
+ Operating System :: OS Independent
+ Operating System :: POSIX
+ Operating System :: POSIX :: Linux
+ Operating System :: Unix
+ Programming Language :: C
+ Programming Language :: Python
+ Topic :: Database
+ Topic :: Database :: Database Engines/Servers
+py_modules:
+ _mysql_exceptions
+ MySQLdb.converters
+ MySQLdb.connections
+ MySQLdb.cursors
+ MySQLdb.release
+ MySQLdb.times
+ MySQLdb.constants.CR
+ MySQLdb.constants.FIELD_TYPE
+ MySQLdb.constants.ER
+ MySQLdb.constants.FLAG
+ MySQLdb.constants.REFRESH
+ MySQLdb.constants.CLIENT
+