metadata.cfg 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. [metadata]
  2. version: 1.2.5
  3. version_info: (1,2,5,'final',1)
  4. description: Python interface to MySQL
  5. long_description:
  6. =========================
  7. Python interface to MySQL
  8. =========================
  9. \n
  10. MySQLdb is an interface to the popular MySQL_ database server for
  11. Python. The design goals are:
  12. \n
  13. - Compliance with Python database API version 2.0 [PEP-0249]_
  14. - Thread-safety
  15. - Thread-friendliness (threads will not block each other)
  16. \n
  17. MySQL-3.23 through 5.5 and Python-2.4 through 2.7 are currently
  18. supported. Python-3.0 will be supported in a future release.
  19. PyPy is supported.
  20. \n
  21. MySQLdb is `Free Software`_.
  22. \n
  23. .. _MySQL: http://www.mysql.com/
  24. .. _`Free Software`: http://www.gnu.org/
  25. .. [PEP-0249] http://www.python.org/peps/pep-0249.html
  26. author: Andy Dustman
  27. author_email: farcepest@gmail.com
  28. license: GPL
  29. platforms: ALL
  30. url: https://github.com/farcepest/MySQLdb1
  31. classifiers:
  32. Development Status :: 5 - Production/Stable
  33. Environment :: Other Environment
  34. License :: OSI Approved :: GNU General Public License (GPL)
  35. Operating System :: MacOS :: MacOS X
  36. Operating System :: Microsoft :: Windows :: Windows NT/2000
  37. Operating System :: OS Independent
  38. Operating System :: POSIX
  39. Operating System :: POSIX :: Linux
  40. Operating System :: Unix
  41. Programming Language :: C
  42. Programming Language :: Python
  43. Topic :: Database
  44. Topic :: Database :: Database Engines/Servers
  45. py_modules:
  46. _mysql_exceptions
  47. MySQLdb.converters
  48. MySQLdb.connections
  49. MySQLdb.cursors
  50. MySQLdb.release
  51. MySQLdb.times
  52. MySQLdb.constants.CR
  53. MySQLdb.constants.FIELD_TYPE
  54. MySQLdb.constants.ER
  55. MySQLdb.constants.FLAG
  56. MySQLdb.constants.REFRESH
  57. MySQLdb.constants.CLIENT