.coveragerc
.dockerignore
.gitignore
.pyup.yml
CHANGES.txt
CONTRIBUTING.rst
LICENSE
MANIFEST.in
Makefile
README.rst
pyproject.toml
requirements-dev.txt
setup.py
.github/dependabot.yml
.github/workflows/python-package.yml
aioodbc/__init__.py
aioodbc/_version.py
aioodbc/connection.py
aioodbc/cursor.py
aioodbc/log.py
aioodbc/pool.py
aioodbc/utils.py
aioodbc.egg-info/PKG-INFO
aioodbc.egg-info/SOURCES.txt
aioodbc.egg-info/dependency_links.txt
aioodbc.egg-info/requires.txt
aioodbc.egg-info/top_level.txt
ci/Dockerfile
ci/Makefile
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/examples.rst
docs/glossary.rst
docs/index.rst
docs/make.bat
docs/tuning.rst
examples/example_complex_queries.py
examples/example_context_managers.py
examples/example_pool.py
examples/example_simple.py
tests/conftest.py
tests/test_connection.py
tests/test_cursor.py
tests/test_pool.py
tests/test_slow.py