Metadata-Version: 2.1
Name: abantether-python-sdk
Version: 0.0.5
Summary: A python sdk to trade easily in abantether.com
Home-page: https://github.com/Abantether-com/abantether-python-sdk/
Author: Iman Mousaei
Author-email: imanmousaei1379@gmail.com
License: MIT
Download-URL: https://github.com/imanmousaei/coinexpy/archive/refs/tags/v0.0.5.tar.gz
Keywords: abantether,sdk,python,api,exchange,wrapper,trade,crypto,bitcoin
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.4
Description-Content-Type: text/markdown
License-File: LICENSE

# Abantether Python SDK
A python sdk to trade easily in abantether.com (under development)

## How to use?

To instantiate the client use:

```python
aban_client = AbantetherClient(access_token=ACCESS_TOKEN)
```

For using client methods, docstrings and examples are provided for every method. Examples are [in this file](./abantether/examples.py).

## Examples

Examples are [in this file](./abantether/examples.py).


