Official Python SDK for the GluonDB public API
Project description
GluonDB Python SDK
Official Python SDK for the GluonDB public API.
Install
pip install gluondb
Quick Start
from gluondb import GluonDB
gluon = GluonDB(api_key="gluon_...")
pg = gluon.datasource("your-datasource-id")
result = pg.query("SELECT * FROM users LIMIT 10")
print(result.rows)
Optional pandas integration
pip install "gluondb[pandas]"
Configuration
api_key(required): GluonDB API key.base_url(default:https://api.gluondb.com): API base URL.api_version(default:v1): API version segment.timeout(default:30.0): HTTP timeout in seconds.
License
Apache-2.0
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
gluondb-0.1.0.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
gluondb-0.1.0-py3-none-any.whl
(10.5 kB
view details)
File details
Details for the file gluondb-0.1.0.tar.gz.
File metadata
- Download URL: gluondb-0.1.0.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17c2a63ee1ca8c9c23526d76d676a46d1c1ecbad9f6bbf4625f73b64a2b64a17
|
|
| MD5 |
759f9b6c461757e16abafae6397b62e2
|
|
| BLAKE2b-256 |
2976500ea751474875088d843cd30b15b65bb33962960785ac8d549832d4d408
|
File details
Details for the file gluondb-0.1.0-py3-none-any.whl.
File metadata
- Download URL: gluondb-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dfe5aa56fbcb52896f345fcedf73a018302fc85858b3a1bd0c2820a9569f8180
|
|
| MD5 |
d4b6afc0ad218e03bbaabf8a2180f567
|
|
| BLAKE2b-256 |
899915180f1b735b99e84778fe7b49c9d03b7355983cc8fa65d087773fd5ac2f
|