PKG-INFO 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. Metadata-Version: 1.0
  2. Name: MySQL-python
  3. Version: 1.2.3c1
  4. Summary: Python interface to MySQL
  5. Home-page: http://sourceforge.net/projects/mysql-python
  6. Author: Andy Dustman
  7. Author-email: adustman@users.sourceforge.net
  8. License: GPL
  9. Download-URL: http://osdn.dl.sourceforge.net/sourceforge/mysql-python/MySQL-python-1.2.3c1.tar.gz
  10. Description:
  11. =========================
  12. Python interface to MySQL
  13. =========================
  14. MySQLdb is an interface to the popular MySQL_ database server for
  15. Python. The design goals are:
  16. - Compliance with Python database API version 2.0 [PEP-0249]_
  17. - Thread-safety
  18. - Thread-friendliness (threads will not block each other)
  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. MySQLdb is `Free Software`_.
  22. .. _MySQL: http://www.mysql.com/
  23. .. _`Free Software`: http://www.gnu.org/
  24. .. [PEP-0249] http://www.python.org/peps/pep-0249.html
  25. Platform: ALL
  26. Classifier: Development Status :: 5 - Production/Stable
  27. Classifier: Environment :: Other Environment
  28. Classifier: License :: OSI Approved :: GNU General Public License (GPL)
  29. Classifier: Operating System :: MacOS :: MacOS X
  30. Classifier: Operating System :: Microsoft :: Windows :: Windows NT/2000
  31. Classifier: Operating System :: OS Independent
  32. Classifier: Operating System :: POSIX
  33. Classifier: Operating System :: POSIX :: Linux
  34. Classifier: Operating System :: Unix
  35. Classifier: Programming Language :: C
  36. Classifier: Programming Language :: Python
  37. Classifier: Topic :: Database
  38. Classifier: Topic :: Database :: Database Engines/Servers