HISTORY.rst
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
site.cfg
doc/FAQ.rst
doc/MySQLdb.constants.rst
doc/MySQLdb.rst
doc/conf.py
doc/index.rst
doc/user_guide.rst
src/MySQLdb/_mysql.c
src/MySQLdb/__init__.py
src/MySQLdb/_exceptions.py
src/MySQLdb/_mysql.c
src/MySQLdb/connections.py
src/MySQLdb/converters.py
src/MySQLdb/cursors.py
src/MySQLdb/release.py
src/MySQLdb/times.py
src/MySQLdb/constants/CLIENT.py
src/MySQLdb/constants/CR.py
src/MySQLdb/constants/ER.py
src/MySQLdb/constants/FIELD_TYPE.py
src/MySQLdb/constants/FLAG.py
src/MySQLdb/constants/__init__.py
src/mysqlclient.egg-info/PKG-INFO
src/mysqlclient.egg-info/SOURCES.txt
src/mysqlclient.egg-info/dependency_links.txt
src/mysqlclient.egg-info/top_level.txt
tests/capabilities.py
tests/configdb.py
tests/dbapi20.py
tests/test_MySQLdb_capabilities.py
tests/test_MySQLdb_dbapi20.py
tests/test_MySQLdb_nonstandard.py
tests/test_MySQLdb_times.py
tests/test__mysql.py
tests/test_connection.py
tests/test_cursor.py
tests/test_errors.py