https://github.com/jancervenka/bqcli
REPL for BigQuery
https://github.com/jancervenka/bqcli
bigquery gcp python sql
Last synced: 4 months ago
JSON representation
REPL for BigQuery
- Host: GitHub
- URL: https://github.com/jancervenka/bqcli
- Owner: jancervenka
- License: mit
- Created: 2024-12-29T16:59:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-02T15:41:38.000Z (over 1 year ago)
- Last Synced: 2026-01-04T02:33:49.439Z (6 months ago)
- Topics: bigquery, gcp, python, sql
- Language: Python
- Homepage:
- Size: 1.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## bqcli




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