MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
doc/src/connection.rst
doc/src/cursor.rst
doc/src/index.rst
doc/src/license.rst
doc/src/module.rst
doc/src/releasenotes.rst
doc/src/variable.rst
src/ceODBC/__init__.py
src/ceODBC/connection.pyx
src/ceODBC/constants.py
src/ceODBC/constructors.py
src/ceODBC/cursor.pyx
src/ceODBC/driver.c
src/ceODBC/driver.pyx
src/ceODBC/errors.pyx
src/ceODBC/exceptions.py
src/ceODBC/string_buffer.pyx
src/ceODBC/types.pyx
src/ceODBC/var.pyx
src/ceODBC/version.py
src/ceODBC.egg-info/PKG-INFO
src/ceODBC.egg-info/SOURCES.txt
src/ceODBC.egg-info/dependency_links.txt
src/ceODBC.egg-info/not-zip-safe
src/ceODBC.egg-info/top_level.txt
tests/test_1000_types.py
tests/test_1100_connection.py
tests/test_1200_cursor.py
tests/test_1300_numbers.py
tests/test_1400_strings.py
tests/test_1500_module.py
tests/test_1600_dates.py
tests/test_1700_catalog.py
tests/test_env.py
tests/mysql/SetupTest.sql
tests/pgsql/SetupTest.sql