AUTHORS
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
sqlalchemy_bigquery/__init__.py
sqlalchemy_bigquery/_helpers.py
sqlalchemy_bigquery/_struct.py
sqlalchemy_bigquery/_types.py
sqlalchemy_bigquery/base.py
sqlalchemy_bigquery/geography.py
sqlalchemy_bigquery/parse_url.py
sqlalchemy_bigquery/requirements.py
sqlalchemy_bigquery/version.py
sqlalchemy_bigquery.egg-info/PKG-INFO
sqlalchemy_bigquery.egg-info/SOURCES.txt
sqlalchemy_bigquery.egg-info/dependency_links.txt
sqlalchemy_bigquery.egg-info/entry_points.txt
sqlalchemy_bigquery.egg-info/requires.txt
sqlalchemy_bigquery.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/sqlalchemy_dialect_compliance/README.rst
tests/sqlalchemy_dialect_compliance/conftest.py
tests/sqlalchemy_dialect_compliance/test_dialect_compliance.py
tests/system/__init__.py
tests/system/conftest.py
tests/system/test__struct.py
tests/system/test_alembic.py
tests/system/test_geography.py
tests/system/test_helpers.py
tests/system/test_sqlalchemy_bigquery.py
tests/system/data/sample.json
tests/system/data/sample_one_row.json
tests/system/data/schema.json
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/fauxdbi.py
tests/unit/test__struct.py
tests/unit/test_catalog_functions.py
tests/unit/test_comments.py
tests/unit/test_compiler.py
tests/unit/test_compliance.py
tests/unit/test_dialect_types.py
tests/unit/test_engine.py
tests/unit/test_geography.py
tests/unit/test_helpers.py
tests/unit/test_like_reescape.py
tests/unit/test_parse_url.py
tests/unit/test_select.py
tests/unit/test_sqlalchemy_bigquery.py
tests/unit/test_view.py