🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

abantether-python-sdk

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abantether-python-sdk

Add your description here

0.1.4
PyPI
Maintainers
1

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:

  • 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.

Keywords

abantether

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts