.coveragerc
.flake8
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.rst
mypy.ini
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
examples/csvfile.py
examples/gsheetsapi.py
examples/test.csv
examples/weatherapi.py
src/shillelagh/__init__.py
src/shillelagh/exceptions.py
src/shillelagh/fields.py
src/shillelagh/filters.py
src/shillelagh/lib.py
src/shillelagh/types.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/api/__init__.py
src/shillelagh/adapters/api/gsheets.py
src/shillelagh/adapters/api/weatherapi.py
src/shillelagh/adapters/file/__init__.py
src/shillelagh/adapters/file/csvfile.py
src/shillelagh/backends/__init__.py
src/shillelagh/backends/apsw/__init__.py
src/shillelagh/backends/apsw/db.py
src/shillelagh/backends/apsw/dialect.py
src/shillelagh/backends/apsw/vt.py
tests/__init__.py
tests/conftest.py
tests/fakes.py
tests/test_fields.py
tests/test_filters.py
tests/test_lib.py
tests/test_types.py
tests/travis_install.sh
tests/adapters/__init__.py
tests/adapters/test_base.py
tests/adapters/api/__init__.py
tests/adapters/api/test_gsheets.py
tests/adapters/api/test_weatherapi.py
tests/adapters/file/__init__.py
tests/adapters/file/test_csvfile.py
tests/backends/__init__.py
tests/backends/apsw/__init__.py
tests/backends/apsw/test_db.py
tests/backends/apsw/test_dialect.py
tests/backends/apsw/test_vt.py