Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jancervenka/bqcli

REPL for BigQuery
https://github.com/jancervenka/bqcli

bigquery data-science gcp google python

Last synced: about 1 month ago
JSON representation

REPL for BigQuery

Awesome Lists containing this project

README

        

## 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)

### 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.