Python SDK for QAUNTT enterprise API
Project description
qauntt-sdk (Python)
Official Python SDK for QAUNTT
Installation
pip install qauntt-sdk
```python
from qauntt_sdk import QAUNTTClient
client = QAUNTTClient(
base_url="https://api.quantt.io",
api_key="qk_live_...."
)
# Get current user
me = client.me()
print(me)
# List all invoices
invoices = client.list_invoices()
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
qauntt_sdk-0.1.0.tar.gz
(3.2 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
File details
Details for the file qauntt_sdk-0.1.0.tar.gz.
File metadata
- Download URL: qauntt_sdk-0.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33ec3d7a0fd9c5c9b039919c200765591eb196dc970a8546d5dc10ecb6859331
|
|
| MD5 |
1529755ce079bbcef1b46931eb53ed91
|
|
| BLAKE2b-256 |
fef65a0f1fdecde46da64832b49694d4b43e22b79e4801d25f2febb796ec81e0
|
File details
Details for the file qauntt_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: qauntt_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3945e818bf6bf3cb5a020f63dd2e9c9e01edbf26ba3391907343086a0c66a518
|
|
| MD5 |
f8ec72a700c05178e0ec9b495a6fb5d0
|
|
| BLAKE2b-256 |
43c23e3ae67a10e4319f097a904126c458b483aa3c12c5b8716a61b884946b1f
|