Metadata-Version: 2.1
Name: coinex-python
Version: 0.1.0
Summary: Python package to use Coinex cryptocurrency exchange API
Home-page: https://github.com/amin-basiri/coinex-python
Author: Amin Basiri
Author-email: amin.bsr99@gmail.com
Project-URL: Bug Tracker, https://github.com/amin-basiri/coinex-python/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# CoinEx Python Wrapper
[![PyPI version](https://img.shields.io/pypi/v/coinex-python)](https://pypi.python.org/pypi/coinex-python)
[![Python version](https://img.shields.io/pypi/pyversions/coinex-python)](https://www.python.org/downloads/)



Python wrapper for [CoinEx Cryptocurrency Exchange](https://www.coinex.com) API


## Installation

```bash
pip install coinex-python
```
