.codecov.yml
.coveragerc
.flake8
.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGES.txt
CONTRIBUTING.rst
LICENSE
Makefile
README.rst
docker-compose.yml
pyproject.toml
requirements-dev.txt
requirements-docs.txt
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/ci-cd.yml
.github/workflows/codeql.yml
aiomysql/.gitignore
aiomysql/__init__.py
aiomysql/_scm_version.py
aiomysql/_scm_version.pyi
aiomysql/_version.py
aiomysql/connection.py
aiomysql/cursors.py
aiomysql/log.py
aiomysql/pool.py
aiomysql/utils.py
aiomysql.egg-info/PKG-INFO
aiomysql.egg-info/SOURCES.txt
aiomysql.egg-info/dependency_links.txt
aiomysql.egg-info/requires.txt
aiomysql.egg-info/top_level.txt
aiomysql/sa/__init__.py
aiomysql/sa/connection.py
aiomysql/sa/engine.py
aiomysql/sa/exc.py
aiomysql/sa/result.py
aiomysql/sa/transaction.py
docs/Makefile
docs/conf.py
docs/connection.rst
docs/contributing.rst
docs/cursors.rst
docs/examples.rst
docs/glossary.rst
docs/index.rst
docs/make.bat
docs/pool.rst
docs/sa.rst
docs/tutorial.rst
examples/example.py
examples/example_callproc.py
examples/example_callproc_oldstyle.py
examples/example_cursors.py
examples/example_executemany.py
examples/example_executemany_oldstyle.py
examples/example_oldstyle.py
examples/example_pool.py
examples/example_pool_oldstyle.py
examples/example_simple_sa.py
examples/example_simple_sa_oldstyle.py
examples/example_ssl.py
examples/example_transaction.py
examples/example_transaction_oldstyle.py
tests/__init__.py
tests/conftest.py
tests/test_async_iter.py
tests/test_async_with.py
tests/test_basic.py
tests/test_bulk_inserts.py
tests/test_connection.py
tests/test_cursor.py
tests/test_deserialize_cursor.py
tests/test_dictcursor.py
tests/test_issues.py
tests/test_load_local.py
tests/test_nextset.py
tests/test_pool.py
tests/test_sha_connection.py
tests/test_sscursor.py
tests/test_ssl.py
tests/fixtures/load_local_data.txt
tests/fixtures/load_local_warn_data.txt
tests/fixtures/my.cnf.tcp.tmpl
tests/fixtures/my.cnf.unix.tmpl
tests/sa/__init__.py
tests/sa/test_sa_compiled_cache.py
tests/sa/test_sa_connection.py
tests/sa/test_sa_default.py
tests/sa/test_sa_distil.py
tests/sa/test_sa_engine.py
tests/sa/test_sa_transaction.py
tests/sa/test_sa_types.py
tests/ssl_resources/README.md
tests/ssl_resources/socket.cnf
tests/ssl_resources/tls.cnf
tests/ssl_resources/ssl/ca-key.pem
tests/ssl_resources/ssl/ca.pem
tests/ssl_resources/ssl/server-cert.pem
tests/ssl_resources/ssl/server-key.pem
tests/ssl_resources/ssl/server-req.pem