Metadata-Version: 2.1
Name: crypto-exchange-handler
Version: 0.0.6
Summary: This package provides template class and its implementations to handle crypto exchanges in unified way.
License: MIT
Author: CryptoRalph
Author-email: doxter@protonmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: python-binance (>=1.0.16,<2.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Description-Content-Type: text/markdown

# crypto_exchange_handler [![Total alerts](https://img.shields.io/lgtm/alerts/g/crypto-ralph/crypto_exchange_handler.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/crypto-ralph/crypto_exchange_handler/alerts/) [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/crypto-ralph/crypto_exchange_handler.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/crypto-ralph/crypto_exchange_handler/context:python)

This library provides classes which can be used to access cryptocurrency exchanges from your code with unified manner.

The work is still in progress so please be aware of possible bugs or changes in the implementations.

Current progress:
- Binance - 70%
- Kucoin  - 30%

# License [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

For the details refer to LICENSE.md

