Client library for connecting with the Querius API
Project description
Querius Client
Client code for interacting with the Querius API.
Install
pip install querius
Usage
from google.cloud import bigquery
from querius import QueriusClient, patch_bq_client_with_querius_client
from pathlib import Path
bq_client = bigquery.Client()
q_client = QueriusClient.from_service_account_path(
api_url="<querius-url>",
service_account_path=Path('path/to/key.json'),
customer_id="<querius-customer-id>",
timeout_seconds=2
)
patch_bq_client_with_querius_client(bq_client, q_client)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
querius-0.1.10.tar.gz
(7.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
querius-0.1.10-py3-none-any.whl
(12.3 kB
view details)
File details
Details for the file querius-0.1.10.tar.gz.
File metadata
- Download URL: querius-0.1.10.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.2 Darwin/21.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fefecdc59a4743bbb0134d2bbb1e80dcf16aed5a6f0c339d15ddda5252008764
|
|
| MD5 |
61101b9a2d6660d4ec25b33a15feac17
|
|
| BLAKE2b-256 |
dca700840c6b56ce37c4033c298c180b29dd7e52bb8f234bb572d8bca88782f6
|
File details
Details for the file querius-0.1.10-py3-none-any.whl.
File metadata
- Download URL: querius-0.1.10-py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.2 Darwin/21.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75fa036ab7d1c1b6596f0dc60f9aaf042e5f864f785c26b2e334556a40498e4a
|
|
| MD5 |
59dff21d18bdde122a2d5c74c9a6d5ab
|
|
| BLAKE2b-256 |
3e9230f18982e4e52647132dd2e5f9261bccfe96c088b4acaad99b642d374189
|