Python SDK for QAUNTT enterprise API
Project description
qauntt-sdk (Python)
Official Python SDK for QAUNTT.
Installation
pip install qauntt-sdk
Quick Start
from qauntt_sdk import QaunttClient
client = QaunttClient(
base_url="https://api.quantt.at",
api_key="qk_live_...."
)
# Get current user
me = client.me()
print(me)
# List all invoices
invoices = client.list_invoices()
print(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.1.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.1.tar.gz.
File metadata
- Download URL: qauntt_sdk-0.1.1.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 |
b7dc522b238f6cc4db985fe2308c5dd6344320b4a12027e492fc006b54704e04
|
|
| MD5 |
fd8528c08d222767dcaf8bfd7601a782
|
|
| BLAKE2b-256 |
c1f55d209c49c3c35720a34f331249219fa3613cb1f750cb45ffe4b030421295
|
File details
Details for the file qauntt_sdk-0.1.1-py3-none-any.whl.
File metadata
- Download URL: qauntt_sdk-0.1.1-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 |
27bdd717a37e3df54719a52824c6db30115267cf84b533040b88879709a08c79
|
|
| MD5 |
b0fd17db083683a77c70003e84432ca0
|
|
| BLAKE2b-256 |
07c46d06d6f666c196146d5da59cdfefc8fdf98edb5c1cb016adec24f9acc174
|