The Official Python SDK for FinTag API
Project description
Fintag SDK for Python
This is a Python SDK for interacting with the Fintag API.
Installation
You can install the SDK using pip:
pip install fintag-py
Usage
Here's a quick example of how to use the SDK:
from fintag import FintagClient
client = FintagClient(api_url="<API_URL>", api_key="<API_KEY>")
# Verify FinTag
fintag_exists = client.verify("#fintag_id")
print(fintag_exists)
# Get wallet information
wallet_info = client.get_wallet_info("#fintag_id")
print(wallet_info)
Contributing
We welcome contributions! Please see the CONTRIBUTING.md file for more information.
License
This project is licensed under the Apache License, Version 2.0 - see the LICENSE file for details.
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
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 fintag_py-0.1.2.tar.gz.
File metadata
- Download URL: fintag_py-0.1.2.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f97c49c8d615c1980fb276a8f6382a4d9b81444dff7d4cea8cb9c262b13e4e53
|
|
| MD5 |
58a7bb1b7f30ac3c0adfa553822d301a
|
|
| BLAKE2b-256 |
d1c5758aef76bfc36f5767ec2f464b2dd5c4a5f319d8b109f03bc42f8e60cde3
|
File details
Details for the file fintag_py-0.1.2-py3-none-any.whl.
File metadata
- Download URL: fintag_py-0.1.2-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
048043b4afd6efbb9956e42dfc147cae9b7e97543bbd027f672241c8f9ffedff
|
|
| MD5 |
8cbd5d5300c3f84c4dc5b213ca7fd6f7
|
|
| BLAKE2b-256 |
ee0ba6ea49c5917ce998c7bdfa70481d1e62a63656bcda56c54aea35a91d7570
|