Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • Socket score

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:

  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.

Keywords

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc