Metadata-Version: 2.1
Name: hanbitco-api
Version: 1.0.4
Summary: Offical API Python Wrapper for Hanbitco Exchange
Home-page: https://github.com/plutusds/hanbitco-api
Author: Kevin Kim
Author-email: kevink1103@plutusds.com
License: MIT
Download-URL: https://github.com/plutusds/hanbitco-api/dist/hanbitco_api-1.0.4-py3-none-any.whl
Keywords: cryptocurrency,exchange,api
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown

![Hanbitco](https://dka575ofm4ao0.cloudfront.net/pages-transactional_logos/retina/177237/Hanbitco-Logo.png)

[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/hanbitco-api)](https://pypi.org/project/hanbitco-api/)
[![MIT LICENSE](https://img.shields.io/pypi/l/hanbitco-api)](https://github.com/plutusds/hanbitco-api/blob/main/LICENSE)  
[![PyPI version](https://badge.fury.io/py/hanbitco-api.svg)](https://badge.fury.io/py/hanbitco-api)

# Hanbitco API Python

Official API Python Wrapper for [Hanbitco Exchange](https://www.hanbitco.com).

## Get Started

### Run with source code

Install dependencies

```bash
pipenv install
```

### Download from PyPi

```bash
pip3 install hanbitco-api
```

### Examples

[main.py](main.py)


