qanty 0.1.2

Creator: bradpython12

Last updated:

Add to Cart

Description:

qanty 0.1.2

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}'")

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.