Metadata-Version: 2.1
Name: kaisia
Version: 0.0.4
Summary: GCP Big Query Migration helper
Project-URL: Homepage, https://github.com/rbagrov/GBQM
Project-URL: Bug Tracker, https://github.com/rbagrov/GBQM/issues
Author-email: Rostislav Bagrov <bagrov.rostislav@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Requires-Dist: google-cloud-bigquery
Requires-Dist: rich
Description-Content-Type: text/markdown

# Welcome to Kaisia
## easy way to compare GBQ tables schemas right in your terminal
### Usage


```
bash$ pip install kaisia
...
bash$ kaisia
usage: kaisia [-h] [-V] [-t1 TABLE1] [-t2 TABLE2] [-c CREDENTIALS]

options:
  -h, --help            show this help message and exit
  -V, --version         show program's version number and exit
  -t1 TABLE1, --table1 TABLE1
                        Table1 full GBQ id
  -t2 TABLE2, --table2 TABLE2
                        Table2 full GBQ id
  -c CREDENTIALS, --credentials CREDENTIALS
                        GCP Service Account key
```
