Add your description here
Project description
Abantether Python SDK
A Python SDK for seamless integration with the Abantether cryptocurrency trading platform. This SDK provides an easy-to-use interface for executing trades and managing your account on abantether.com.
Installation
Install the package using pip:
pip install abantether-python-sdk
# or using uv
uv pip install abantether-python-sdk
To instantiate the client use:
from abantether_python_sdk.client import Client as AbantetherClient
ACCESS_TOKEN = ''
aban_client = AbantetherClient(api_key=ACCESS_TOKEN)
Development
To contribute to this project:
- Clone the repository
- Install development dependencies:
uv sync
- Run tests:
uv run pytest
License
This project is licensed under the MIT License - 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
File details
Details for the file abantether_python_sdk-0.1.4.tar.gz
.
File metadata
- Download URL: abantether_python_sdk-0.1.4.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5bf5a0fc155fa7075adc595675fcb63a3a14a8dbf3cf9ddc63277ec47841b2de |
|
MD5 | eed2b652ae9923c7e0c264410df56001 |
|
BLAKE2b-256 | e665e11122c6a2ea156f3a61186cde52a0646861759080f5d984b7439f450f6c |