LICENSE
README.md
pyproject.toml
src/excel_dbapi/__init__.py
src/excel_dbapi/connection.py
src/excel_dbapi/cursor.py
src/excel_dbapi/exceptions.py
src/excel_dbapi.egg-info/PKG-INFO
src/excel_dbapi.egg-info/SOURCES.txt
src/excel_dbapi.egg-info/dependency_links.txt
src/excel_dbapi.egg-info/requires.txt
src/excel_dbapi.egg-info/top_level.txt
src/excel_dbapi/engine/__init__.py
src/excel_dbapi/engine/base.py
src/excel_dbapi/engine/executor.py
src/excel_dbapi/engine/openpyxl_engine.py
src/excel_dbapi/engine/pandas_engine.py
src/excel_dbapi/engine/parser.py
tests/test_connection.py
tests/test_cursor.py
tests/test_engine.py
tests/test_exceptions.py
tests/test_executor.py
tests/test_integration.py
tests/test_parser.py