.coveragerc
.gitignore
CHANGELOG.md
LICENSE
MANIFEST.in
Makefile
README.rst
example.py
requirements-dev.txt
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
debian/.gitignore
debian/changelog
debian/compat
debian/control
debian/rules
debian/watch
debian/source/format
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/_static/.gitkeep
docs/source/modules/connections.rst
docs/source/modules/cursors.rst
docs/source/modules/index.rst
docs/source/user/development.rst
docs/source/user/examples.rst
docs/source/user/index.rst
docs/source/user/installation.rst
docs/source/user/resources.rst
pymysql/tests/__init__.py
pymysql/tests/base.py
pymysql/tests/test_basic.py
pymysql/tests/test_connection.py
pymysql/tests/test_issues.py
pymysql/tests/test_nextset.py
pymysql/tests/thirdparty/__init__.py
setup/rtd-requirements.txt
setup/test-requirements.txt
tests/__init__.py
tests/base.py
tests/conftest.py
tests/databases.json.example
tests/test_DictCursor.py
tests/test_SSCursor.py
tests/test_auth.py
tests/test_basic.py
tests/test_connection.py
tests/test_converters.py
tests/test_cursor.py
tests/test_err.py
tests/test_issues.py
tests/test_load_local.py
tests/test_mariadb_auth.py
tests/test_nextset.py
tests/test_optionfile.py
tests/data/load_local_data.txt
tests/data/load_local_warn_data.txt
tests/thirdparty/__init__.py
tests/thirdparty/test_MySQLdb/__init__.py
tests/thirdparty/test_MySQLdb/capabilities.py
tests/thirdparty/test_MySQLdb/dbapi20.py
tests/thirdparty/test_MySQLdb/test_MySQLdb_capabilities.py
tests/thirdparty/test_MySQLdb/test_MySQLdb_dbapi20.py
tests/thirdparty/test_MySQLdb/test_MySQLdb_nonstandard.py
trio_mysql/__init__.py
trio_mysql/_auth.py
trio_mysql/_compat.py
trio_mysql/_version.py
trio_mysql/charset.py
trio_mysql/connections.py
trio_mysql/converters.py
trio_mysql/cursors.py
trio_mysql/err.py
trio_mysql/optionfile.py
trio_mysql/protocol.py
trio_mysql/times.py
trio_mysql/util.py
trio_mysql.egg-info/PKG-INFO
trio_mysql.egg-info/SOURCES.txt
trio_mysql.egg-info/dependency_links.txt
trio_mysql.egg-info/requires.txt
trio_mysql.egg-info/top_level.txt
trio_mysql/constants/CLIENT.py
trio_mysql/constants/COMMAND.py
trio_mysql/constants/CR.py
trio_mysql/constants/ER.py
trio_mysql/constants/FIELD_TYPE.py
trio_mysql/constants/FLAG.py
trio_mysql/constants/SERVER_STATUS.py
trio_mysql/constants/__init__.py