Metadata-Version: 2.0
Name: pycunia
Version: 0.1.2
Summary: UNKNOWN
Home-page: http://github.com/hengruo/pycunia
Author: Hengruo Zhang
Author-email: UNKNOWN
License: MIT
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Requires-Dist: ujson
Requires-Dist: requests

# pycunia

A library for querying APIs of some cryptocurrency exchanges.
Now pycunia supports GDAX and Binance.

## Install

### From source

enter `pycunia` directory and run `pip3 install -e ./`

### From PyPi

`pip3 install pycunia`

## Features

- gdax api: public and authenticated APIs

## TODO

- gdax websocket api
- binance api
- some basic analyzing tools

