معرفی شرکت ها


bqrepl-0.2.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

REPL for Big Query
ویژگی مقدار
سیستم عامل -
نام فایل bqrepl-0.2.4
نام bqrepl
نسخه کتابخانه 0.2.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Bartosz Pieniak
ایمیل نویسنده bartosz.pieniak@gmail.com
آدرس صفحه اصلی https://github.com/bartekpi/bqrepl
آدرس اینترنتی https://pypi.org/project/bqrepl/
مجوز MIT
# BQ REPL REPL for BigQuery ![](screenshots/screenshot01.png) ![](screenshots/screenshot02.png) ![](screenshots/screenshot03.png) # Commands ``` Commands: \?, \h, \help Print this stuff \d, \datasets [PROJECT] List datasets in current project (or another project) \p, \projects [PROJECT] List projects Will switch projects when provided as parameter \t, \tables [PROJECT.]DATASET List tables in a dataset \c, \columns [PROJECT.]DATASET.TABLE List columns in a table \x, \expanded Toggle expanded view on/off. Shorthand for \set expanded BOOL \clear, clear Clear screen Options: \set VARIABLE VALUE Available options: - project PROJECT_ID Set current project to PROJECT_ID - maxrows INT Maximum rows displayed (default=100) - maxwidth INT Maximum column width in non-expanded view (default=50) - max_expanded_width INT Maximum column width in expanded view (default=100) - expanded BOOL Expanded view (default=False) - format_integer STR Integer display format (default=",d") - format_float STR Float display format (default=",.4f") ``` # Command line arguments ``` $ bqrepl --help Usage: bqrepl [OPTIONS] REPL for BigQuery Options: -c, --credentials-file TEXT path to credentials .json -p, --project TEXT Use specific project instead of inferring from credentials --help Show this message and exit. ``` # Installation ```bash $ pip install bqrepl ``` ## Dependencies Python dependencies: - google-cloud-bigquery - pytz - click - prompt-toolkit - logzero - pydata-google-auth - requests # Tasks Stuff to implement, in no particular order: - [ ] Essentials - [x] nice looking results - [x] query execution - [x] toggle numbers formatting on/off - [x] string truncation (aka max column width) - [x] expanded output - [x] switch GCP projects during session - [ ] nicer looking errors/warnings - [ ] multiline queries - [ ] multiline results in cells - [x] some kind of authentication flow if there's no service account provided - [ ] persist query history in local database - [ ] query result pagination or whatever is required to keep # results sane - [ ] Command line arguments: - [x] service-account - [x] project - [ ] execute SQL from command line - [ ] code completion: - [x] BQ-specific SQL syntax - [ ] projects/datasets/tables/columns available in the query context - [ ] BQ commands - [ ] BQ commands - [x] list projects - [x] list datasets - [x] list tables - [x] list datasets in a specific project - [x] list columns - [ ] show info about dataset/table/view/model - [ ] filter list - [ ] copy tables - [ ] extract (table to bucket) - [ ] insert rows to table (from local file) - [ ] create dataset - [ ] create table - [ ] Extras - [x] colour-coding nulls - [ ] colour-coding floats/integers/strings/dates (do I even need this?) - [ ] recall cached query results instead of running them again - [x] view results in a horizontally scrollable table (like pgcli) - [ ] project/dataset tree - [ ] use tabs for query results? - [ ] async queries - [x] clear screen - [x] \? help command


نیازمندی

مقدار نام
>=8.0.1 click
>=3.0.18 prompt-toolkit
>=2021.1 pytz
>=1.7.0 logzero
>=2.18.0 google-cloud-bigquery
>=2.9.0 Pygments
>=1.2.0 pydata-google-auth
>=2.25.1 requests


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl bqrepl-0.2.4:

    pip install bqrepl-0.2.4.whl


نصب پکیج tar.gz bqrepl-0.2.4:

    pip install bqrepl-0.2.4.tar.gz