Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jancervenka/bqcli
- Owner: jancervenka
- License: mit
- Created: 2024-12-29T16:59:08.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-29T23:18:57.000Z (about 1 month ago)
- Last Synced: 2024-12-30T00:18:40.731Z (about 1 month ago)
- Topics: bigquery, data-science, gcp, google, python
- Language: Python
- Homepage:
- Size: 352 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.