qanty
Python package for integration of Qanty in other applications
Supported Python Versions
This library supports the following Python implementations:
- Python 3.10
- Python 3.11
- Python 3.12
- Python 3.13
- Python 3.14
Installation
Install from PyPi using pip, a package manager for Python.
pip3 install qanty
Test your installation
Try listing your company branches. Save the following code sample to your computer with a text editor. Be sure to update the auth_token, and company_id variables.
import qanty
# Your Auth Token
client = qanty.Client(auth_token="your_auth_token", company_id="your_company_id")
branches = client.get_branches()
for branch in branches:
print(f"Branch ID: '{branch.id}', name: '{branch.name}'")
Release files for qanty 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| qanty-0.2.0.tar.gz | 11.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| qanty-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 20.5 kB
Release files / qanty-0.2.0.tar.gz
| Download URL | qanty-0.2.0.tar.gz |
|---|---|
| Size | 11.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9dd07f232008edcf08aad6b7463b22df7ac8da193135b588fd98298d615f689c
|
|
BLAKE2b-256 checksum How to use checksums |
e2f7965038e7d7257a68e81751a44d7d7c459d79a946cd45aab64806b38cc106
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Release files / qanty-0.2.0-py3-none-any.whl
| Download URL | qanty-0.2.0-py3-none-any.whl |
|---|---|
| Size | 8.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
63425c3678902103a14dec3456a7740e00d49347f6be96af0e919a37c2223255
|
|
BLAKE2b-256 checksum How to use checksums |
8c7b7ed8fe760273a9fbc976720b7e5feb242fc17978451dcacac38cbf904858
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|