mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 11:10:58 +08:00
Windows is HELL
This commit is contained in:
@ -1,60 +1,60 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
version: 1.2.4b1
|
version: 1.2.4b1
|
||||||
version_info: (1,2,4,'beta',1)
|
version_info: (1,2,4,'beta',1)
|
||||||
description: Python interface to MySQL
|
description: Python interface to MySQL
|
||||||
long_description:
|
long_description:
|
||||||
=========================
|
=========================
|
||||||
Python interface to MySQL
|
Python interface to MySQL
|
||||||
=========================
|
=========================
|
||||||
\n
|
\n
|
||||||
MySQLdb is an interface to the popular MySQL_ database server for
|
MySQLdb is an interface to the popular MySQL_ database server for
|
||||||
Python. The design goals are:
|
Python. The design goals are:
|
||||||
\n
|
\n
|
||||||
- Compliance with Python database API version 2.0 [PEP-0249]_
|
- Compliance with Python database API version 2.0 [PEP-0249]_
|
||||||
\n
|
\n
|
||||||
- Thread-safety
|
- Thread-safety
|
||||||
\n
|
\n
|
||||||
- Thread-friendliness (threads will not block each other)
|
- Thread-friendliness (threads will not block each other)
|
||||||
\n
|
\n
|
||||||
MySQL-3.23 through 5.0 and Python-2.3 through 2.6 are currently
|
MySQL-3.23 through 5.0 and Python-2.3 through 2.6 are currently
|
||||||
supported. Python-3.0 will be supported in a future release.
|
supported. Python-3.0 will be supported in a future release.
|
||||||
\n
|
\n
|
||||||
MySQLdb is `Free Software`_.
|
MySQLdb is `Free Software`_.
|
||||||
\n
|
\n
|
||||||
.. _MySQL: http://www.mysql.com/
|
.. _MySQL: http://www.mysql.com/
|
||||||
.. _`Free Software`: http://www.gnu.org/
|
.. _`Free Software`: http://www.gnu.org/
|
||||||
.. [PEP-0249] http://www.python.org/peps/pep-0249.html
|
.. [PEP-0249] http://www.python.org/peps/pep-0249.html
|
||||||
author: Andy Dustman
|
author: Andy Dustman
|
||||||
author_email: adustman@users.sourceforge.net
|
author_email: adustman@users.sourceforge.net
|
||||||
license: GPL
|
license: GPL
|
||||||
platforms: ALL
|
platforms: ALL
|
||||||
url: http://sourceforge.net/projects/mysql-python
|
url: http://sourceforge.net/projects/mysql-python
|
||||||
download_url: http://osdn.dl.sourceforge.net/sourceforge/mysql-python/MySQL-python-%(version)s.tar.gz
|
download_url: http://osdn.dl.sourceforge.net/sourceforge/mysql-python/MySQL-python-%(version)s.tar.gz
|
||||||
classifiers:
|
classifiers:
|
||||||
Development Status :: 5 - Production/Stable
|
Development Status :: 5 - Production/Stable
|
||||||
Environment :: Other Environment
|
Environment :: Other Environment
|
||||||
License :: OSI Approved :: GNU General Public License (GPL)
|
License :: OSI Approved :: GNU General Public License (GPL)
|
||||||
Operating System :: MacOS :: MacOS X
|
Operating System :: MacOS :: MacOS X
|
||||||
Operating System :: Microsoft :: Windows :: Windows NT/2000
|
Operating System :: Microsoft :: Windows :: Windows NT/2000
|
||||||
Operating System :: OS Independent
|
Operating System :: OS Independent
|
||||||
Operating System :: POSIX
|
Operating System :: POSIX
|
||||||
Operating System :: POSIX :: Linux
|
Operating System :: POSIX :: Linux
|
||||||
Operating System :: Unix
|
Operating System :: Unix
|
||||||
Programming Language :: C
|
Programming Language :: C
|
||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
Topic :: Database
|
Topic :: Database
|
||||||
Topic :: Database :: Database Engines/Servers
|
Topic :: Database :: Database Engines/Servers
|
||||||
py_modules:
|
py_modules:
|
||||||
_mysql_exceptions
|
_mysql_exceptions
|
||||||
MySQLdb.converters
|
MySQLdb.converters
|
||||||
MySQLdb.connections
|
MySQLdb.connections
|
||||||
MySQLdb.cursors
|
MySQLdb.cursors
|
||||||
MySQLdb.release
|
MySQLdb.release
|
||||||
MySQLdb.times
|
MySQLdb.times
|
||||||
MySQLdb.constants.CR
|
MySQLdb.constants.CR
|
||||||
MySQLdb.constants.FIELD_TYPE
|
MySQLdb.constants.FIELD_TYPE
|
||||||
MySQLdb.constants.ER
|
MySQLdb.constants.ER
|
||||||
MySQLdb.constants.FLAG
|
MySQLdb.constants.FLAG
|
||||||
MySQLdb.constants.REFRESH
|
MySQLdb.constants.REFRESH
|
||||||
MySQLdb.constants.CLIENT
|
MySQLdb.constants.CLIENT
|
||||||
|
|
||||||
|
@ -14,4 +14,4 @@ static = False
|
|||||||
|
|
||||||
# http://stackoverflow.com/questions/1972259/mysql-python-install-problem-using-virtualenv-windows-pip
|
# http://stackoverflow.com/questions/1972259/mysql-python-install-problem-using-virtualenv-windows-pip
|
||||||
# Windows connector libs for MySQL. You need a 32-bit connector for your 32-bit Python build.
|
# Windows connector libs for MySQL. You need a 32-bit connector for your 32-bit Python build.
|
||||||
connector = C:\Program Files (x86)\MySQL\MySQL Connector C 6.0.2
|
connector = C:\Program Files (x86)\MySQL\MySQL Connector C 6.0.2
|
||||||
|
Reference in New Issue
Block a user