PKG-INFO 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. Metadata-Version: 1.1
  2. Name: MySQL-python
  3. Version: 1.2.5
  4. Summary: Python interface to MySQL
  5. Home-page: https://github.com/farcepest/MySQLdb1
  6. Author: Andy Dustman
  7. Author-email: farcepest@gmail.com
  8. License: GPL
  9. Description:
  10. =========================
  11. Python interface to MySQL
  12. =========================
  13. MySQLdb is an interface to the popular MySQL_ database server for
  14. Python. The design goals are:
  15. - Compliance with Python database API version 2.0 [PEP-0249]_
  16. - Thread-safety
  17. - Thread-friendliness (threads will not block each other)
  18. MySQL-3.23 through 5.5 and Python-2.4 through 2.7 are currently
  19. supported. Python-3.0 will be supported in a future release.
  20. PyPy is supported.
  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