AUTHORS.rst
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
src/shillelagh/__init__.py
src/shillelagh/console.py
src/shillelagh/db.py
src/shillelagh/exceptions.py
src/shillelagh/fields.py
src/shillelagh/filters.py
src/shillelagh/functions.py
src/shillelagh/lib.py
src/shillelagh/py.typed
src/shillelagh/types.py
src/shillelagh/typing.py
src/shillelagh.egg-info/PKG-INFO
src/shillelagh.egg-info/SOURCES.txt
src/shillelagh.egg-info/dependency_links.txt
src/shillelagh.egg-info/entry_points.txt
src/shillelagh.egg-info/not-zip-safe
src/shillelagh.egg-info/requires.txt
src/shillelagh.egg-info/top_level.txt
src/shillelagh/adapters/__init__.py
src/shillelagh/adapters/base.py
src/shillelagh/adapters/registry.py
src/shillelagh/adapters/api/__init__.py
src/shillelagh/adapters/api/datasette.py
src/shillelagh/adapters/api/dbt_metricflow.py
src/shillelagh/adapters/api/generic_json.py
src/shillelagh/adapters/api/generic_xml.py
src/shillelagh/adapters/api/github.py
src/shillelagh/adapters/api/html_table.py
src/shillelagh/adapters/api/preset.py
src/shillelagh/adapters/api/s3select.py
src/shillelagh/adapters/api/socrata.py
src/shillelagh/adapters/api/system.py
src/shillelagh/adapters/api/weatherapi.py
src/shillelagh/adapters/api/gsheets/__init__.py
src/shillelagh/adapters/api/gsheets/adapter.py
src/shillelagh/adapters/api/gsheets/fields.py
src/shillelagh/adapters/api/gsheets/lib.py
src/shillelagh/adapters/api/gsheets/types.py
src/shillelagh/adapters/api/gsheets/typing.py
src/shillelagh/adapters/api/gsheets/parsing/__init__.py
src/shillelagh/adapters/api/gsheets/parsing/base.py
src/shillelagh/adapters/api/gsheets/parsing/date.py
src/shillelagh/adapters/api/gsheets/parsing/number.py
src/shillelagh/adapters/file/__init__.py
src/shillelagh/adapters/file/csvfile.py
src/shillelagh/adapters/memory/__init__.py
src/shillelagh/adapters/memory/holidays.py
src/shillelagh/adapters/memory/pandas.py
src/shillelagh/adapters/memory/virtual.py
src/shillelagh/backends/__init__.py
src/shillelagh/backends/apsw/__init__.py
src/shillelagh/backends/apsw/db.py
src/shillelagh/backends/apsw/vt.py
src/shillelagh/backends/apsw/dialects/__init__.py
src/shillelagh/backends/apsw/dialects/base.py
src/shillelagh/backends/apsw/dialects/gsheets.py
src/shillelagh/backends/apsw/dialects/metricflow.py
src/shillelagh/backends/apsw/dialects/safe.py
src/shillelagh/backends/multicorn/__init__.py
src/shillelagh/backends/multicorn/db.py
src/shillelagh/backends/multicorn/fdw.py
src/shillelagh/backends/multicorn/dialects/__init__.py
src/shillelagh/backends/multicorn/dialects/base.py
src/shillelagh/backends/sqlglot/db.py
src/shillelagh/backends/sqlglot/dialects/base.py