Metadata-Version: 2.4
Name: bigquery101
Version: 0.1.0
Summary: Google BigQuery boiler plate code
Project-URL: Homepage, https://github.com/jaybaker/bigquery101
Project-URL: Repository, https://github.com/jaybaker/bigquery101
Project-URL: Issues, https://github.com/jaybaker/bigquery101/issues
Author-email: Jay Baker <jay@dynasolve.com>
License: MIT
License-File: LICENSE
Keywords: bigquery
Requires-Python: >=3.12
Requires-Dist: google-cloud-bigquery-storage>=2.35.0
Requires-Dist: google-cloud-bigquery>=3.38.0
Requires-Dist: numpy>=2.3.5
Requires-Dist: polars>=1.36.1
Requires-Dist: pyarrow>=22.0.0
Description-Content-Type: text/markdown


# BigQuery 101

A simple opinionated interface for working with Google BigQuery.

This project is the result of an effort to minimize the repetition of boiler plate code.

BigQuery storage with pyarrow is used for data transfer.
