.coveragerc
.flake8
.gitignore
.isort.cfg
.pre-commit-config.yaml
.pylintrc
.readthedocs.yml
ARCHITECTURE.rst
AUTHORS.rst
CHANGELOG.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.rst
LICENSE.txt
Makefile
README.rst
mypy.ini
pyproject.toml
setup.cfg
setup.py
.github/FUNDING.yml
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/codeql-analysis.yml
.github/workflows/python-integration.yml
.github/workflows/python-package-daily.yml
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
docs/Makefile
docs/adapters.rst
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/development.rst
docs/index.rst
docs/install.rst
docs/license.rst
docs/logo.png
docs/requirements.txt
docs/usage.rst
docs/_static/.gitignore
examples/csvfile.py
examples/dataframe.py
examples/datasette.py
examples/generic_json.py
examples/generic_xml.py
examples/github.py
examples/gsheets.py
examples/preset.py
examples/socrata.py
examples/test.csv
examples/weatherapi.py
requirements/base.in
requirements/base.txt
requirements/test.in
requirements/test.txt
src/shillelagh/__init__.py
src/shillelagh/console.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/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/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/safe.py
talks/Python Brasil 2021.pdf
templates/adapter/cookiecutter.json
templates/adapter/hooks/post_gen_project.sh
templates/adapter/{{cookiecutter.slug}}/test_{{cookiecutter.slug}}.py
templates/adapter/{{cookiecutter.slug}}/{{cookiecutter.slug}}.py
tests/__init__.py
tests/conftest.py
tests/console_test.py
tests/fields_test.py
tests/filters_test.py
tests/functions_test.py
tests/lib_test.py
tests/types_test.py
tests/adapters/__init__.py
tests/adapters/base_test.py
tests/adapters/registry_test.py
tests/adapters/api/__init__.py
tests/adapters/api/datasette_test.py
tests/adapters/api/generic_json_test.py
tests/adapters/api/generic_xml_test.py
tests/adapters/api/github_test.py
tests/adapters/api/html_table_test.py
tests/adapters/api/preset_test.py
tests/adapters/api/s3select_test.py
tests/adapters/api/socrata_test.py
tests/adapters/api/system_test.py
tests/adapters/api/weatherapi_test.py
tests/adapters/api/gsheets/__init__.py
tests/adapters/api/gsheets/adapter_test.py
tests/adapters/api/gsheets/fields_test.py
tests/adapters/api/gsheets/integration_test.py
tests/adapters/api/gsheets/lib_test.py
tests/adapters/api/gsheets/parsing/__init__.py
tests/adapters/api/gsheets/parsing/base_test.py
tests/adapters/api/gsheets/parsing/date_test.py
tests/adapters/api/gsheets/parsing/number_test.py
tests/adapters/file/__init__.py
tests/adapters/file/csvfile_test.py
tests/adapters/memory/__init__.py
tests/adapters/memory/holidays_test.py
tests/adapters/memory/pandas_test.py
tests/backends/__init__.py
tests/backends/apsw/__init__.py
tests/backends/apsw/db_test.py
tests/backends/apsw/dbapi_test.py
tests/backends/apsw/vt_test.py
tests/backends/apsw/dialects/__init__.py
tests/backends/apsw/dialects/base_test.py
tests/backends/apsw/dialects/gsheets_test.py
tests/backends/apsw/dialects/safe_test.py
tests/fakes/__init__.py
tests/fakes/cdc_data_response.json
tests/fakes/cdc_metadata_response.json
tests/fakes/datasette_columns_response.json
tests/fakes/datasette_data_response_1.json
tests/fakes/datasette_data_response_2.json
tests/fakes/datasette_metadata_response.json
tests/fakes/datasette_results.json
tests/fakes/github_issues_response.json
tests/fakes/github_pulls_response.json
tests/fakes/github_single_response.json
tests/fakes/incidents.json
tests/fakes/weatherapi_response.json