SOURCES.txt 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. GPL-2.0
  2. HISTORY
  3. INSTALL
  4. MANIFEST.in
  5. README.md
  6. _mysql.c
  7. _mysql_exceptions.py
  8. metadata.cfg
  9. pymemcompat.h
  10. setup.cfg
  11. setup.py
  12. setup_common.py
  13. setup_posix.py
  14. setup_windows.py
  15. site.cfg
  16. MySQL_python.egg-info/PKG-INFO
  17. MySQL_python.egg-info/SOURCES.txt
  18. MySQL_python.egg-info/dependency_links.txt
  19. MySQL_python.egg-info/top_level.txt
  20. MySQLdb/__init__.py
  21. MySQLdb/connections.py
  22. MySQLdb/converters.py
  23. MySQLdb/cursors.py
  24. MySQLdb/release.py
  25. MySQLdb/times.py
  26. MySQLdb/constants/CLIENT.py
  27. MySQLdb/constants/CR.py
  28. MySQLdb/constants/ER.py
  29. MySQLdb/constants/FIELD_TYPE.py
  30. MySQLdb/constants/FLAG.py
  31. MySQLdb/constants/REFRESH.py
  32. MySQLdb/constants/__init__.py
  33. doc/FAQ.rst
  34. doc/MySQLdb.constants.rst
  35. doc/MySQLdb.rst
  36. doc/_mysql.rst
  37. doc/_mysql_exceptions.rst
  38. doc/conf.py
  39. doc/index.rst
  40. doc/modules.rst
  41. doc/user_guide.rst
  42. doc/_build/_sources/FAQ.txt
  43. doc/_build/_sources/MySQLdb.constants.txt
  44. doc/_build/_sources/MySQLdb.txt
  45. doc/_build/_sources/_mysql.txt
  46. doc/_build/_sources/_mysql_exceptions.txt
  47. doc/_build/_sources/distribute_setup.txt
  48. doc/_build/_sources/index.txt
  49. doc/_build/_sources/modules.txt
  50. doc/_build/_sources/setup.txt
  51. doc/_build/_sources/setup_common.txt
  52. doc/_build/_sources/setup_posix.txt
  53. doc/_build/_sources/setup_windows.txt
  54. doc/_build/_sources/user_guide.txt
  55. tests/capabilities.py
  56. tests/configdb.py
  57. tests/dbapi20.py
  58. tests/test_MySQLdb_capabilities.py
  59. tests/test_MySQLdb_dbapi20.py
  60. tests/test_MySQLdb_nonstandard.py