Skip to content

Abantether-com/abantether-python-sdk

Repository files navigation

GitHub Workflow Status (with event) Codecov GitHub Python Versions PyPI Version

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:

  1. Clone the repository
  2. Install development dependencies:
uv sync
  1. Run tests:
uv run pytest 

License

This project is licensed under the MIT License - see the LICENSE file for details.