.gitignore
.py-typed
.python-version
README.md
pyproject.toml
uv.lock
.github/workflows/ci.yaml
.github/workflows/release.yaml
.vscode/extensions.json
_local/.gitkeep
src/bigquery_funcs/__init__.py
src/bigquery_funcs/_types.py
src/bigquery_funcs/auth.py
src/bigquery_funcs/models.py
src/bigquery_funcs/queries.py
src/bigquery_funcs.egg-info/PKG-INFO
src/bigquery_funcs.egg-info/SOURCES.txt
src/bigquery_funcs.egg-info/dependency_links.txt
src/bigquery_funcs.egg-info/requires.txt
src/bigquery_funcs.egg-info/top_level.txt
tests/__init__.py
tests/logging_config.py
tests/pytest.ini
tests/queries_test.py
tests/smoke_test.py
tests/utils.py