![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/Abantether-com/abantether-python-sdk/python-app.yml)
![Codecov](https://img.shields.io/codecov/c/github/Abantether-com/abantether-python-sdk)
![GitHub](https://img.shields.io/github/license/Abantether-com/abantether-python-sdk)
![Python Versions](https://img.shields.io/pypi/pyversions/abantether-python-sdk)
![PyPI Version](https://img.shields.io/pypi/v/abantether-python-sdk)
# Abantether Python SDK
A Python SDK for seamless integration with the [Abantether](https://abantether.com) cryptocurrency trading platform. This SDK provides an easy-to-use interface for executing trades and managing your account on [abantether.com](https://abantether.com).
## Installation
Install the package using pip:
```shell
pip install abantether-python-sdk
# or using uv
uv pip install abantether-python-sdk
```
To instantiate the client use:
```python
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:
```shell
uv sync
```
3. Run tests:
```shell
uv run pytest
```
## License
This project is licensed under the MIT License - see the LICENSE file for details.
Raw data
{
"_id": null,
"home_page": "https://github.com/Abantether-com/abantether-python-sdk/",
"name": "abantether-python-sdk",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "abantether, sdk, python, api, exchange, wrapper, trade, crypto, bitcoin",
"author": "AbanTether",
"author_email": "tech@abantether.com",
"download_url": "https://files.pythonhosted.org/packages/e6/65/e11122c6a2ea156f3a61186cde52a0646861759080f5d984b7439f450f6c/abantether_python_sdk-0.1.4.tar.gz",
"platform": null,
"description": "![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/Abantether-com/abantether-python-sdk/python-app.yml)\n![Codecov](https://img.shields.io/codecov/c/github/Abantether-com/abantether-python-sdk)\n![GitHub](https://img.shields.io/github/license/Abantether-com/abantether-python-sdk)\n![Python Versions](https://img.shields.io/pypi/pyversions/abantether-python-sdk)\n![PyPI Version](https://img.shields.io/pypi/v/abantether-python-sdk)\n\n# Abantether Python SDK\n\nA Python SDK for seamless integration with the [Abantether](https://abantether.com) cryptocurrency trading platform. This SDK provides an easy-to-use interface for executing trades and managing your account on [abantether.com](https://abantether.com).\n\n## Installation\n\nInstall the package using pip:\n\n```shell\npip install abantether-python-sdk\n\n# or using uv\nuv pip install abantether-python-sdk\n```\n\nTo instantiate the client use:\n\n```python\nfrom abantether_python_sdk.client import Client as AbantetherClient\n\nACCESS_TOKEN = ''\naban_client = AbantetherClient(api_key=ACCESS_TOKEN)\n\n```\n\n## Development\n\nTo contribute to this project:\n\n1. Clone the repository\n2. Install development dependencies:\n\n```shell\nuv sync\n```\n\n3. Run tests:\n```shell\nuv run pytest \n```\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Add your description here",
"version": "0.1.4",
"project_urls": {
"Download": "https://github.com/imanmousaei/coinexpy/archive/refs/tags/v0.1.4.tar.gz",
"Homepage": "https://github.com/Abantether-com/abantether-python-sdk/"
},
"split_keywords": [
"abantether",
" sdk",
" python",
" api",
" exchange",
" wrapper",
" trade",
" crypto",
" bitcoin"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e665e11122c6a2ea156f3a61186cde52a0646861759080f5d984b7439f450f6c",
"md5": "eed2b652ae9923c7e0c264410df56001",
"sha256": "5bf5a0fc155fa7075adc595675fcb63a3a14a8dbf3cf9ddc63277ec47841b2de"
},
"downloads": -1,
"filename": "abantether_python_sdk-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "eed2b652ae9923c7e0c264410df56001",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 7464,
"upload_time": "2024-11-10T12:40:50",
"upload_time_iso_8601": "2024-11-10T12:40:50.153500Z",
"url": "https://files.pythonhosted.org/packages/e6/65/e11122c6a2ea156f3a61186cde52a0646861759080f5d984b7439f450f6c/abantether_python_sdk-0.1.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-10 12:40:50",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Abantether-com",
"github_project": "abantether-python-sdk",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "abantether-python-sdk"
}