Metadata-Version: 2.4
Name: bqcli
Version: 0.1.3
Summary: REPL for BigQuery
Author-email: Jan Červenka <jan.cervenka@yahoo.com>
License-File: LICENSE.md
Requires-Python: >=3.12
Requires-Dist: google-cloud-bigquery>=3.27.0
Requires-Dist: pandas>=2.2.3
Requires-Dist: prompt-toolkit>=3.0.48
Requires-Dist: pygments>=2.18.0
Description-Content-Type: text/markdown

## bqcli

![PyPI](https://badge.fury.io/py/bqcli.svg)
![Test](https://github.com/jancervenka/bqcli/actions/workflows/test.yml/badge.svg)
![Publish](https://github.com/jancervenka/bqcli/actions/workflows/publish.yml/badge.svg)

<img src=".assets/bqcli.png" align="center" />

### Installation and Usage

The program can be installed with `pip`, it will set up an entry point called `bqcli`.

```bash
pip install bqcli
bqcli
```

Or you can use the tool command `uvx` from `uv` and run `bqcli` without installing it first.

```bash
uvx bqcli
```

### GCP Authentication

All the standard methods such as `gcloud` or `GOOGLE_APPLICATION_CREDENTIALS` should work.
