Qanty API Client
Project description
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
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}'")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
qanty-0.1.2.tar.gz
(9.5 kB
view details)
Built Distribution
qanty-0.1.2-py3-none-any.whl
(7.7 kB
view details)
File details
Details for the file qanty-0.1.2.tar.gz
.
File metadata
- Download URL: qanty-0.1.2.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c80338baafbe95abcb73f2d8d8d6c63f98bdd94da77cd23510c26fe1981f3b65 |
|
MD5 | 4431b1e124c771f0986545a8081f92ce |
|
BLAKE2b-256 | e1cfae11366feec0a45ab988273e61135dbc60781e147d4be17316944b664700 |
File details
Details for the file qanty-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: qanty-0.1.2-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 616369cedc18ccab1db708dc48aa8a37b42262fec34e40f623aee2cd49bb3af0 |
|
MD5 | ac3b4cc0eeb276d408513fac105b6cfc |
|
BLAKE2b-256 | 744b446bb750de26549af25bd7d1fcd7d774c276bccf2a6d87bf89d83bab4360 |