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.